Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.


Upcoming Update Announcement: GroupDocs.Assembly will no longer support .NET Framework 2.0 and .NET Framework 3.5 Client Profile in the upcoming release. This change is part of our efforts to improve security and performance. Please plan your updates in advance.


Download C# Library for Document Assembly via .NET API

GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and generates output document based on the data source in the same format as of the template document format.


Get Started

Open NuGet package manager, search for GroupDocs.Assembly and install. You may also use the following command from the Package Manager Console.

Install

To install please execute Install-Package GroupDocs.Assembly from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Assembly assembly in your project.

PM>

Update

If you already have GroupDocs.Assembly for .Net and want to upgrade it, please execute Update-Package GroupDocs.Assembly to get the latest version.

PM>

Version NuGet .NET

Product Page Docs API Ref Examples Blog Releases Support License

Template Syntax

Composing Template

Templates consist of common content and tags for structure and data binding.

Tag Elements

Tags include a name, an expression in brackets, and optional switches.

Closing Tags

Some tags require a closing counterpart with a “/” character.

Lexical Tokens

Use restricted tokens for template expressions, adhering to specific rules.

Outputting Expression Results

Expression results replace placeholders during runtime.

HTML Switch

The “-html” switch formats output as HTML.

Formatting Numeric and Date-Time Expressions

Format numeric and date-time results using format strings.

Data Band

Output sequence elements using foreach tags.

Iteration Variable

Declare an iteration variable in foreach tags for referencing elements.

GroupDocs.Assembly Engine APIs

API Overview

DocumentAssembler builds reports from templates using various data sources.

Data Source Support

Supports JSON, XML, CSV, and custom objects for report generation.

Document Overloads

AssembleDocument offers multiple overloads for flexibility.

GroupDocs.Assembly API Features

Document Assembler Class

Provides functionality for report generation.

Template and Data Source Integration

Supports JSON, XML, CSV, DataSet, DataTable, and more.

Dynamic Content Population

Populates templates with data at runtime for report generation.

Sequential Expression Evaluation

Evaluates template expressions sequentially using data sources.

Data Source Object Identification

Identifies data sources in templates via the dataSourceName parameter.

Loading and Saving with External Resource Files

Load HTML Template with Resources

Loads HTML templates with external resources.

Save Assembled Documents with External Resources

Saves documents with external resources in a separate folder.

Working with Reports

Bulleted List in Documents

Dynamically creates bulleted lists in Word, Spreadsheet, Presentation, HTML, Text, and Email documents.

Bubble Chart in Documents

Generates bubble charts in Word, Spreadsheet, Presentation, and Email documents using dynamic data.

Column Chart in Documents

Creates filtered, ordered, and grouped column charts in Word, Spreadsheet, Presentation, and Email documents.

Removing Selective Chart Series

Dynamically removes specific chart series in reports.

Inserting Chart Axis Titles

Inserts chart axis titles dynamically across document types.

Common List Image in Documents

Embeds common list images in Word, Spreadsheet, Presentation, HTML, Text, and Email documents.

In-Table Master-Detail in Documents

Generates customer order reports in Word, Spreadsheet, Presentation, HTML, and Email documents.

Highlighted Rows in Documents

Adds row highlighting in Word, Spreadsheet, Presentation, HTML, and Email tables.

Multicolored Numbered List in Documents

Generates multicolored numbered lists in Word, Spreadsheet, Presentation, HTML, and Email documents.

Numbered List in Documents

Supports numbered lists in Word, Spreadsheet, Presentation, HTML, Text, and Email documents.

Pie Chart in Documents

Creates and formats pie charts in Word, Spreadsheet, Presentation, and Email documents.

Single Row Image in Documents

Generates single row image reports in Word, Spreadsheet, Presentation, HTML, Text, and Email documents.

Scatter Chart in Documents

Creates scatter charts in Word, Spreadsheet, Presentation, and Email documents.

Supported Document Format

