XtremeDocumentStudio.NET 14.4.0

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

// Install XtremeDocumentStudio.NET as a Cake Tool
#tool nuget:?package=XtremeDocumentStudio.NET&version=14.4.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 net is compatible. 
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 R4 - August 22, 2014:

Enhanced:
--------
1. Multi-format document-viewing:
- Introduced ASP.NET MVC document viewer extension [Ultimate edition only]
 * Displays and prints documents in ASP.NET MVC web applications.
 * Supports PDF, DOCX, DOC, TIFF, JPEG, BMP, PNG, EMF and WMF formats.
 * Customizable user-friendly floating toolbar for displaying page number and page count, saving and printing documents, and navigating pages.
 * Support for custom themes (CSS files) using Theme property.
 * Server-side features
  > Load documents from files and streams.
  > Specify HTML DOM object ID using ClientObjectName property.
  > Use properties to configure toolbar buttons, position, appearance; scrollbar options; viewer background color.
 * Client-side features
  > Client-side object supports custom interactivity and processing:
  > Get page number and page count of loaded document.
  > Get and set printing resolution.
  > Call methods to navigate pages, save document, print document, zoom in and zoom out.
  > Listen to add_PageChanged event to handle current page-change events.
- WPF document viewer control
 * Introduced support for PDF (in addition to existing support for DOCX, DOC, TIFF, JPEG, BMP, PNG, EMF and WMF formats).
2. Multi-format document conversion:
 * Improved PDF-to-DOCX conversion
  > Added support for the following page elements
   * Text
    - Font
    - Styles - Subscript and superscript
    - Character spacing
   * Images
    - Inline
    - Floating images with absolute positioning
    - In front of text
    - Behind text
   * Paragraphs
    - Alignment
    - Indents: Left, right, first line, hanging
- Line spacing: Multiple (Single/1.5/2.0/3.0/...)
- Tables: Single-level paragraphs with borders
   * Sections
- Multi-column section
* Coming soon
 > Bulleted and numbered lists
 > Tables
 > Improved differentiation between tables and multi-column sections
 > Nested tables
 > Table border
 > Table cell properties
 > Text boxes
 > Formulas
 > Drawings
 > Flow charts
 > Tree structures
 > Diagrams
 > Headers and footers
3. Performance improvements
* PDF: Optimized and faster loading with improved fault tolerance.
Others
* Introduced Gnostice.Documents.Framework class to enable single-point license activation.
Removed license activation methods in all controls. Individual instance-level activation is not required now.
4. Fixed
* PDF: Several rendering issues