Gnostice.Web.TypeScript 17.2.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Gnostice.Web.TypeScript --version 17.2.0
NuGet\Install-Package Gnostice.Web.TypeScript -Version 17.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="Gnostice.Web.TypeScript" Version="17.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gnostice.Web.TypeScript --version 17.2.0
#r "nuget: Gnostice.Web.TypeScript, 17.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 Gnostice.Web.TypeScript as a Cake Addin
#addin nuget:?package=Gnostice.Web.TypeScript&version=17.2.0

// Install Gnostice.Web.TypeScript as a Cake Tool
#tool nuget:?package=Gnostice.Web.TypeScript&version=17.2.0

Gnostice XtremeDocumentStudio .NET Multi-format HTML5 Document Viewer is the next-generation multi-format document-viewing technology for .NET developers. The DocumentViewer control supports viewing, form-filling, text searching (with OCR support) and printing PDF, DOCX, DOC, TXT, BMP, JPEG, PNG, WMF, EMF, and single-page and multi-page TIFF. It works on both desktop(Windows 7, Windows 8.1, Windows 10, Linux, Mac OS X) and mobile browsers (IOS, Android, Windows Phone).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Version 2017 R2 - May 5, 2017
=============================
Enhanced
~~~~~~~~
- HTML5 Document Viewer
   - Introduced feature to annotate PDF files
       - Adding new annotation: Sticky Note
       - Editing existing markup annotations: Sticky Note, Line, Square, Polygon, Polyline, Ellipse
       - Shape properties supported:
           - Stroke: Color, Width, Style - Solid and Dashed
           - Fill: Color
       - Interactivity features:
           - Moving annotations
           - Editing popup content
           - Adding reply thread
           - Setting of status (Accepted, Rejected, Completed and Cancelled)
           - Support for tooltips
       - Document level operations:
           - Print and Download modified annotated documents
       - APIs:
           - Introduced API to specify whether annotations interactivity should be enabled
           - Introduced API to set user identity which is used while editing annotations
           
   - Form Filling
       - API:
           - Introduced API to get list of form fields, get and set form field values
       - Events:
           - Introduced “beforeFormSubmit” to review form field before posting to server
           - Introduced “afterFormSubmit” to notify document form fields changes sent to the server
           - Introduced “OnClick”, “OnFocusIn” and “OnFocusOut” events for all form fields
           - Introduced “OnChange” event for text edit, combo box, check box and list box fields
           
   - General
       - Events:
           - Introduced “afterPageDrawn” to add custom content on the viewer page without affecting underlying document
           
- Document Viewing/Printing/Conversion
   - Spreadsheet
       - Introduced support for Tables with predefined and custom table styles
       - Added support for Page number, Date, Time, File path, File name, Sheet name in Headers & Footers
       - Introduced Cell and Sheet formatting support
       - APIs Introduced:
           - ShowGridlines: to show/hide gridlines while viewing and printing
           - ShowHeadings: to show/hide headings while viewing and printing
           - FormattingMode : to choose in-built document settings or user specified settings for document layouting operation
           
Fixed
~~~~~
- PDF Engine
   - Incorrect coordinates are returned for Annotations and Form fields when the page contains negative coordinates in MediaBox/CropBox.
   - Rendering of indexed DCT Images with masking are supported.
- Word Engine
   - Rendering of textboxes with position relative to margins are handled.
   - Rendering of tables with incorrect border width value are handled.
- Spreadsheet Engine
   - Parsing issue with images when its position is relative to cell in XLS format.
   - Converting parsed hexadecimal value to double precision floating point numbers in XLS format.
   - Right and center alignment issue when cell content width is more than cell width.
   - Enhanced Cell layouting to layout Date and Accounting formats.
   - Re-layouting is done to consider print properties when Print API is called.
   - Column heading width is calculated based on the width of highest column number.