FormatDescriptionLoadSavePopulate
DOCMicrosoft Word 97 - 2007 Document.✔️✔️✔️
DOTMicrosoft Word 97 - 2007 Template.✔️✔️✔️
DOCXOffice Open XML WordprocessingML Document (macro-free).✔️✔️✔️
DOCMOffice Open XML WordprocessingML Macro-Enabled Document.✔️✔️✔️
DOTXOffice Open XML WordprocessingML Template (macro-free).✔️✔️✔️
DOTMOffice Open XML WordprocessingML Macro-Enabled Template.✔️✔️✔️
RTFRTF format.✔️✔️✔️
XLSXOOXML 2007-2010✔️✔️✔️
XLSMOOXML Macro Enabled Workbook✔️✔️✔️
XLTXOOXML Workbook Template✔️✔️✔️
XLTMOOXML Macro Enabled Workbook Template✔️✔️✔️
XLSBOOXML Binary Workbook✔️✔️✔️
XLSExcel Workbook 97-2003✔️✔️✔️
XLTExcel Workbook Template 97-2003✔️✔️✔️
XMLSpreadsheet Markup Language✔️✔️✔️
ODSOpen Document Spreadsheet✔️✔️✔️
PPTXOOXML Presentation✔️✔️✔️
PPTMOOXML Macro Enabled Presentation✔️✔️✔️
PPSXOOXML SlideShow✔️✔️✔️
PPSMOOXML Macros Enabled Presentation✔️✔️✔️
POTXOOXML Presentation Template✔️✔️✔️
POTMOOXML Macro Enabled Presentation Template✔️✔️✔️
PPTPowerPoint Presentation 97-2003✔️✔️✔️
PPSPowerPoint SlideShow 97-2003✔️✔️✔️
ODPOpenDocument Presentation✔️✔️✔️
EMLEmail Message Format✔️✔️✔️
MSGOutlook Email Message Format✔️✔️✔️
EMLXApple’s Email Message Format✔️✔️✔️
TXTPlain Text✔️✔️✔️
XMLWord Processing Markup Language✔️✔️✔️
HTMLHTML format✔️✔️✔️
ODTODF Text Document✔️✔️✔️
OTTODF Text Document Template✔️✔️✔️
PDFSaves the document as PDF (Adobe Portable Document) format.✔️✔️✔️
XPSSaves the document in the XPS (XML Paper Specification) format.✔️✔️✔️
EPUBSaves the document in the IDPF EPUB format.✔️✔️✔️
MHTMLMime HTML (MHTML)✔️✔️✔️
TIFFTagged Image File Format (TIFF)✔️✔️✔️
XAMLXML Based Markup Language✔️✔️✔️
OXPSOpenXPS File✔️✔️✔️
SVGScalable Vector Graphics (SVG)✔️✔️✔️
PSPostScript (PS)✔️✔️✔️
PCLPrinter Command Language (PCL)✔️✔️✔️
MDMarkdown Documentation File✔️✔️✔️
POTPowerPoint template files created by PowerPoint 97-2003 versions✔️✔️✔️
OTPOpenDocument Presentation Template✔️✔️✔️

Supported Features Detail for Email File Formats

FeatureMSG with RTF BodyMSG, EML, MHTML with HTML Body Created Using Microsoft Outlook or Microsoft WordMSG, EML, EMLX, MHTML with HTML Body Created Outside Microsoft Outlook or Microsoft WordMSG, EML, EMLX, MHTML with Plain Text Body
Building Charts Dynamically✔️ (outside loops and conditions)✔️ (outside loops and conditions)
Inserting Documents Dynamically✔️✔️To be supported
Inserting Images Dynamically✔️✔️✔️
Inserting Barcodes Dynamically✔️✔️To be supported

Supported Output File Formats Depending on Input File Formats

