Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -8467,6 +8467,44 @@
</li>
</ul>
</li>
<li>
<a href="/document-processing/document-chunking/chunking-library/net/overview">Document Chunking</a>
<ul>
<li>
<a href="/document-processing/document-chunking/chunking-library/net/overview">Chunking Library</a>
<ul>
<li>
<a href="/document-processing/document-chunking/chunking-library/net/overview">NET</a>
<ul>
<li>
<a href="/document-processing/document-chunking/chunking-library/net/overview">Overview</a>
</li>
<li>
<a href="/document-processing/document-chunking/chunking-library/NET/Assemblies-Required">Assemblies Required</a>
</li>
<li>
<a href="/document-processing/document-chunking/chunking-library/NET/NuGet-Packages-Required">NuGet Packages Required</a>
</li>
<li>
<a href="/document-processing/document-chunking/chunking-library/NET/Getting-Started">Getting Started</a>
<ul>
<li>
<a href="/document-processing/document-chunking/chunking-library/NET/Document-Chunking-in-ASP-NET-Core">ASP.NET Core</a>
</li>
</ul>
</li>
<li>
<a href="/document-processing/document-chunking/chunking-library/NET/Chunking-Modes">Chunking Modes</a>
</li>
<li>
<a href="/document-processing/document-chunking/chunking-library/NET/Chunking-Options">Chunking Options</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
Common
<ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Assemblies Required for .NET Document Chunking Library | Syncfusion
description: Learn about the assembly required to use the Syncfusion® .NET Document Chunking Library in .NET applications.
platform: document-processing
control: Chunking
documentation: UG
---

# Assemblies Required for .NET Document Chunking Library

The following assembly must be referenced in your application to use the Syncfusion<sup>®</sup> .NET Document Chunking Library.

<table>
<tr>
<th>Platform</th>
<th>Assembly</th>
</tr>
<tr>
<td>ASP.NET Core</td>
<td><code>Syncfusion.DocumentChunking</code></td>
</tr>
</table>

N> 1. Using NuGet packages provides frequent bug fixes and simplifies package upgrades.
N> 2. Refer to [NuGet Package Required](https://help.syncfusion.com/document-processing/document-chunking/chunking-library/net/nuget-packages-required) for more information about the required NuGet package.
Loading