XtremeDocumentStudio.NET 15.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XtremeDocumentStudio.NET --version 15.2.0
NuGet\Install-Package XtremeDocumentStudio.NET -Version 15.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XtremeDocumentStudio.NET" Version="15.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XtremeDocumentStudio.NET --version 15.2.0
#r "nuget: XtremeDocumentStudio.NET, 15.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XtremeDocumentStudio.NET as a Cake Addin
#addin nuget:?package=XtremeDocumentStudio.NET&version=15.2.0

// Install XtremeDocumentStudio.NET as a Cake Tool
#tool nuget:?package=XtremeDocumentStudio.NET&version=15.2.0

Gnostice XtremeDocumentStudio .NET is the next-generation multi-format document-processing component suite for .NET developers. Currently, it supports viewing, printing, and converting PDF, DOCX, DOC, BMP, JPEG, PNG, WMF, EMF, TIFF and MTIFF. More formats will be introduced in future. XtremeDocumentStudio includes multi-format document viewer controls for WinForms, WebForms, MVC, WPF, and HTML5. It can also convert document from one format to another, such as DOCX-to-PDF or PDF to images without requiring any other external software or libraries. It can also intelligently reconstruct page elements when converting PDF to DOCX. Some features such as programmatic document-creation, document-editing, and mail-merge have been introduced as a preview or beta.

XtremeDocumentStudio .NET is 100% managed code. It can natively process supported formats without requiring external software such as Microsoft Word, Open XML SDK, Word Automation Services, Adobe PDF library or GhostScript.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
15.9.0 95 4/29/2015
15.8.0 58 4/20/2015
15.7.0 62 4/3/2015
15.6.0 53 3/23/2015
15.5.0 63 3/6/2015
15.4.0 59 2/23/2015
15.3.0 60 2/11/2015
15.2.0 61 2/3/2015
15.1.0 83 1/13/2015
14.8.0 97 12/15/2014
14.7.0 81 12/2/2014
14.6.0 413 11/14/2014
14.5.0 130 9/11/2014
14.4.0 146 9/2/2014

Version 2015 R2 - January 27, 2015
==================================
 Enhanced
 ~~~~~~~~
   + Document Conversion
     - Introduced support for converting from PDF, DOCX, and DOC to text.  New
       * Option to specify encoding (such as UTF-8) for the output text file using TextEncoderSettings.setFileEncoding().
       * Option to specify whether BOM (Byte Order Mark) needs to be set.
       * Options to specify whether to add breaks such as line feed, paragraph break (double line feeds), form feed and file-separator character (0x1C).
       * Option to specify whether to add a page break marker (by default, set to "-- End of Page --").
     - Introduced support for converting from PDF, DOCX and DOC to HTML.  New
   + Document Creation
     - Introduced redesigned (out-of-beta) MailMerge class to provide greater flexibility and more user-friendly APIs. New
       * Modularization of merging operation and post-merge actions (such as save to file, save to stream, save to IDocument, e-mail document, etc.)
       * Events to
         + obtain notifications
           - Monitor and display mail merge job progress
             * BeginJob
             * BeginMergeInstance
             * FieldUpdating
             * BeginPostMergeAction
             * EndPostMergeAction
             * EndMergeInstance
             * Progress
             * Error
             * EndJob
         + control operation flow - continue with or entirely skip the current record, or cancel the whole operation
         + provide output file pathnames or streams
       * Supported merge-field data sources:
         + Dictionary<string, Object>
         + DataTable
         + DataRow
         + IDynamicMailMergeSource
       * Supported merge template formats:
         + DOCX
         + DOTX
         + DOTM
         + DOC
         + DOT
       * Supported merged output document formats:
         + PDF
         + DOCX
         + Images (JPG, PNG, TIFF, BMP)
         + HTML
         + Text
       * Other features
         + Automatic mapping of template merge-fields with data source columns sharing the same name
         + Add, edit or delete merge-field mapping using APIs provided in FieldMapping class.
         + Option to remove empty merge-field containers.
         + Option to break for a merge output instance using MailMerge.MergeInstanceBreakType - create a new document, page, or paragraph.