Input File Formats (from left to right) and Output File Formats (top down)Word Processing (DOC, DOCX, DOCM, DOT, DOTX, DOTM, WordprocessingML, RTF, ODT, OTT)Spreadsheet (XLS, XLT, XLSX, XLSM, XLTX, XLTM, XLSB, SpreadsheetML, ODS)Presentation (PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT, POTX, POTM, ODP, OTP)Email (EML, EMLX, MSG)HTML, Markdown, and Plain Text
Word Processing (DOC, DOCX, DOCM, DOT, DOTX, DOTM, WordprocessingML, RTF, ODT, OTT)✔️✔️✔️
Spreadsheet (XLS, XLT, XLSX, XLSM, XLTX, XLTM, XLSB, SpreadsheetML, ODS)✔️
Presentation (PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT, POTX, POTM, ODP, OTP)✔️
Email (EML, EMLX, MSG)✔️
HTML, PDF, XPS, TIFF✔️✔️✔️✔️✔️
MHTML✔️✔️✔️✔️
Markdown, Plain Text, XAML, OpenXPS, EPUB, SVG, PS, PCL✔️✔️✔️

Supported Operating Systems

Works on any 32-bit or 64-bit system with .NET or Mono installed:

Windows

  • Windows Server (2003, 2008, 2012, 2016, 2019)
  • Windows XP, Vista, 7, 8, 8.1, 10
  • Microsoft Azure

Linux

  • Ubuntu, OpenSUSE, CentOS, and more

Mac

  • macOS

Supported Frameworks

.NET Framework

  • Versions from 2.0 to 4.7.2

Mono Framework

  • Mono 2.6.7 or later

Development Environments

  • Visual Studio (2010-2019)
  • Xamarin (Android, iOS, Mac)
  • MonoDevelop 2.4+

Product Page Docs API Ref Examples Blog Releases Support License


GroupDocs.Assembly GroupDocs.Total Conholdate Conholdate.Total Document-Automation API Component Library VisualStudio C# CSharp Windows Linux macOS .NETFramework Framework Mono Xamarin.Android Xamarin.iOS Xamarin.Mac MonoDevelop Azure DOC DOT DOCX DOCM DOTX DOTM RTF XLSX XLSM XLTX XLTM XLSB XLS XLT XML ODS PPTX PPTM PPSX PPSM POTX POTM PPT PPS ODP EML MSG EMLX TXT XML HTML ODT OTT PDF XPS EPUB HTML TIFF XAML OXPS SVG PS PostScript PCL MD Markdown POT OTP Build-Charts Insert-Documents Insert-Images Insert-Barcodes Document Spreadsheet Presentation Email list-report chart-report image-report table-report paragraph-report series-coloring point-coloring chart-coloring barcode image generation data-source lazy recursive template syntax formatting document-insertion hyperlink-insertion bookmark-insertion assemble-document document-assembly DocumentTable Pie-Chart Data-Band Document-Automation Automation Reporting-API Template Data-Assembly Assemble Word-to-HTML Word-to-PDF Word-to-XPS Word-to-TIFF Word-to-MHTML Word-to-MD Word-to-Markdown Word-to-TXT Word-to-XAML Word-to-OpenXPS Word-to-EPUB Word-to-SVG Word-to-PS Word-to-PCL Spreadsheet-to-HTML Spreadsheet-to-PDF Spreadsheet-to-XPS Spreadsheet-to-TIFF Spreadsheet-to-MHTML Presentation-to-HTML Presentation-to-PDF Presentation-to-XPS Presentation-to-TIFF Email-to-Word HTML Email-to-PDF Email-to-XPS Email-to-TIFF Email-to-MHTML Email-to-Markdown Email-to-TXT Email-to-XAML Email-to-OpenXPS Email-to-EPUB Email-to-SVG Email-to-PS Email-to-PCL HTML-to-TXT HTML-to-HTML HTML-to-PDF HTML-to-XPS HTML-to-TIFF HTML-to-MHTML HTML-to-Markdown HTML-to-TXT HTML-to-XAML HTML-to-OpenXPS HTML-to-EPUB HTML-to-SVG HTML-to-PS HTML-to-PCL Template-Element List-Report Chart-Report Table-Report Automation


