XtremeDocumentStudio.NET 14.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XtremeDocumentStudio.NET --version 14.7.0
NuGet\Install-Package XtremeDocumentStudio.NET -Version 14.7.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="14.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XtremeDocumentStudio.NET --version 14.7.0
#r "nuget: XtremeDocumentStudio.NET, 14.7.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=14.7.0

// Install XtremeDocumentStudio.NET as a Cake Tool
#tool nuget:?package=XtremeDocumentStudio.NET&version=14.7.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, and single-page and multi-page TIFF. XtremeDocumentStudio also includes an AJAX-powered ASP.NET document viewer component and a WPF document viewer component. Document creation and editing components have also been introduced in a preview (beta) basis. Intelligent conversion of PDF to DOCX has also been introduced as a preview.

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 2014 R7 - November 28, 2014
====================================
Enhanced
~~~~~~~~
* Introduced support for Mail Merge capability (Preview)
 + Introduced MailMerge class to perform mail merge operations using DOCX files as templates.
   - Provides options to generate combined or individual output files for recipients   
   - Options to remove unfilled fields from output
   - Save output to any of the supported file formats - DOCX, PDF, image formats (JPG, PNG, TIFF, etc.)
 + Features we are currently working on and will be available soon:
   - Events support for:
     + Cancelling or skipping fields
     + Providing file names or output streams for output documents
     + Updating field results at various stages
     + Providing data for field mapping etc.
* DOCX Rendering
 + Support for rendering the following fields in DOCX format:
   - Page
   - NumPages
   - Date
   - CreateDate
   - Time
   - SaveDate
   - Author
   - Subject
   - Keywords
   - Title

Fixed
~~~~~
* DOCX Rendering
 + Incorrect tab spacing when the tab is set before the paragraph indent.