Getting Started with Telerik Document Processing
Telerik Document Processing includes a set of cross-platform libraries that let you import and export content between different documents formats and work with archive files. The needed assemblies come with the installation files of several Telerik suites. They are available also in the internal builds of the same Telerik suites.
More information about the suites that include Telerik Document Processing and how to install them is available in the Installing on Your Computer article.
The following tables list all Telerik Document Processing assemblies for the different platforms and their roles:
Assemblies for .NET Standard and .NET 6/.NET 8/.NET 9
Assembly Name | Description |
---|---|
Telerik.Documents.Core.dll | The main assembly from the Telerik document processing libraries. You always need it when you intend to use the library. |
Telerik.Documents.Flow.dll | Part of the words (text) processing library. It is needed for processing HTML, DOCX, RTF and TXT documents. |
Telerik.Documents.DrawingML.dll | Part of the words (text) processing library. It is needed for working with shapes inside the documents. |
Telerik.Documents.Flow.FormatProviders.Doc.dll | Allows importing of DOC and DOT document. |
Telerik.Documents.Flow.FormatProviders.Pdf.dll | Allows exporting of flow documents (DOCX, DOC, DOT, RTF, and HTML) to PDF. |
Telerik.Documents.Fixed.dll | Part of the PDF processing library. It is needed for working with PDF documents. |
Telerik.Documents.ImageUtils.dll | This assembly is required when exporting to PDF format a document containing images different than Jpeg and Jpeg2000 or ImageQuality different than High. For more information check the PdfProcessing`s Cross-Platform Support article. |
Telerik.Documents.CMapUtils.dll | Provides a default implementation for getting the data of a predefined CMap table by a given name. The assembly is optional and you will need to include a reference to it only if you need to process documents with CMap tables. |
Telerik.Documents.Spreadsheet.dll | The main assembly for the spreadsheet processing. It is needed for processing XLSX, CSV, TXT documents. |
Telerik.Documents.Spreadsheet.FormatProviders.OpenXml.dll | This assembly is needed for processing XLSX documents. |
Telerik.Documents.Spreadsheet.FormatProviders.Pdf.dll | This assembly is needed for exporting to PDF documents. |
Telerik.Documents.Spreadsheet.FormatProviders.Xls.dll | This assembly is needed for processing XLS documents. |
Telerik.Documents.SpreadsheetStreaming.dll | The main assembly for generating huge spreadsheet files using minimum resources. |
Telerik.Zip.dll | Needed for working with zipped formats (DOCX, XLSX) and PDF. It is the main assembly of the Telerik Zip Library. |
Assemblies for .NET Framework
Assembly Name | Description |
---|---|
Telerik.Windows.Documents.Core.dll | The main assembly from the Telerik document processing libraries. You always need it when you intend to use the library. |
Telerik.Windows.Documents.Flow.dll | Part of the words (text) processing library. It is needed for processing HTML, DOCX, RTF and TXT documents. |
Telerik.Windows.Documents.DrawingML.dll | Part of the words (text) processing library. It is needed for working with shapes inside the documents. |
Telerik.Windows.Documents.Flow.FormatProviders.Doc.dll | Allows importing of DOC and DOT document. |
Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll | Allows exporting of flow documents (DOCX, DOC, DOT, RTF, and HTML) to PDF. |
Telerik.Documents.SpreadsheetStreaming.dll | The main assembly for generating huge spreadsheet files using minimum resources. |
Telerik.Windows.Documents.Spreadsheet.dll | The main assembly for the spreadsheet processing. It is needed for processing XLSX, CSV, TXT documents. |
Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll | This assembly is needed for processing XLSX documents. |
Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll | This assembly is needed for processing XLS documents. |
Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll | This assembly is needed for processing PDF documents. |
Telerik.Windows.Documents.Fixed.dll | Part of the PDF processing library. It is needed for working with PDF documents. |
Telerik.Windows.Documents.CMapUtils.dll | Provides a default implementation for getting the data of a predefined CMap table by a given name. The assembly is optional and you will need to include a reference to it only if you need to process documents with CMap tables. |
Telerik.Windows.Zip.dll | Needed for working with zipped formats (DOCX, XLSX) and PDF. It is the main assembly of the Telerik Zip Library. |
Telerik.Windows.Zip.Extensions.dll | Extends Telerik.Windows.Zip assembly with additional helper methods (Zip Extensions). |
The libraries support .NET 4.6.2 and later. .NET Standard-compatible binaries are available as well. The assemblies for .NET Standard don't include 'Windows' in their names.
Getting Started Resources by Library
More information about each of the Telerik Document Processing libraries is available in the articles listed below.