Direct Download

Icons

GroupDocs.Assembly for .NET 24.6

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 23/6/2024 Downloads:

Download

File Size: 88.21MB

Icons

GroupDocs.Assembly for .NET 24.6 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Assembly for .NET without the MSI installer. This ZIP download does not contain the demo projects.

Added: 23/6/2024 Downloads:

Download

File Size: 90.3MB

Icons

GroupDocs.Assembly for .NET 23.8

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 18/8/2023 Downloads:

Download

File Size: 109.57MB

Icons

GroupDocs.Assembly for .NET 23.8 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Assembly for .NET without the MSI installer. This ZIP download does not contain the demo projects.

Added: 18/8/2023 Downloads:

Download

File Size: 109.12MB

Icons

GroupDocs.Assembly for .NET 22.12

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 22/12/2022 Downloads:

Download

File Size: 109.63MB

Icons

GroupDocs.Assembly for .NET 22.12 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Assembly for .NET without the MSI installer. This ZIP download does not contain the demo projects.

Added: 22/12/2022 Downloads:

Download

File Size: 109.18MB

Icons

GroupDocs.Assembly for .NET 22.2

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 3/5/2022 Downloads:

Download

File Size: 109.5 MB

Icons

GroupDocs.Assembly for .NET 22.2 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 3/5/2022 Downloads:

Download

File Size: 109.0 MB

Icons

GroupDocs.Assembly for .NET 21.9

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 9/3/2021 Downloads:

Download

File Size: 109.4 MB

Icons

GroupDocs.Assembly for .NET 21.9 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 9/3/2021 Downloads:

Download

File Size: 108.9 MB

Icons

GroupDocs.Assembly for .NET 21.7

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 7/9/2021 Downloads:

Download

File Size: 108.9 MB

Icons

GroupDocs.Assembly for .NET 21.7 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 7/9/2021 Downloads:

Download

File Size: 108.4 MB

Icons

GroupDocs.Assembly for .NET 21.4

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 4/30/2021 Downloads:

Download

File Size: 108.8 MB

Icons

GroupDocs.Assembly for .NET 21.4 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 4/30/2021 Downloads:

Download

File Size: 108.3 MB

Icons

GroupDocs.Assembly for .NET 21.3

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 3/19/2021 Downloads:

Download

File Size: 108.7 MB

Icons

GroupDocs.Assembly for .NET 21.3 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 3/19/2021 Downloads:

Download

File Size: 108.3 MB

Icons

GroupDocs.Assembly for .NET 21.1

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 1/31/2021 Downloads:

Download

File Size: 108.6 MB

Icons

GroupDocs.Assembly for .NET 21.1 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 1/31/2021 Downloads:

Download

File Size: 108.2 MB

Icons

GroupDocs.Assembly for .NET 20.12

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 12/28/2020 Downloads:

Download

File Size: 108.6 MB

Icons

GroupDocs.Assembly for .NET 20.12 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 12/28/2020 Downloads:

Download

File Size: 108.1 MB

Icons

GroupDocs.Assembly for .NET 20.11

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 11/26/2020 Downloads:

Download

File Size: 108.5 MB

Icons

GroupDocs.Assembly for .NET 20.11 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 11/26/2020 Downloads:

Download

File Size: 108.1 MB

Icons

GroupDocs.Assembly for .NET 20.9

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 9/30/2020 Downloads:

Download

File Size: 75.5 MB

Icons

GroupDocs.Assembly for .NET 20.9 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 9/30/2020 Downloads:

Download

File Size: 75.1 MB

Icons

GroupDocs.Assembly for .NET 20.8

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 8/25/2020 Downloads:

Download

File Size: 75.4 MB

Icons

GroupDocs.Assembly for .NET 20.8 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 8/25/2020 Downloads:

