Gnostice.DocumentStudio.WPF 19.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Gnostice.DocumentStudio.WPF --version 19.2.1
NuGet\Install-Package Gnostice.DocumentStudio.WPF -Version 19.2.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.DocumentStudio.WPF" Version="19.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gnostice.DocumentStudio.WPF --version 19.2.1
#r "nuget: Gnostice.DocumentStudio.WPF, 19.2.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.DocumentStudio.WPF as a Cake Addin
#addin nuget:?package=Gnostice.DocumentStudio.WPF&version=19.2.1

// Install Gnostice.DocumentStudio.WPF as a Cake Tool
#tool nuget:?package=Gnostice.DocumentStudio.WPF&version=19.2.1

Follow this link for the Gnostice Document Studio .NET Developer Guide.

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.

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
23.2.211 194 12/12/2023
23.1.143 172 7/3/2023
22.2.1384 433 8/16/2022
22.1.1339 425 7/2/2022
21.1.870 477 2/4/2021
21.1.867 346 2/3/2021
20.1.629 1,247 6/16/2020
19.3.0 568 11/25/2019
19.2.1 518 9/24/2019
19.2.0 528 9/23/2019

Version 2019 R2 - September 23, 2019
====================================
Introduced
~~~~~~~~~~
- PDF Engine
- A newly designed PDF engine is introduced that works across platforms. Since this engine is not yet at parity with the feature-set of the old PDF engine, it is enabled only for .NET Standard. So it is used by the new Xamarin document viewer control and also can be used in .NET Core / .NET Core 3 frameworks. Once its feature-set matches that of the old PDF engine, the old engine will be replaced with the new one for all platforms.
- Features currently supported by the new PDF engine
- Shapes
- Text
- Supported font types: Type 1, TrueType, CFF, CID
- Images
- Supported image types: 8 BPC BMP and 8 BPC JPEG
- Decryption
- Supported encryption algorithms: RC4 (40 bit and 128 bit) and AES (128 bit and 256 bit)
- Stream decompression filter types:
- Flate
- Xamarin Document Viewer Control
- A new Document Viewer control is introduced for Xamarin.Forms mobile apps (Android and iOS).
- Features currently supported the control
- Page layouts
- Continuous: Single-page, Two-page, Fit-to-window
- Scroll orientation
- Vertical, Horizontal
- Navigation
- First-page, Previous-page, Next-page, Last-page, Goto-page
- Zoom
- Zoom-in, Zoom-out, Fit-width, Fit-height, Custom-zoom (unlimited)
- Rotation
- Specific pages and all pages
- Gestures
- Swipe, Pan and Double-tap.
- Events
- PageChanged
- PageCountChanged
- ZoomChanged
- NeedPassword
- Product Licensing
- The old registration-key based product licensing system has been replaced with an activation-key based licensing system. See the documentation for more details.

Enhanced
~~~~~~~~
- Document Engines
- All existing document engines (except PDF) are now supported on .NET Standard compliant frameworks (.NET Core and Xamarin as well).
- Updated file format prediction code to improve detection of supported files.
- Digitization Engine
- The digitization engine (OCR) is now supported on .NET Standard compliant frameworks as well.
- Document Converter
- The Document Converter component now works both in .NET Framework as well as .NET Standard.
- Document Mail-merge
- The Mail-merge component now works both in .NET Framework as well as .NET Standard.
- Document Viewers
- Both the WinForms and WPF viewer controls have been redesigned and rewritten from the ground-up.
- The newly introduced Xamarin Document Viewer control, and the rewritten WinForms and WPF Document Viewer controls share bulk of their code via the newly introduced PageManager module. This new design allows for faster introduction of features into all viewers at the same time.
- The WPF viewer now supports navigation via thumbnails as well as PDF bookmarks.
- Word formats
- Header and footer content is now rendered with a faded color to match Word behavior.
- Spreadsheet formats
- File is now read in a worker thread and content is rendered to pages

Fixed
~~~~~~
- PDF
- DCT images having Separation Colorspace with Type 0 (Sampled) Function are rendered with inverted colors..
- JPX image having JPX image as SMask are not rendered.
- Shapes having Separation Colorspace with Type 0 (Sampled) Function are rendered incorrectly.
- Rendering DCT images having JPX image as SMask.
- Rendering of image that is compressed using Flate with Predictor value '15' takes longer than expected.
- Text extraction results in extraction of incorrect text for CID font text when the CID font contains ToUnicode stream with "beginbfrange" lines that specify array of Unicode values for the given range.
- Random errors observed in appearance of transparent text when converting to PDF.
- Deletion of annotations in the document leads to generation of corrupt PDF output.
- NRE thrown when fetching form fields for some PDF files.
- Form fields with unspecified field type are rendered twice.
- Text fields are not displayed after saving due to incorrect encoding text field value for some documents.
- Form fields are rendered at incorrect position due to incorrect handling of Matrix entry in the field appearance stream.
- Multiple embedded font text rendering fixes by the font engine.
- Word formats
- Picture watermarks are not being rendered correctly.
- NRE thrown when loading some DOCX files containing fields.
- NRE thrown when loading TXT files containing null characters.
- Rendering issue of fields where a width change isn’t accounted for when the field value is changed.
- NRE when rendering some DOC files with a table.
- Tab stops of type “start” are not handled.
- Hang when rendering a table containing a page break.
- Highlight color not parsed properly in DOC files.
- Spreadsheet formats
- Rich text parsing issue in XLS.