Gnostice.Web.TypeScript 19.1.1

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 19.1.1
NuGet\Install-Package Gnostice.Web.TypeScript -Version 19.1.1
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="19.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gnostice.Web.TypeScript --version 19.1.1
#r "nuget: Gnostice.Web.TypeScript, 19.1.1"
#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=19.1.1

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

Gnostice Document Studio .NET Multi-format ASP.NET 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 2019 R1 - March 14, 2019
====================================
Enhanced
~~~~~~~~
- ASP.NET Document Viewer
- Client-side APIs:
- Introduced “lazyLoading” property on “preferences”. Setting lazyLoading to false causes the viewer to continue to load the document in background until all pages of the document are loaded and displayed in the viewer. This setting is useful for form filling scenarios. The “onFormLoaded” event is fired after all form fields on all the pages of the document are loaded and displayed in the viewer.
- Introduced “setTabStop” API on the form field object to enable/disable tab stop for a specified form field.
- Introduced “downloadFileformat” property on “beforeDownloadDocument” event which can be used to set the default download file format.
- Localization
- German and French localization resource files are added for WinForms Document Viewer.

Fixed
~~~~~~~~
- ASP.NET Document Viewer
- Internet Explorer 11 fails to print large documents.
- Resolution setting is not applied in memory caching.
- Signature fields are not rendered.
- Textfield’s orientation is ignored.
- Document Converter
- In DOCX to PDF conversion, the images are not compressed resulting in larger PDF output.
- The resulting PDF is not searchable when the input image has black background.
- PDF Engine
- Text extraction returns incorrect text for Type0 font text elements when the font contains empty CMap stream.
- Repeated loading and saving of AES 128 bit encrypted document makes the document corrupt after few iterations.
- RedactRegion API does not redact the text that intersects a specified region for redaction as the bounding rectangle of the matching text does not include the full ascent and descent part of the text.
- Images of type CCITT in a PDF are not rendered.
- Unicode characters in the captions of Pushbutton fields are not preserved while saving the document.
- The value of DA entry is getting corrupted while updating it when a document is saved.
- Format exception is thrown when  CreationDate or ModifiedDate values in Info dictionary are not of the format “D:YYYYMMDDHHmmSSOHH'mm”.
- While encoding the text fields, unicode character is appended to the text-field’s value even when its value is empty.
- Flattening of field results in incorrect flattened location when the document has incorrect /Size entry in the trailer dictionary.
- Flattening of field results in incorrect flattened location when the document has CropBox entry in the dictionary.
- Word Engine
- Doc parsing issue when the tab value is huge, resulting in incorrect rendering.
- Texts are rendered with incorrect font size as we are overriding the actual font size with font size associated to RTL/complex script text.
- Field code parsing issue resulting in System.ArgumentOutOfRange Exception.
- Paragraphs with left indentation and tab stops and text containing tab character are not handled correctly.
- Table rendering issue when background color of a cell is not specified.
- Texts are rendered with incorrect color when the color property is specified in the run property of a paragraph.
- When the document has numbered list, the numbering level is calculated incorrectly.
- Document is not rendered when it has a dropdown list.
- Image Engine
- When multipage TIFF is loaded to the viewer, only first page is rendered in place of all other pages.
- Multipage TIFF rendering issue where the dimension of the first page is being applied to all the pages.
- Text Engine
- Formatting is lost when the indentation character is a space or a tab.