Download

File Size: 75.0 MB

Icons

GroupDocs.Assembly for .NET 20.6

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 6/22/2020 Downloads:

Download

File Size: 75.0 MB

Icons

GroupDocs.Assembly for .NET 20.6 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 6/22/2020 Downloads:

Download

File Size: 74.6 MB

Icons

GroupDocs.Assembly for .NET 20.4

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 4/23/2020 Downloads:

Download

File Size: 73.0 MB

Icons

GroupDocs.Assembly for .NET 20.4 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 4/23/2020 Downloads:

Download

File Size: 72.6 MB

Icons

GroupDocs.Assembly for .NET 20.3

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 3/17/2020 Downloads:

Download

File Size: 71.6 MB

Icons

GroupDocs.Assembly for .NET 20.3 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 3/17/2020 Downloads:

Download

File Size: 71.1 MB

Icons

GroupDocs.Assembly for .NET 20.1

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 1/31/2020 Downloads:

Download

File Size: 69.5 MB

Icons

GroupDocs.Assembly for .NET 20.1 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 1/31/2020 Downloads:

Download

File Size: 69.0 MB

Icons

GroupDocs.Assembly for .NET 19.12

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 12/21/2019 Downloads:

Download

File Size: 69.4 MB

Icons

GroupDocs.Assembly for .NET 19.12 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 12/21/2019 Downloads:

Download

File Size: 69.0 MB

Icons

GroupDocs.Assembly for .NET 19.11

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 11/18/2019 Downloads:

Download

File Size: 69.4 MB

Icons

GroupDocs.Assembly for .NET 19.11 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 11/18/2019 Downloads:

Download

File Size: 69.0 MB

Icons

GroupDocs.Assembly for .NET 19.10

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 10/12/2019 Downloads:

Download

File Size: 69.2 MB

Icons

GroupDocs.Assembly for .NET 19.10 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 10/12/2019 Downloads:

Download

File Size: 68.7 MB

Icons

GroupDocs.Assembly for .NET 19.8

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 8/24/2019 Downloads:

Download

File Size: 68.9 MB

Icons

GroupDocs.Assembly for .NET 19.8 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 8/24/2019 Downloads:

Download

File Size: 68.5 MB

Icons

GroupDocs.Assembly for .NET 19.7

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 7/16/2019 Downloads:

Download

File Size: 68.9 MB

Icons

GroupDocs.Assembly for .NET 19.7 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 7/16/2019 Downloads:

Download

File Size: 68.5 MB

Icons

GroupDocs.Assembly for .NET 19.5

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 5/27/2019 Downloads:

Download

File Size: 68.8 MB

Icons

GroupDocs.Assembly for .NET 19.5 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 5/27/2019 Downloads:

Download

File Size: 68.4 MB

Icons

GroupDocs.Assembly for .NET 19.3

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 3/8/2019 Downloads:

Download

File Size: 68.6 MB

Icons

GroupDocs.Assembly for .NET 19.3 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 3/8/2019 Downloads:

Download

File Size: 68.2 MB

Icons

GroupDocs.Assembly for .NET 19.1

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 1/29/2019 Downloads:

Download

File Size: 68.6 MB

Icons

GroupDocs.Assembly for .NET 19.1 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 1/29/2019 Downloads:

Download

File Size: 68.1 MB

Icons

GroupDocs.Assembly for .NET 18.12

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 12/6/2018 Downloads:

Download

File Size: 68.5 MB

Icons

GroupDocs.Assembly for .NET 18.12 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 12/6/2018 Downloads:

Download

File Size: 68.1 MB

Icons

GroupDocs.Assembly for .NET 18.10

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 10/31/2018 Downloads:

Download

File Size: 68.4 MB

Icons

GroupDocs.Assembly for .NET 18.10 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 10/31/2018 Downloads:

Download

File Size: 68.0 MB

Icons

GroupDocs.Assembly for .NET 18.9 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 9/11/2018 Downloads:

