Gnostice.Web.TypeScript 17.3.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.3.0
NuGet\Install-Package Gnostice.Web.TypeScript -Version 17.3.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.3.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.3.0
#r "nuget: Gnostice.Web.TypeScript, 17.3.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.3.0

// Install Gnostice.Web.TypeScript as a Cake Tool
#tool nuget:?package=Gnostice.Web.TypeScript&version=17.3.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 R3 - May 29, 2017
==============================
Enhanced
~~~~~~~~
- HTML5 Document Viewer
   - Interactivity features:
       - Support for link annotations.
       - Support for PDF Actions
           - GOTO Action : XYZ, fit, fitH, fitV, fitR, fitB, fitBH, fitBV.
           - Named Action : firstpage, prevpage, lastpage, nextpage, print, close.
           - URI Action.
       - Improved navigation through bookmarks by supporting associated actions.
   - APIs:
       - Introduced ZoomMode.FitPage.
       - New APIs to configure security settings under “Preferences”:
       - Hyperlink navigation access settings like allowed, blocked and custom access like providing blocked and trusted sites etc.
   - Events:
       - Introduced “onNavigationAction” event to notify pdf actions performed on bookmarks and link annotations.

Fixed
~~~~~
- HTML5 Document Viewer
   - Page is shifting few pixels down during page navigation.
   - Minor fixes related to interactivity.
- PDF Engine
   - Bookmark action parameters with some missing values.
   - Text rendering with improper rotation.
- Spreadsheet Engine
   - Rendering of gridlines looks asymmetric.
   - Fixed Number formatting associated with cell value.
   - Parsing default cell values of rich text in XLS format.
   - Handled fractions and custom cell formatting.
   - Default alignment for boolean cell values is set to center.