Download

File Size: 67.9 MB

Icons

GroupDocs.Assembly for .NET 18.9

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 9/11/2018 Downloads:

Download

File Size: 68.3 MB

Icons

GroupDocs.Assembly for .NET 18.7

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 7/31/2018 Downloads:

Download

File Size: 68.3 MB

Icons

GroupDocs.Assembly for .NET 18.7 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 7/31/2018 Downloads:

Download

File Size: 67.9 MB

Icons

GroupDocs.Assembly for .NET 18.6

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 7/19/2018 Downloads:

Download

File Size: 68.0 MB

Icons

GroupDocs.Assembly for .NET 18.6 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 7/19/2018 Downloads:

Download

File Size: 67.6 MB

Icons

GroupDocs.Assembly for .NET 18.5

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 6/1/2018 Downloads:

Download

File Size: 68.0 MB

Icons

GroupDocs.Assembly for .NET 18.5 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 6/1/2018 Downloads:

Download

File Size: 67.6 MB

Icons

GroupDocs.Assembly for .NET 18.2

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 3/1/2018 Downloads:

Download

File Size: 73.5 MB

Icons

GroupDocs.Assembly for .NET 18.2 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 3/1/2018 Downloads:

Download

File Size: 73.1 MB

Icons

GroupDocs.Assembly for .NET 18.1 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 1/25/2018 Downloads:

Download

File Size: 73.0 MB

Icons

GroupDocs.Assembly for .NET 18.1

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 1/25/2018 Downloads:

Download

File Size: 73.5 MB

Icons

GroupDocs.Assembly for .NET 17.12

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 12/26/2017 Downloads:

Download

File Size: 73.5 MB

Icons

GroupDocs.Assembly for .NET 17.12 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 12/26/2017 Downloads:

Download

File Size: 73.0 MB

Icons

GroupDocs.Assembly for .NET 17.11

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 11/3/2017 Downloads:

Download

File Size: 73.4 MB

Icons

GroupDocs.Assembly for .NET 17.11 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 11/3/2017 Downloads:

Download

File Size: 72.9 MB

Icons

GroupDocs.Assembly for .NET 17.9

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 10/2/2017 Downloads:

Download

File Size: 72.4 MB

Icons

GroupDocs.Assembly for .NET 17.9 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 10/2/2017 Downloads:

Download

File Size: 72.0 MB

Icons

GroupDocs.Assembly for .NET 17.8.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 8/11/2017 Downloads:

Download

File Size: 72.0 MB

Icons

GroupDocs.Assembly for .NET 17.8.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 8/11/2017 Downloads:

Download

File Size: 72.4 MB

Icons

GroupDocs.Assembly for .NET 17.5.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 5/18/2017 Downloads:

Download

File Size: 63.8 MB

Icons

GroupDocs.Assembly for .NET 17.5.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 5/18/2017 Downloads:

Download

File Size: 63.4 MB

Icons

GroupDocs.Assembly for .NET 17.3.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 4/2/2017 Downloads:

Download

File Size: 63.6 MB

Icons

GroupDocs.Assembly for .NET 17.3.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 4/2/2017 Downloads:

Download

File Size: 63.2 MB

Icons

GroupDocs.Assembly for .NET 17.1.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 2/2/2017 Downloads:

Download

File Size: 63.4 MB

Icons

GroupDocs.Assembly for .NET 17.1.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 2/2/2017 Downloads:

Download

File Size: 63.0 MB

Icons

GroupDocs.Assembly for .NET 16.12.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 12/31/2016 Downloads:

Download

File Size: 63.3 MB

Icons

GroupDocs.Assembly for .NET 16.12.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 12/31/2016 Downloads:

Download

File Size: 62.9 MB

Icons

GroupDocs.Assembly for .NET 3.3.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 9/30/2016 Downloads:

Download

File Size: 63.4 MB

Icons

GroupDocs.Assembly for .NET 3.3.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 9/30/2016 Downloads:

Download

File Size: 62.9 MB

Icons

GroupDocs.Assembly for .NET 3.2.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 8/29/2016 Downloads:

Download

File Size: 63.3 MB

Icons

GroupDocs.Assembly for .NET 3.2.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 8/29/2016 Downloads:

Download

File Size: 62.9 MB

Icons

GroupDocs.Assembly for .NET 3.1.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 6/30/2016 Downloads:

Download

File Size: 60.1 MB

Icons

GroupDocs.Assembly for .NET 3.1.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 6/30/2016 Downloads:

Download

File Size: 59.7 MB

Icons

GroupDocs.Assembly for .NET 3.0.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 2/6/2016 Downloads:

Download

File Size: 58.2 MB

Icons

GroupDocs.Assembly for .NET 3.0.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 2/6/2016 Downloads:

Download

File Size: 58.7 MB

Icons

GroupDocs.Assembly for .NET 1.3.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 3/30/2015 Downloads:

Download

File Size: 44.4 MB

Icons

GroupDocs.Assembly for .NET 1.3.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 3/30/2015 Downloads:

Download

File Size: 44.1 MB

Icons

GroupDocs.Assembly for .NET 1.2.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 1/29/2015 Downloads:

Download

File Size: 43.9 MB

Icons

GroupDocs.Assembly for .NET 1.2.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 1/29/2015 Downloads:

Download

File Size: 43.6 MB

Icons

GroupDocs.Assembly for .NET 1.1.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 12/31/2014 Downloads:

Download

File Size: 41.6 MB

Icons

GroupDocs.Assembly for .NET 1.1.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 12/31/2014 Downloads:

Download

File Size: 41.9 MB

Icons

GroupDocs.Assembly for .NET 1.0.7

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 11/21/2014 Downloads:

Download

File Size: 40.1 MB

Icons

GroupDocs.Assembly for .NET 1.0.7 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 11/21/2014 Downloads:

Download

File Size: 39.8 MB

Icons

GroupDocs.Assembly for .NET 1.0.6

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 10/20/2014 Downloads:

Download

File Size: 39.5 MB

Icons

GroupDocs.Assembly for .NET 1.0.6 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 10/20/2014 Downloads:

Download

File Size: 39.2 MB

Icons

GroupDocs.Assembly for .NET 1.0.5

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 8/29/2014 Downloads:

Download

File Size: 40.7 MB

Icons

GroupDocs.Assembly for .NET 1.0.5 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 8/29/2014 Downloads:

Download

File Size: 40.5 MB

Icons

GroupDocs.Assembly for .NET 1.0.4

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 7/30/2014 Downloads:

Download

File Size: 40.8 MB

Icons

GroupDocs.Assembly for .NET 1.0.4 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 7/30/2014 Downloads:

Download

File Size: 40.6 MB

Icons

GroupDocs.Assembly for .NET 1.0.3 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The as...

Added: 7/15/2014 Downloads:

Download

File Size: 81.1 MB

Icons

GroupDocs.Assembly for .NET 1.0.3

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 7/15/2014 Downloads:

Download

File Size: 40.8 MB

Icons

GroupDocs.Assembly for .NET 1.0.2

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 4/18/2014 Downloads:

Download

File Size: 42.2 MB

Icons

GroupDocs.Assembly for .NET 1.0.2 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The as...

Added: 4/18/2014 Downloads:

Download

File Size: 41.9 MB

Icons

GroupDocs.Assembly for .NET 1.0.0

This contains the MSI installer of GroupDocs.Assembly for .NET

Added: 3/31/2014 Downloads:

Download

File Size: 42.2 MB

Icons

GroupDocs.Assembly for .NET 1.0.0 (DLLs only)

This ZIP file contains only the GroupDocs.Assembly for .NET assemblies. The asse...

Added: 3/31/2014 Downloads:

Download

File Size: 42.0 MB


 English