---
title: "Changelog"
canonical_url: "https://www.nutrient.io/guides/dotnet/changelog/"
md_url: "https://www.nutrient.io/guides/dotnet/changelog.md"
last_updated: "2026-05-14T21:57:26.856Z"
description: "Latest updates and release notes for Nutrient .NET SDK, including new features, improvements, and bug fixes."
---

# Changelog for .NET

## 14.4.2 — 6 May 2026

For notable updates, refer to the [14.4.2 release notes](/guides/dotnet/release-notes/14-4-2.md).

* Adds direct DOCX-to-Markdown conversion. (J#MAMBO-2049)

* Adds support for flat OPC PowerPoint and Word documents. (J#MAMBO-2052)

* Adds language configuration support for MSG and EML email format processing. (J#MAMBO-2050)

* Adds a new `InstantJsonRenderTheme` setting to support rendering annotations using the same visual style as other Nutrient products. (J#NAT-396)

* Adds Markdown export format to Vision API content extraction. (J#NAT-347)

* Adds image export modes (`None`, `Embedded`, `External`) and inline formatting controls to Markdown and HTML export settings. (J#NAT-347)

* Adds implicit conversion support for exporting non-PDF documents to Markdown and HTML formats. (J#NAT-347)

* Adds word-level detection and bounding boxes for handwritten text to the Vision API. (J#NAT-392 and J#NAT-384)

* Improves rendering of text shadow and outline effects in Word documents. (J#MAMBO-2028)

* Improves heading and table detection. (#2518)

* Improves QR code recognition on damaged barcodes when only two finder patterns are available. (J#GDBC-497)

* Improves PDF metadata handling and validation. (J#PDFA-83 and J#PDFA-88)

* Improves PDF/A conversion stability. (J#GDPDF-1519)

* Improves Vision API JSON export performance on large multipage documents. (#2499)

* Improves text extraction accuracy on degraded document scans by refining VLM-OCR fusion heuristics. (J#NAT-387 and J#NAT-408)

* Fixes an issue where PDF conversion stopped prematurely during bookmark and link processing. (J#MAMBO-2051)

* Fixes an issue where paragraph indentation from old Word documents was converted incorrectly. (J#MAMBO-2031)

* Fixes an issue where kerning was not applied to text runs when it was defined at the paragraph level in Word documents. (J#MAMBO-2053)

* Fixes an issue where EMF metafile validation rejected valid files that contained padding bytes after the end-of-file record. (J#MAMBO-2056)

* Fixes an issue where PDF document signing failed on Windows 11 when running under.NET Framework. (J#GDPDF-1504)

* Fixes a crash that occurred during multithreaded PDF OCR when saving and closing the document from the [`OcrPagesDone`](https://www.nutrient.io/api/gdpicture/GdPicture.NET.14~GdPicture14.GdPicturePDF~OcrPagesDone_EV.html) callback. (J#GDPDF-1516)

* Fixes an exception when importing Instant JSON containing form fields with widget annotations that have a border style but no border color. (J#GDPDF-1518)

* Fixes an issue where large images failed to process when added to a PDF by automatically tiling them. (J#GDPIC-1281)

* Fixes a licensing initialization crash on 32-bit Windows and garbled log output encoding. (J#GDPIC-1612)

* Fixes an issue where OCR results returned incorrect word reading order when processing multizone page layouts. (J#NAT-332)

* Fixes an issue where table cell content was missing from the final output in VLM-enhanced document processing pipelines. (J#NAT-407)

* Fixes an issue where the OCR pipeline failed at runtime due to missing dependencies in the fast extraction path. (J#NAT-414)

* Fixes an issue where Vision ICR extraction failed. (#2494)

* Fixes a denial-of-service vulnerability when parsing crafted MSG files by upgrading OpenMcdf to 3.1.3. (#2582, CVE-2026-41511)

## 14.4.1 — 7 April 2026

For notable updates, refer to the [14.4.1 release notes](/guides/dotnet/release-notes/14-4-1.md).

* Improves Instant JSON imports. (J#NAT-395)

* Fixes.NET 10 toolbox support for WinForms and WPF viewer controls. (J#GDPIC-1594)

* Fixes an issue related to strong-name signing assembly. (J#GDPIC-1611)

* Fixes OCR text layer placement on multipage PDFs when threaded OCR is enabled. (J#NAT-409)

* Adds Office fidelity tests. (J#MAMBO-2036)

* Adds a PDF bookmark source option for Office-to-PDF conversion. (J#MAMBO-2043)

* Improves rendering of DOC(X) files. (J#MAMBO-2044)

* Fixes minor PDF/A and PDF/UA validation issues. (#2462)

* Fixes GdViewer runtime lookup on WinForms. (#2449)

## 14.4.0 — 1 April 2026

For notable updates, refer to the [14.4 release notes](/guides/dotnet/release-notes/14-4.md).

* Improves the HTML-to-PDF conversion engine. (J#NAT-97)

* Moves the WPF and WinForms viewers into separate NuGet packages. (J#GDPIC-1580)

* Fixes an issue related to the COM environment. (J#GDPIC-1596)

* Fixes an issue in Office Templating where the false/inverted branch (`{{^...}}`) could be skipped when condition tags are side by side and one branch contains table content. (J#OFTAPI-18)

* Adds support for ordinal date fields. (J#MAMBO-2008)

* Improves pagination of floating blocks in Office document headers and footers. (J#MAMBO-1994)

* Improves parsing of fields over multiple content runs. (J#MAMBO-2017 and J#MAMBO-2019)

* Improves rendering of hidden paragraphs from Office documents. (J#MAMBO-2013)

* Improves rendering of footnotes and endnotes from Office documents. (J#MAMBO-2021)

* Improves rendering of graphic objects from Office documents. (J#MAMBO-2015)

* Improves rendering of line numbering from Office documents. (J#MAMBO-1987)

* Improves memory consumption when rendering Excel files. (J#MAMBO-1926)

* Fixes an issue parsing dropdown fields in Office documents. (J#MAMBO-2026)

* Fixes an issue parsing fake encrypted XLS files. (J#MAMBO-1998)

* Fixes a buffer position mismatch when parsing RTF documents. (J#MAMBO-2029)

## 14.3.26 — 27 February 2026

* Fixes an XLSX max-width cutoff regression. (J#MAMBO-2008)

* Fixes memory leaks in OCR-KVP caused by the repeated creation of culture metadata in data type validators by switching to static/shared initialization. (J#OCR-1105)

## 14.3.25 — 20 February 2026

* Fixes the “Effective ranges intersect” error when adjacent section tags (e.g. `{{/section}}{{^section}}`) appear in the same paragraph. (J#OFTAPI-16)

* Fixes an issue in DocuVieware where page rotations were removed after applying redactions. (J#DV-758)

## 14.3.24 — 6 February 2026

* Improves the speed of XLSX-to-PDF conversion. (J#MAMBO-2008)

* Fixes numbering issues converting Office files. (J#MAMBO-2010, J#MAMBO-2011 and J#MAMBO-2012)

* Fixes exceptions parsing metafiles. (J#MAMBO-2009)

* Fixes an issue opening malformed PPTX files. (J#MAMBO-1991)

* Fixes an issue retrieving pixels at the edge of an image. (J#GDPIC-1589)

* Improves rendering of DOC(X) files. (J#MAMBO-2005 and J#MAMBO-1941)

* Fixes OCR issue on.NET Framework platform, missing reference System 0.0.0.0 assembly. (J#OCR-1107)

* Improves rendering of fields from Office documents. (J#MAMBO-2000)

* Fixes nested floating table positioning in DOC(X), RTF, and ODT documents. (J#MAMBO-2007)

* Adds image substitution support to Office templating, including sizing, borders, captions, links, rotation, and multipage images. (J#OFTAPI-11)

## 14.3.23 — 26 January 2026

* Adds partial support for HTML alt chunks in Word documents. (J#MAMBO-2006)

* Improves rendering of fields from Office documents. (J#MAMBO-2000 and J#MAMBO-1985)

* Fixes strikethrough formatting on Excel documents. (J#MAMBO-2004)

## 14.3.22 — 20 December 2025

* Fixes a bug causing exceptions parsing some Office documents. (J#MAMBO-1995)

* Improves ODT table cell content rendering. (J#MAMBO-1996)

* Improves rendering of Excel files. (J#MAMBO-1922)

* Complete review on 1d barcode writing. (J#GDPIC-1584)

* Improves pagination around floating objects in Office rendering. (J#MAMBO-1957)

* Changes default value of [`SpreadsheetRenderOnlyPrintArea`](https://www.nutrient.io/api/gdpicture/GdPicture.NET.14~GdPicture14.GdPictureDocumentConverter~SpreadsheetRenderOnlyPrintArea.html) to `true`. (J#MAMBO-1986)

* Fixes issue in EXIF parsing of some documents in 64 bits. (J#GDPIC-1438)

* Improves support for gutter in Office documents. (J#MAMBO-1999)

* Improves rendition of VML shapes on DOC and DOCX files. (J#MAMBO-2001)

## 14.3.21 — 26 November 2025

* Fixes a bug causing exceptions parsing conditional formatting on XLSX documents. (J#MAMBO-1988)

* More improvements on converting fields from Office documents. (J#MAMBO-1985)

* Adds support for charts defined at master and layout level. (J#MAMBO-1975)

* Fixes selecting page range in [`PrintDialog`](https://www.nutrient.io/api/gdpicture/GdPicture.NET.14%20%28COM%20-%20ActiveX%29~GdPicture14.GdPicturePDF~PrintDialog%28%29.html) on Windows.

* Fixes an issue with conditions inside table cells in Office Templating. (J#OFTAPI-15)

* Adds support for list headers in ODT documents. (J#MAMBO-1989)

* Improves the speed of converting XLSX files. (J#MAMBO-1992)

* Improves PDF/UA conversion engine. (J#NAT-273)

* Fixes DocuVieware printing issue on very large document. (J#DV747)

## 14.3.20 — 19 November 2025

* Fixes a memory TIFF conversion leak. (J#GDPDF-1498)

* Fixes a bug adding UTF-8 BOM in the QrCode encoded data. (J#GDBC-494)

* Fixes some problems converting fields from Office documents. (J#MAMBO-1985)

## 14.3.19 — 11 November 2025

* Adds support for Markdown (.md) document format including headings, formatting, tables, lists, quotes, code blocks, and links.

* Improves conversion of numbering and bulleted list from Office documents. (J#MAMBO-1982)

* Fixes a bug retrieving documents coordinates with screen scaling. (J#GDPIC-1545)

## 14.3.18 — 17 October 2025

* Fixes OCR result serialization issue. (J#OCR-1101)

* Improves conversion of numbering and bulleted list from Office documents. (J#MAMBO-1977)

* Improves DocuVieware link support. (J#DV-749)

* Fixes minor issue with annotation handling in GdViewer. (J#GDPIC-1561)

* Fixes minor issue in the Type1 font decoder. (J#GDPDF-1491)

* Adds new method overload SearchTextRegex to the GdPicturePDF class to return bounding boxes that only enclose the search pattern match. (J#GDPDF-1431)

* Improves rendition of DOCX files. (J#MAMBO-1981)

## 14.3.17 — 2 October 2025

The handling of docx documents with markups (user comments, edits) is improved in version 14.3.16+. The default mode for rendering docx containing markups has changed from NoMarkup to AllMarkup as this reflect better convention. It is possible to change back this default value by setting the DocumentMarkupMode.NoMarkup mode.

* Improves PDF/A and PDF/UA conversion engine stability. (J#NAT-217, J#NAT-218, J#NAT-219, J#NAT-220)

* Improves path handling in PDF/A and PDF/UA conversion engine. (J#PDFA-73)

* More improvements on support for editions on.docx documents. See DocumentMarkupMode Enum for more details. (J#MAMBO-1953)

## 14.3.16 — 26 September 2025

* Improves rendition of.odt documents. (J#MAMBO-1942)

* Fixes a bug preventing some ODT files from converting. (J#MAMBO-1970)

* Improves support for hidden paragraph elements. (J#MAMBO-1976)

* Improves support for editions on.docx documents. (J#MAMBO-1953)

* Fixes an issue in DocuVieware affecting form field rendering with specific rotation configurations. (J#DV-660, J#DV-222, J#DV-473)

* Fixes a regression on computing.xls(x) columns widths (J#MAMBO-1955)

## 14.3.15 — 18 September 2025

* Fixes an issue about computing text line baseline. (J#MAMBO-1972)

* Improves PDF/UA conversion engine.

## 14.3.14 — 4 September 2025

* Improves rendition of XLSX documents. (J#MAMBO-1955 & J#MAMBO-1930)

* Fixes some problems causing GenericError with malformed documents. (J#MAMBO-1960 and J#MAMBO-1958)

* Adds new feature: line numbering on Word documents. (J#MAMBO-1933)

* Improves rendition of charts from Office documents. (J#MAMBO-1868)

* Improves rendition of list from DOC(X) documents. (J#MAMBO-1947)

* Improves rendition of shape from PPT(X) documents. (J#MAMBO-1948)

* Fixes a bug selecting the proper font. (J#GDPIC-1551)

* Fixes a bug showing hidden text converting RTF documents. (J#MAMBO-1944)

* Fixes a bug preventing some ODT files to convert. (J#MAMBO-1970)

* Fixes a bug reading conditional formats from Excel documents. (J#MAMBO-1969)

## 14.3.13 — 21 August 2025

* Fixes a bug causing null reference exception in OCR. (J#OCR-1092)

* Fixes an incorrect computation of table cell width. (J#MAMBO-1946)

* Improves PDF/A and PDF/UA conversion engines. (J#NAT-215, J#NAT-216, J#NAT-209, J#NAT-208, J#NAT-207)

* Adds new property `HalfTransparentHeaderFooter` in GdPictureDocumentConverter. (J#MAMBO-1966)

* Improves PDF search and redact feature precision. (J#GDPDF-1463)

* Fixes a minor bug in document merger caused by malformed embedded files. (J#GDPDF-1477)

* Improves PDF rendering engine. (J#GDPDF-1475)

* Adds GdViewer events `BeforeAnnotationDeleteByUser` (with the ability to cancel the operation) and `AnnotationDeletedByUser`. (J#GDPIC1045, J#GDPIC-1046)

* Improves PDF document information retrieval. (J#GDPDF-1468)

## 14.3.12 — 7 August 2025

* Improves table rendition of DOC(X), ODT and RTF documents. (J#MAMBO-1921)

* Improves drawings rendition of DOC(X), ODT and RTF documents. (J#MAMBO-1918)

* Improves font parsing performance. (J#DP-34)

* Improves encoding detection. (J#DV-739)

## 14.3.11 — 25 July 2025

* Improves PDF/A and PDF/UA conversion engines. (J#GDPIC-1534)

* Fixes minor issue with ToUnicode table generation during conversions. (J#GDPDF-1480)

## 14.3.10 — 11 July 2025

* Adds new property `SpreadsheetMaximumPageWidth` in GdPictureDocumentConverter.

* Adds new property `SpreadsheetMaximumPageHeight` in GdPictureDocumentConverter.

* Adds DocuVieware support for comma-separated values in page range options. (J#DV-686)

* Fixes `SystemNotImplemented` issue when calling ThumbnailEx.ThumbnailFrom[Stream|File] methods on GdPicture (net8.0-windows). (J#GDPIC-1537)

* Improves PDF/UA conversion engine. (J#NAT-192, J#GDPIC-1535)

## 14.3.9 — 3 July 2025

* Improves internal improvements for an upcoming new feature. (J#GDPIC-1532)

* Adds error reporting feature for improving support capacity. (J#NAT-166)

## 14.3.8 — 12 June 2025

* Fixes an issue parsing DOC(X) files with malformed URIs. (J#MAMBO-1932)

* Improves demo mode with generated Office documents. (J#PDFOF-189)

* Improves PDF-to-Office conversion. (J#PDFOF-185)

* Fixes an issue parsing XLS(X) documents with malformed URIs. (J#MAMBO-1937)

* Improves QR code reading accuracy. (J#GDBC-492)

## 14.3.7 — 23 May 2025

* Improves rendering of PPT(X) and DOC(X) documents. (J#MAMBO-1913)

* Fixes issue on DocuVieware CSS resource detection. (J#DV-735)

* Fixes printing issues with PDF documents in specific configuration. (J#GDPDF-1461, J#GDPIC-1462)

* Improves PDF auto-tagging engine. (J#GDPDF-1465)

## 14.3.6 — 2 May 2025

* Improves rendering of DOC(X) documents. (J#MAMBO-1915)

* Fixes color space handling issues in PDF redaction caused by specific PDF content configurations.(J#GDPDF-1343)

* Improves PDF rendering engine. (J#GDPDF-1458)

* Improves embedded files handling in PDF merging functionality. (J#GDPDF-1460)

* Fixes minor issue in CFF font parser. (J#GDPDF-1464)

## 14.3.5 — 18 April 2025

* Fixes an issue with invalid email address in Word documents. (J#MAMBO-1920)

* The `GdPictureDocumentConverter.EmbedFont` method renamed as GdPictureDocumentUtilities.EmbedFontInDocx.

* Fixes an issue using embedded fonts in Word documents. (J#MAMBO-1924)

* Adds `DYLD_LIBRARY_PATH` and `LD_LIBRARY_PATH` for specifying runtime libraries on macOS and Linux respectively. (J#NAT-155)

* Improves layout detection for auto-tagging and PDF to HTML conversion. (J#GDPDF-1459)

* Improves PDF/A and PDF/UA output handling in `GdPictureDocumentConverter` class. (J#GDPDF-1459)

* Improves `GdPictureDocumentUtilities.FetchLatestChromeHeadlessShell` to remove previous chrome instances if a new one is being downloaded. (J#GDPIC-1441)

* Fixes EML conversion with special characters contains in the metadata. (J#GDPIC-1420)

* Fixes printing issues with PDF documents in specific configuration. (J#GDPDF-1455, J#GDPIC-1469)

## 14.3.4 — 4 April 2025

* Fixes issue with GdPicture/XMP annotations orientation in printer output. (J#GDPIC-1442)

* Fixes minor issue in `GdPictureOCR.GetSerializedResult`. (J#OCR-1088)

* Removes usage of System.Management for listing printers on Windows (J#GDPIC-1470)

* Improves PDF/A conversion and validation. (J#PDFA-68)

* Adds `GdPictureDocumentConverter.SaveDocumentFontsInfo` method, enabling to export informations about the fonts used in a Word document. (J#MAMBO-1916)

* Adds `GdPictureDocumentConverter.EmbedFont` method, enabling to embed a font in a Word document. (J#MAMBO-1917)

* Fixes issues with GdViewer loading in some contexts on.NET 8.0 (J#GDPIC-1445)

* Fixes COM versioning issue. (J#GDPIC-1444)

* Fixes `GdPictureDocumentUtilities.GetDocumentPreview` error with some document types. (J#GDPIC-1462)

## 14.3.3 — 14 March 2025

* Adds option to convert Word document comment to PDF annotations (J#MAMBO-1909).

* Fixes a bug paginating text frames from Word documents. (J#MAMBO-1903)

* Fixes an issue with.NET 9.0 and printing from GdViewer (J#GDPIC-1439)

* Improves CIDType0 font rendering for specific PDF configurations. (J#GDPDF-1437)

* Fixes some bugs converting ppt(x) documents (J#MAMBO-1908)

* Adds support for legacy drop-down list in conversion of Office documents. (J#MAMBO-1910)

* Fixes issue with attachments handling in GdPictureDocumentConverter class. (J#GDPDF-1450)

## 14.3.2 — 28 February 2025

* Improves rendering of tables from ODT documents. (J#MAMBO-1898)

* Fixes a bug in removing line from an image causing different results on the same image. (J#OCR-1084)

* Improves rendering of PPT(X) documents. (J#MAMBO-1869)

* Improves rendering of header/footer, table position, floating images and multiple spaces from ODT documents. (J#MAMBO-1874)

* Improves PDF/A conversion text processing in specific configurations. (J#PDFA-66)

* Improves rendering of charts from Office documents. (J#MAMBO-1886)

* Fixes issue with GdViewer printing and.NET 9.0 (J#GDPIC-1435)

* Adds bookmarks support in PDF document merging functionality. (J#GDPDF-1443)

* Fixes minor PDF parsing issue in documents with malformed xref table. (J#GDPDF-1449)

* Adds new method overload `EmbedFile` to the GdPicturePDF class to specify MIME type and associated file relationship. (J#GDPDF-1431)

* Fixes minor issue rendering date fields from Office documents. (J#MAMBO-1901)

* Improves HTML engine process lifecycle for better efficiency and stability. (J#GDPIC-1414)

* Fixes JavaScript detection issue in `HasJavaScript` and `RemoveJavaScript` methods. (J#GDPDF-1447)

## 14.3.1 — 14 February 2025

* Usage of normal.dotm for default paragraph properties. (MAMBO-1885)

* Improves DXF and DWG renderer.  (J#GDPIC-1411)

* Fixes issue with an invalid image file format. (J#GDPIC-1408)

* Fixes an inconsistency rendering presentation documents (J#MAMBO-1896)

* Improves rendering of charts from presentation documents. (J#MAMBO-1870)

* Improves the rendering of ODT tables. (J#MAMBO-1872)

* Fixes issue in OCR text layer drawing for `OCRPage` and `OCRPages` methods.  (J#OCR-1076)

* Fixes issues with malformed documents causing infinite loop during bookmarks processing. (J#GDPDF-1446, J#DV-715)

* Improves rendering of metafiles from Office documents. (J#MAMBO-1817 and J#MAMBO-1892)

* Fixes minor metadata writing issue in GdPicturePDF. (J#MAMBO-1895)

* Improves rendering of graphic objects from ODT documents. (J#MAMBO-1898)

* Fixes issues with thumbnails in Winforms viewer. (J#GDPIC-1426)

* Fixes compatibility issues with System.Drawing.Common 9.0+ for annotations. (J#GDPIC-1427)

## 14.3.0.1 — 5 February 2025

* Fixes compatibility issue with System.Drawing.Common 8.0+ with some Windows-only APIs. (J#GDPIC-1410)

* Fixes minor issues on charts and metafile rendering. (J#MAMBO-1881)

* Improves line breaking on justified paragraphs converting Office documents. (J#MAMBO-1883)

* Adds offline mode setting to the HTML/email conversion (J#GDPIC-1418)

* Improves the space between paragraphs converting legacy DOC files. (J#MAMBO-1893)

* Fixes memory corruption issue. (J#GDPIC-1421)

## 14.3.0 — 31 January 2025

Starting with release 14.3, Nutrient.NET SDK supports.NET 8 and onward. Older versions of.NET SDK are no longer supported, so please keep this in mind when upgrading to ensure compatibility!
Note: support for.NET Framework (4.6.2+) remains unchanged.

* Changes the installer to now only contain the COM assemblies. For all the others, the official channel is the NuGet feeds. (J#GDPIC-1221)

* Changes target framework from `netcoreapp3.1` to `net8.0-windows` on GdPicture. (J#GDPIC-1394)

* Changes target framework from `net6.0` to `net8.0` on `GdPicture.API`. (J#GDPIC-1394)

* Adds `GdPictureDocumentConverter.SaveAsHTML` method, enabling new PDF-to-HTML conversion. (J#GDPIC-1335)

* Adds `GdPictureDocumentConverter.SaveAsMD` method, enabling new PDF-to-Markdown conversion. (J#GDPIC-1335)

* Adds `GdPicturePDF.ConvertToPDFUA` method. (J#GDPIC-1359)

* Improves rendering of right-to-left text content from Office documents. (J#MAMBO-1878)

* Improves rendering of mixed (right-to-left and left-to-right) text content from Office documents. (J#MAMBO-1797)

* Improves conversion of pattern images from Office documents. (J#MAMBO-1882)

* Fixes minor issue with ink annotations in Instant JSON import. (J#GDPDF-1347)

* Improves custom PDF information handling in PDF 2.0. (J#GDPIC-1380)

* Improves KVP detection of dates and times. (J#OCR-1081)

## 14.2.100 — 23 January 2025

* Improves clarity error status information when external browser dependencies are unavailable due to hardware resource exhaustion.

* Improves HTML-to-PDF conversion for less taxing of hardware resources, allowing you to increase the number of parallel conversions before reaching the hardware limit.

* Improves EML-to-PDF conversion in IIS Server context.

## 14.2.99 — 17 January 2025

* Fixes UTF-16 issues with Hebrew language and some EML files. (J#GDPIC-1393)

* Fixes instances of browser remaining in memory at exit of SDK. (J#GDPIC-1396)

* Fixes drawing rendering issue for XLS(X) documents. (J#MAMBO-1875)

* Fixes text input highlight color for DOC(X), RTF, and ODT documents. (J#MAMBO-1689)

* Fixes orientation direction regression. (J#OCR-1079)

* Improves rendering of DOC documents. (J#MAMBO-1876)

* Improves rendering of right-to-left content from Office documents. (J#MAMBO-1878)

* Fixes minor issue with specific links handling. (J#GDPIC-1375)

## 14.2.98 — 30 December 2024

* Improves handling of cropping for DNG files.(J#GDPIC-1378)

* Fixes minor PDF processing issue. (J#GDPDF-1433, J#GDPDF-1434)

* Improves rendering of shapes and charts from presentation documents. (J#MAMBO-1871)

* Fixes table cell content alignment issue for DOC(X), RTF and ODT documents. (J#MAMBO-1787)

* Fixes a minor shape positioning issue for DOC(X) documents. (J#MAMBO-1760)

* Fixes issue with OCR in some cases leading to an exception (J#OCR-1077)

* Fixes a minor issue with empty urgent fields in EML files (J#GDPIC-1257)

## 14.2.97 — 12 December 2024

* Fixes incompatibilities with Windows components and System.Drawing.Common/NET 9.0 (J#GDPIC-1361)

* Improves rendering of charts from Office documents. (J#MAMBO-1840)

* Improves text wrapping of floating blocks in Office documents. (J#MAMBO-1328)

* Fixes minor links processing issue in GdViewer. (J#GDPIC-1359)

* Improves Table processing accuracy. (J#TP-92)

* Fixes DocuVieware page context when calling SaveToPDF method in a PostCustomServerAction. (J#DV-700)

* Fixes minor issue in OCR text layer drawing for OCRPage and OCRPages methods. (J#OCR-1074)

* Improves PDF page orientation handling for printing operations. (J#GDPDF-1358)

## 14.2.96 — 4 December 2024

* Improves PDF/A conversion and validation. (J#PDFA-63)

* Improves pagination of Office documents with special tab stops. (J#MAMBO-1811)

* Improves numbering lists rendering of DOC(X) documents. (J#MAMBO-14)

* Adds support for `NumberingSuffix` processing of Office documents. (J#MAMBO-1783)

* Improves rendering of shapes from Office documents. (J#MAMBO-1832 and J#MAMBO-1867)

* Improves rendering of slightly malformed Office documents. (J#MAMBO-1851)

* Improves rendering of charts from Office documents. (J#MAMBO-1840 and J#MAMBO-1838)

* Fixes issue with PDF compression. (J#AVE-1412)

* Fixes minor CFF font parsing issue. (J#GDPDF-1426)

* Adds support for duotone in PPT rendering. (J#MAMBO-1864)

* Fixes minor licensing issue. (J#GDPIC-1338)

* Adds support for color change when converting Office documents. (J#MAMBO-1863)

* Adds rendering of linked text boxes in DOC(X). (J#MAMBO-486)

* Fixes minor text detection issue. (J#GDPDF-1400)

* Adds support for Chrome headless new mode and chrome-headless-shell. (J#GDPIC-1271)

* Adds new API to download chrome-headless-shell `GdPictureDocumentUtilities.FetchLatestChromeHeadlessShellAsync` and `GdPictureDocumentUtilities.FetchLatestChromeHeadlessShell`. (J#GDPIC-1271)

* Fixes DocuVieware compatibility on Internet Explorer 11. (J#DV-695)

* Fixes issues with encoding detection that impacted MSG file support. (J#1369)

* Fixes minor EML file display. (J#GDPIC-1280)

* Improves MHTML rendering engine fidelity with `EmulationMedia` screen option. (J#GDPIC-1358)

* Fixes an issue with XLSX rendering. (J#MAMBO-1848)

* Improves pagination of multi-column text. (J#MAMBO-1834)

## 14.2.95 — 15 November 2024

* Improves rendering of ODT, DOC and PPT(X) documents. (J#MAMBO-1790, J#MAMBO-1839 and J#MAMBO-1780)

* Improves pagination of graphic objects from Office documents. (J#MAMBO-1831)

* Fixes InstantJSON v1 compatibility issues in text annotations. (J#GDPDF-1420)

* Improves PDF/A output support for GdPictureDocumentConverter. (J#PDFA-54)

* Fixes rotation issue with Image annotations in InstantJSON import. (J#GDPDF-1391)

* Fixes rare issue with a raw image file format (J#GDPIC-1342)

* Improves pagination of tables from DOC, DOCX, ODT and RTF documents. (J#MAMBO-1788)

* Fixes DocuVieware CSS glitch issue during control rendering step. (J#DV-697)

* Fixes DocuVieware JS runtime issue on control not using `DefferedScripts`. (J#DV-698)

## 14.2.94 — 31 October 2024

* Fixes minor CFF font parsing issue. (J#GDPDF-1402)

* Improves RTL text drawing and GetTextWidth consistency. (J#GDPDF-1418)

* Fixes minor PDF colorspace issue. (J#GDPDF-1364)

* Fixes minor issue in GdViewer annotation edit mode. (J#GDPIC-1274)

* Improves pagination of multi-page tables.(J#MAMBO-1841)

* Fixes a memory leak when reading 1D barcodes. (J#GDBC-490)

* Fixes rare issues occurring when opening multiple image files in parallel (J#GDPIC-1255)

* Adds support for Bidirectional Override (J#MAMBO-1842)

* Improves DOCX pagination (J#MAMBO-1810)

## 14.2.93 — 24 October 2024

* Improves rendering of EMF and WMF metafiles from Office documents. (J#MAMBO-1817)

* Fixes a bug converting Office to PDF in 32bits execution mode. (J#GDPIC-1309)

* Adds conversion of graphic object links in Office to PDF conversion.(J#MAMBO-1775)

* Fixes minor issue with handling malformed documents. (J#GDPDF-1401)

* Improves encoding detection in EML/MSG conversion. (J#GDPIC-1305)

* Adds support for DNG files exported from Adobe Photoshop Lightroom (including JpegXL compressed DNG) (J#GDPIC-1255)

* Improves fidelity of DNG files by selecting by default the Display mode instead of Preview (J#GDPIC-1327)

## 14.2.92 — 17 October 2024

* Improves form fields font handling. (J#DV-689)

* Improves PDF/A conversion and validation. (J#PDFA-61)

* Improves OCR engine accuracy. (J#OCR-1060, J#OCR-1037)

## 14.2.91 — 10 October 2024

* Fixes minor refreshing issue with WPF Toolkit viewer

* Improves rendering of EMF and WMF metafiles from Office documents. (J#MAMBO-1817)

* Fixes a bug retrieving rectangle coordinates on GdViewer. (J#GDPIC-1301)

* Improves PDF rendering engine. (J#GDPDF-1395)

## 14.2.90 — 26 September 2024

* Fixes an exception converting Office to PDF. (J#MAMBO-1816)

* Adds missing feature MirrorMargins for converting Office to PDF. (J#MAMBO-1812)

* Improves rendering of fixed tables converting Office to PDF. (first part of J#MAMBO-1802)

* Fixes an issue with nested conditions in Office Templating. (J#OFTAPI-5)

* Fixes an issue with loops in Office Templating. (J#OFTAPI-6)

## 14.2.9 — 20 September 2024

* Improves the parsing of Exif tags. (J#GDPIC-1276)

* Improves PDF to Office conversion. (J#PDFOF-169)

* Fixes minor issue with PDF metadata handling in PDF 2.0 documents. (J#GDPDF-1388)

* Fixes a minor issue in GdViewer related to loading oversized images. (J#GDPIC-1281)

* Fixes minor PDF processing issue. (J#GDPDF-1392)

* Improves PDF/A conversion engine. (J#PDFA-58, J#PDFA-60)

* Increases thumbnail size limitation for GdViewer WinForms (256 -> 1024) (J#GDPIC-1272)

* Improves Chrome detection logic for x86 processes on x64 systems with x64 install of Chrome (J#GDPIC-1289)

* Improves the rendering of DOC, DOCX, ODT and RTF tables. (J#MAMBO-1805)

* Improves PDF text extraction engine. (J#GDPDF-1389, J#GDPDF-1393)

* Fixes rotation issue with Image annotations in InstantJSON import. (J#GDPDF-1390)

## 14.2.88 — 11 September 2024

- Improves PDF processing performance. (J#GDPDF-1387)

## 14.2.87 — 6 September 2024

- Fixes an issue with XLSX rendering. (J#MAMBO-1808)

- Fixes minor issue in TrueType font processing. (J#PDFA-55)

- Fixes minor issue and improves stability of OCR processing. (J#OCR-1054)

- Improves OCR text layer language support for OCRPage and OCRPages methods. (J#OCR-1055)

- Fixes Exif metadata parsing issue (J#DV-685)

## 14.2.86 — 29 August 2024

- Improves rendering of multiple columns in shapes. (J#MAMBO-1785)

- Improves rendering of RTF documents. (J#MAMBO-1789)

- Improves text consistency in OCR text layer for OCRPage and OCRPages methods. (J#GDPDF-1385)

## 14.2.85 — 22 August 2024

- Improves DXF and DWG renderer. (J#GDPIC-1261)

## 14.2.84 — 16 August 2024

- Improves the rendering of metafiles from Office documents. (J#MAMBO-1803)

- Improves DocuVieware HTML rendering, provides options for CSP policies compliance (script-src & style-src). (J#DV-680)

- Adds DocuVieware methods `DocuViewareControl.DeferedStyles` and `DocuViewareControl.DeferedScripts`.

## 14.2.83 — 8 August 2024

- Fixes issues with hidden or zero-width/height graphics in Office documents. (J#MAMBO-1796)

- Fixes issues with MHTML file format handling. (J#DV-678)

- Fixes an issue with `GdPictureDocumentConverter.CombineToPDF` method. (J#GDPIC-1263)

- Fixes an instability reading Code128 barcodes. (J#GDBC-481)

## 14.2.82 — 2 August 2024

- Improves PDF processing performance and PDF optimization efficiency. (J#GDPDF-1377)

- Adds support for DICOM file format on UNIX platforms. (J#GDPIC-1249)

- Adds new DocuVieware property `DocuViewareControl.AllowWheelZoom` to enable or disable zoom functionality using the Ctrl + Mouse Wheel shortcut. (J#DV-679)

## 14.2.82 — 2 August 2024

- Improves PDF processing performance and PDF optimization efficiency. (J#GDPDF-1377)

- Adds support for DICOM file format on UNIX platforms. (J#GDPIC-1249)

- Adds new DocuVieware property `DocuViewareControl.AllowWheelZoom` to enable or disable zoom functionality using the Ctrl + Mouse Wheel shortcut. (J#DV-679)

## 14.2.81 — 25 July 2024

- Improves DXF and DWG renderer.

- Fixes PDF processing issues with rare configurations. (J#GDPDF-1367, J#GDPDF-1370)

- Fixes minor issues parsing docx documents. (J#MAMBO-1794, J#MAMBO-1792)

- Fixes minor issue with PDF metadata handling in PDF 2.0 documents. (J#GDPDF-1372)

## 14.2.80 — 12 July 2024

- Improves HTML processing performance by changing the default value of `GdPictureDocumentConverter.HTMLSnapshotLoadEvent` from `BrowserLoadEvent.NetworkIdle` to `BrowserLoadEvent.PageLoadEventFired`.

- Adds new `GdPictureDocumentConverter.EmailAutoFitWidth` property to automatically detect and adjust to the source width of emails. (J#GDPIC-1241)

- Fixes minor PDF processing issue. (J#GDPDF-1373)

- Fixes minor issues in PDF resource optimization. (J#GDPDF-1375)

- Improves conversion of Office text document hand writing annotations. (J#MAMBO-1784)

- Improves 1D barcode reading accuracy. (J#GDBC-480)

- Improves QR Code reading accuracy. (J#GDBC-467)

## 14.2.79 — 12 July 2024

- Improves TWAIN barcode recognition. (J#GDBC-474)

- Fixes native library loading in IIS context. (J#GDPIC-1253)

- Fixes CAD (DWG) conversion issues with specific entities. (J#GDPIC-1245)

## 14.2.78 — 5 July 2024

- Improves conversion of text document handwriting annotations. (J#MAMBO-1295)

- Fixes DocuVieware issue when holding Control key while scrolling do not zoom. (J#DV-673)

## 14.2.77 — 27 June 2024

- Improves the rendering of metafiles from Office binary documents. (J#MAMBO-1661)

- Fixes issue in Docuvieware when loading DOCX files with the `DocuViewareControl.LoadFromUri` method. (J#GDPIC-1228)

- Fixes minor issue with PDF metadata handling in PDF 2.0 documents. (J#GDPDF-1360)

- Improves PDF/A conversion and PDF repair engines. (J#PDFA-52)

- Improves PDF text extraction engine. (J#GDPDF-1363)

- Fixes DocuVieware thumbnails snap-in issue. (J#DV-669)

## 14.2.76 — 20 June 2024

- Fixes an issue with converting scaled XLS files. (J#MAMBO-1766)

- Upgraded LibJpegTurbo version to 3.0.3. (J#GDPIC-1224)

- Improves table rendering for DOC and DOCX files. (J#MAMBO-1777)

## 14.2.75 — 13 June 2024

- Improves conversion of fields from DOCX to PDF. (J#MAMBO-1776)

- Improves hybrid invoice compatibility with specific validators. (J#GDPDF-1354)

## 14.2.74 — 6 June 2024

- Fixes a bug causing incomplete DOC-to-PDF conversion. (J#MAMBO-1771)

- Fixes vulnerability: OpenJPEG bumped from 2.5 to 2.5.2. (J#GDPIC-1224)

- Improves hybrid invoice compatibility with specific validators. (J#GDPDF-1354)

- Improves OCR process stability in multi-language configurations (J#GDPDF-1195, J#OCR-1043, J#OCR-1034)

- Fixes a bug identifying a DOTM file as PPTX. (J#MAMBO-1773)

- Fixes conversion of headings from Office documents to PDF (J#MAMBO-1764)

- Adds new property, `PdfForceImageDPI`, in GdPictureDocumentConverter. (J#GDPIC-1233)

- Improves Smart Redaction and KVP engine accuracy. (J#PAS-149, J#WDEMO-157)

- Improves PDF/A conversion engine. (J#PDFA-50)

- Fixes false positive image format detection for PBM/PGM/PPM formats.(J#GDPIC-1226)

- Fixes minor PDF metadata handling issue in PDF 2.0 documents. (J#GDPDF-1340)

- Improves number formatting for XLSX and XLS documents. (J#MAMBO-1736)

- Fixes default border properties issue in Instant JSON import. (J#GDPDF-1357)

- Improves GdPictureDocumentConverter EML conversion. (J#GDPIC-1234)

- Fixes an issue displaying hidden objects from presentation documents. (J#MAMBO-1758)

## 14.2.73 — 23 May 2024

- Added brand-new DocuVieware theme `UserInterfaceTheme.PSPDFKitLight`. (J#DV-627)

- Improved annotation text auto sizing in DocuVieware. (J#DV-596)

- Improved `GdPicture14.GdPicturePDF.GetPageTextArea` method precision. (J#GDPDF-1353)

- Fixed an issue rendering tables from Office documents. (J#MAMBO-1757)

- Fixed PDF/A conversion issue with annotations in specific configurations. (J#PDFA-49)

- Improved GdViewer annotation text edit mode. (J#GDPIC-1227)

- Improved EML rendering engine. (J#GDPIC-1229)

- Fixed minor flags compatibility issue in Instant JSON import. (J#GDPDF-1355)

## 14.2.72 — 2 May 2024

- Improves PDF text extraction engine. (J#GDPDF-1347)

- Improves font handling in Office-to-PDF conversion. (J#GDPDF-1348)

- Fixes minor PDF form field state issue. (J#GDPIC-1220)

## 14.2.71 — 25 April 2024

- Improves PDF/A conversion engine. (J#PDFA-47, J#PDFA-48)

- Fixes issues with Type3 font handling in PDF redaction and text remover engines. (J#GDPDF-1343)

- Fixes PDF rendering issue for specific graphics state configurations. (J#GDPDF-1344)

- Fixes text extraction issue in GdViewer. (J#GDPDF-1166)

## 14.2.70 — 19 April 2024

- Improves writing 1D barcodes.

- Improves rendering of tables from presentation documents.

- Improves rendering of metafiles inside Office documents.

- Improves DXF and DWG rasterizer.

- Improves PDF text extraction engine.

- Fixes minor PDF metadata handling issue in PDF 2.0 documents.

- Adds `GdPicture14.LicenseManager.TraceFeatures` method.

## 14.2.69 — 11 April 2024

- Improves rendering of meta files inside Office documents.

- Improves rendering of diagrams inside Office documents.

- Improves PDF grayscale conversion engine.

- Fixes issues with Instant JSON forms import.

- Fixes a parsing error for some DOC(X) files.

- Improves table processing accuracy.

- Adds DWG file format support.

- Adds support for building PDF document outline from DOC and DOCX document headings.

- Improves PDF text extraction engine.

- Improves PDF/A conversion engine.

## 14.2.68 — 28 March 2024

- Adds new property EmailInjectHeader in GdPictureDocumentConverter.

- Improves PDF/A validation processing.

- Fixes issue where certified email messages in MSG format failed to load in certain scenarios.

- Improves PDF text extraction engine.

## 14.2.67 — 21 March 2024

- Improves DOC and DOCX rendering.

- Fixes a memory leak when reading 1D barcodes.

- Improves PDF rendering engine.

- Fixes DocuVieware issue with comment snapin.

- Adds new property `SpreadsheetMaximumContentWidthPerSheet` in GdPictureDocumentConverter.

- Adds new property `SpreadsheetMaximumContentHeightPerSheet` in GdPictureDocumentConverter.

## 14.2.66 — 15 March 2024

- Improves rendering speed of Office documents.

- Fixes TIFF rendering regression on 32-bit execution mode.

## 14.2.65 — 7 March 2024

- Improves PDF/A conversion engine.

- Improves processing of malformed PDF documents.

- Improves rendering of metafiles inside Office documents.

- Improves KVP engine accuracy.

- Improves DOC, DOCX, XLS and XLSX rendering.

- Improves PDF fonts processing.

- Improves OCR page rotation detection accuracy.

- Fixes minor issues with PDF form fields handling.

## 14.2.64 — 29 February 2024

- Improves DOC, DOCX, PPTX and XLSX rendering.

- Adds GdPicture14.GdPictureDocumentUtilities.SetTiffOutputModel method.

- Improves 1D barcode reading accuracy.

- Improves QR Code reading accuracy.

- Improves font substitution mechanism.

- Improves form fields font handling.

## 14.2.63 — 22 February 2024

- Improves DOC and DOCX rendering.

- Optimized file size of PDF documents, especially for conversion output.

- Adds GdPicture14.GdPictureDocumentUtilities.SetEmailCertificateValidationCheck method.

## 14.2.62 — 15 February 2024

- Improves DOC and DOCX rendering.

- Improves handling of bookmarks in malformed PDF documents.

- Improves Table to XLSX conversion.

- Improves PDF/A conversion engine.

- Improves PDF reducer engine.

## 14.2.61 — 8 February 2024

- Improves DOC and DOCX rendering.

- Adds conditional statement support in OfficeTemplater.

- Fixes textbox alignment issue in 'Text Annotations Properties' modal dialog box.

## 14.2.60 — 2 February 2024

- Adds support for converting endnotes from Office documents.

- Improves the conversion of footnotes from Office documents.

- Improves DOC, DOCX, XLS, and XLSX rendering.

- Improves PDF-to-Office conversion.

- Improves PDF text extraction engine.

- Improves InstantJSON annotation import.

## 14.2.59 — 25 January 2024

- Fixes minor issues in XFDF import.

- Improves PDF/A conversion engine.

- Improves PDF-to-Office conversion.

- Adds new property SpreadsheetRenderOnlyPrintArea to the GdPictureDocumentConverter class.

- Improves DOC and DOCX rendering.

- Fixes issue with LoadFromHttp method in GdPictureDocumentConverter class.

## 14.2.58 — 19 January 2024

- Improves DOC, DOCX, and PPTX rendering.

- Improves PDF-to-Office conversion.

- Improves PDF rendering engine.

- Improves PDF/A conversion engine.

- Adds new HTMLSnapshotLoadEvent property in GdPictureDocumentConverter.

## 14.2.57 — 11 January 2024

- Improves PPTX and DOCX rendering.

- Fixes regressions introduced on Open XML SDK update

## 14.2.56 — 4 January 2024

- Adds new method GetFormFieldCount in GdPictureTextExtraction.

- Adds new method GetFormFieldKeyRect in GdPictureTextExtraction.

- Adds new method GetFormFieldKeyText in GdPictureTextExtraction.

- Adds new method GetFormFieldValueRect in GdPictureTextExtraction.

- Adds new method GetFormFieldValueText in GdPictureTextExtraction.

- Adds new method GetFormFieldType in GdPictureTextExtraction.

- Adds new method GetTableCount in GdPictureTextExtraction.

- Adds new method GetTableRect in GdPictureTextExtraction.

- Adds new method GetTableCellRect in GdPictureTextExtraction.

- Adds new method GetTableCellText in GdPictureTextExtraction.

- Adds new method GetTableColumnCount in GdPictureTextExtraction.

- Adds new method GetTableColumnRect in GdPictureTextExtraction.

- Adds new method GetTableRowCount in GdPictureTextExtraction.

- Adds new method GetTableRowRect in GdPictureTextExtraction.

- Adds new method IsHeaderCell in GdPictureTextExtraction.

- Fixes DocuVieware annotation link when EditorMode property is set to false.

- Fixes DocuVieware mixed behavior with ShowThumbnailsSnapIn when ShowSnapInButtonStrip is set to false.

## 14.2.55 — 26 December 2023

- Improves XLS rendering.

- Improves rendering of charts from Office documents.

- Improves MRC engine.

- Improves Office to PDF conversion fidelity.

- Improves PDF to Office conversion.

- Improves PPT, PPTX, XLS and XLSX rendering.

- Reduces average processing time of Office -> PDF by 40%.

- Improves PDF generation speed.

- Adds support for embedding ZUGFeRD/Factur-X cross-industry invoice data.

- Adds new method EmbedInvoiceData in GdPicturePDF.

## 14.2.54 — 14 December 2023

- Improves Office formats rendering.

- Improves PDF text rendering.

- Improves PDF/A conversion and validation.

- Improves parsing PPT files.

- Fixes NuGet runtime libraries resolution on Visual Studio debugging on WSL.

- Improves conversion to DOCX.

- Adds conversion of hyperlinks to DOCX and to PPTX.

- Improves PDF/UA support in OCR output documents.

- Improves PDF/A-2u and PDF/A-3u support in PDF generation.

## 14.2.53 — 7 December 2023

- Adds support for retrieving KVP from digital born documents without using OCR.

- Adds support for redaction on digital born documents without using OCR.

- Improves KVP engine accuracy.

- Improves Table processing accuracy.

- Adds support for IP address lookup into the Smart Redaction engine.

- Adds new property EnableKeyValuePairsExtraction in GdPictureTextExtraction.

- Adds new method GetKeyValuePairCount in GdPictureTextExtraction.

- Adds new method GetKeyValuePairKeyString in GdPictureTextExtraction.

- Adds new method GetKeyValuePairValueString in GdPictureTextExtraction.

- Adds new method GetKeyValuePairKeyRect in GdPictureTextExtraction.

- Adds new method GetKeyValuePairValueRect in GdPictureTextExtraction.

- Adds new method GetKeyValuePairDataType in GdPictureTextExtraction.

- Adds new method GetKeyValuePairPublicName in GdPictureTextExtraction.

- Adds new method GetKeyValuePairConfidence in GdPictureTextExtraction.

- Adds new method GetKeyValuePairIsStrong in GdPictureTextExtraction.

- Adds new method GetKeyValuePairCount in GdPictureTextExtraction.

- Fixes minor issue in Office to PDF conversion.

- Improves PDF rendering.

- Fixes an issue on EML / MSG conversion with GdPicture assembly on NETCoreApp3.1 framework on non WPF project.

## 14.2.52 — 30 November 2023

- Improves Office formats rendering.

- Improves PDF text rendering.

- Improves PDF/A conversion and validation.

- Improves parsing PPT files.

- Fixes NuGet runtimes libraries resolution on Visual Studio debugging on WSL.

- Improves Conversion to DOCX.

- Adds conversion of hyperlinks to DOCX and to PPTX.

- Improves PDF/UA support in OCR output documents.

- Improves PDF/A-2u and PDF/A-3u support in PDF generation.

## 14.2.51 — 23 November 2023

- Introduces a new PDF to Office engine that enables converting PDF documents to DOCX, XLSX and PPTX.

- Fixes PDF/A issues with OCR output documents.

## 14.2.50 — 21 November 2023

- Fixes `GdViewer` object creation in.NET 8.

- Fixes zoom issue in `GdViewer`.

- Fixes text selection issue with Office documents.

- Improves font substitution engine.

- Improves DataMatrix barcode reading accuracy.

- Improves parsing DOC and DOCX files.

- Improves DOC and DOCX rendering.

- Improves XLS and XLSX rendering.

- Improves AutoCropPage functionality precision for some PDF documents.

- Improves MICR reader accuracy with CMC7 font.

- Improves PDF font handling and optimization.

- Battery of minor bug fixes.

## 14.2.49 — 2 November 2023

- Introduced a new Office templating engine that allows replacing placeholders with actual data in DOCX files through the new GdPictureOfficeTemplater class.

## 14.2.48 — 26 October 2023

- Improves PDF page normalization feature.

- Improves PDF/A conversion engine.

- Improves KVP engine accuracy.

- Improves Table processing accuracy.

- Adds support for form fields extraction in GdPictureOCR.

- Adds new method `GetFormFieldCount` in GdPictureOCR.

- Adds new method `GetFormFieldKeyRect` in GdPictureOCR.

- Adds new method `GetFormFieldKeyText` in GdPictureOCR.

- Adds new method `GetFormFieldValueRect` in GdPictureOCR.

- Adds new method `GetFormFieldValueText` in GdPictureOCR.

- Adds new method `GetFormFieldType` in GdPictureOCR.

- Improves parsing DOC and DOCX files.

- Fixes HEIF issue on EXIF metadata parsing.

## 14.2.47 — 19 October 2023

- Improves PDF/A conversion engine stability and precision.

- Improves DOC and DOCX rendering.

- Improves KVP engine accuracy.

- Improves InstantJSON annotation import.

- Fixes zooming issues in GdViewer and DocuVieware controls when documents have different page sizes.

- Fixes rendering issue in GdViewer when digital signature validation is enabled.

## 14.2.46 — 12 October 2023

- Improved Table processing accuracy.

- Improved DataMatrix barcode reading accuracy.

- Fixed text extraction issue directly after OCR process.

## 14.2.45 — 5 October 2023

- Improves font and text handling performance of the toolkit.

- Improves PDF text rendering.

- Improves DOC and DOCX rendering.

- Improves XLS and XLSX rendering.

- Improves AutoCropPage functionality precision for some PDF documents.

- Improves grayscale conversion engine in rare complex graphic scenarios.

- Improves Table processing accuracy.

- Improves text selection precision for OCR-generated documents.

- Improves MRC engine.

- Improves DXF image support.

- Improves PDF/A conversion engine.

- Adds support for importing InstantJSON annotation data in GdPicturePDF class.

- Adds new methods `ImportInstantJSONDataFromFile` and `ImportInstantJSONDataFromStream` to the GdPicturePDF class.

## 14.2.44 — 25 September 2023

- Improves PDF text rendering.

- Improves DOC and DOCX rendering.

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves Table processing accuracy.

- Fixes minor issue in PDF optimization.

- Fixes minor compatibility issue with certain viewers when handling optimized PDFs.

- Improves PDF/A Conversion stability when handling malformed PDFs.

- Fixes issue with MSG rendering engine on certain files with mixed encodings.

## 14.2.43 — 13 September 2023

- Improves PPT and PPTX rendering.

- Disables transparency applied to headers/footers during Office files rendering.

- Adds new property EnableOrientationDetection to the GdPictureTextExtraction class.

- Improves GdPictureTextExtraction with office file formats.

- Adds new property SpreadsheetPageWidthOverride in GdPictureDocumentConverter, SpreadsheetPageHeightOverride in GdPictureDocumentConverter, SpreadsheetLeftMarginOverride in GdPictureDocumentConverter, SpreadsheetTopMarginOverride in GdPictureDocumentConverter, SpreadsheetRightMarginOverride in GdPictureDocumentConverter., SpreadsheetBottomMarginOverride in GdPictureDocumentConverter.

## 14.2.42 — 7 September 2023

- Fixes minor issues with PDF digital signatures.

- Improves XLS, XLSX, DOC, and DOCX rendering.

## 14.2.41 — 31 August 2023

- Improves DOC, DOCX and XLSX rendering.

- Improves Table to XLSX conversion.

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Fixes GdPicture issue on MSG rendering engine.

## 14.2.40 — 25 August 2023

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves DOC and DOCX rendering.

- Improves PPT and PPTX rendering.

- Adds enhanced text extraction capabilities through the new GdPictureTextExtraction class.

## 14.2.39 — 17 August 2023

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves DOC and DOCX rendering.

- Fixes issues related to text selection within OCR-generated documents on certain viewers.

- Improves PDF/A conversion engine.

- `Note:` All code samples have been moved to https://github.com/Orpalis/installer-samples

## 14.2.38 — 3 August 2023

- Fixes minor issues in PDF annotation rendering.

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves OCR engine accuracy.

- Improves OCG visibility expressions handling

- Improves PDF text rendering.

## 14.2.37 — 28 July 2023

- Fixes issues in XFDF form fields import.

- Improves PPT and PPTX rendering.

- Improves DOC and DOCX rendering.

- Fixes issue on BMP on UNIX platform.

- Fixes GdPicture.API issue OCR on UNIX platform

## 14.2.36 — 20 July 2023

- Improves PDF/A conversion engine.

- Improves PDF annotation flattening feature.

- Improves pagination around graphic objects in Office documents.

- Improves PPT rendering.

- Adds support of MS Edge in HTML / MSG /EML converter engine.

## 14.2.35 — 13 July 2023

- Improves DOC and DOCX rendering.

- Improves DOC and DOCX to PDF conversion.

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves OCR engine accuracy.

- Improves PDF/A conversion and validation engine.

- Improves font substitution mechanism.

- Improves parsing Office documents.

## 14.2.34 — 5 July 2023

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves DOCX, PPTX, XLS, XLSX and XLSM rendering.

## 14.2.33 — 29 June 2023

- Improves DOCX, PPTX and XLSX rendering.

- Improves KVP engine accuracy.

- Improves smart redaction engine accuracy.

## 14.2.32 — 23 June 2023

- Improves KVP engine accuracy.

- Improves smart redaction engine accuracy.

- Adds support for postal addresses detection and smart redaction.

- Adds new property `RedactPostalAddresses` to the `SmartRedactionOptions` class.

- Improves MSG rendering engine, especially in case of mixed encoding messages.

- Improves XLS and XLSX rendering.

## 14.2.31 — 16 June 2023

- Improves DOC and DOCX rendering.

- Improves PDF text rendering.

- Improves KVP engine accuracy.

- Improves smart redaction engine accuracy.

- Fixes minor issue in PDF form fields processing.

## 14.2.30 — 9 June 2023

- Improves extraction of links from XLS and XLSX files.

- Improves rendering of links from DOC and DOCX files.

- Improves OCR engine accuracy.

- Improves KVP engine accuracy.

- Improves smart redaction engine accuracy.

- Improves DOC, DOCX, PPT, PPTX, XLS, XLSX, ODT and RTF rendering.

- Adds HEIF / HEIC decoding capability to all supported platforms. Previously, this was only supported on Windows.

## 14.2.29 — 1 June 2023

- Improves DOC, DOCX, PPT, ODT, and RTF rendering.

- Improves extraction of links from PPT and PPTX files.

- Fixes a parsing error for some XLS and XLSX files.

- Improves PDF/A conversion and validation engine.

- Improves Office table rendering.

- Fixes minor issues in PDF annotation rendering.

- Improves rendering of cell borders from XLS and XLSX documents.

- Improves OCR engine accuracy.

- Improves KVP engine accuracy.

- Improves smart redaction engine accuracy.

## 14.2.28 — 23 May 2023

- Adds support for PPSX format (Microsoft PowerPoint OpenXML Slide Show).

- Improves KVP engine accuracy.

- Improves PDF/A conversion engine.

- Improves PDF free text annotations rendering.

- Improves DOC and DOCX rendering.

- Improves rendering of 1900 date fields on XLS and XLSX files.

- Improves rendering of VML shapes on DOC and DOCX files.

## 14.2.27 — 12 May 2023

- Improves PDF path rendering fidelity.

- Improves OCR engine accuracy.

- Improves KVP engine accuracy.

- Improves smart redaction engine accuracy.

- Improves rendering of function-based Gouraud shadings in PDF documents.

- Improves rendering of charts from Office files.

- Improves table to XLSX conversion.

- Changes minimum framework target 4.6.2 for GdPicture and DocuVieware assemblies.

- Adds new method `GetAnnotationQuadPoints` to the `GdPicturePDF` class.

- Improves PDF/A validation engine.

- Changes GLIBC requirement for Linux systems from 2.29 to 2.28.

- Improves DocuVieware text selection mechanism on form fields.

## 14.2.26 — 4 May 2023

- Fixes issue in `GetPageTextWithCoords` method output.

- Improves OCR engine accuracy.

- Improves KVP engine accuracy.

- Improves smart redaction engine accuracy.

- Improves handling of malformed PDF documents.

- Improves DOC, DOCX and RTF rendering.

- Improves table processing accuracy.

- Improves table to XLSX conversion.

- Improves PDF text and image rendering.

- Improves rendering of right-to-left and mixed content from Office files.

- Improves 1D barcode reading accuracy.

- Improves rendering of Gouraud shadings from PDF documents.

## 14.2.25 — 21 April 2023

- Improves handling of malformed PDF documents.

- Fixes minor issue in PDF processing resource caching.

- Improves MRC engine accuracy.

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves PDF rendering.

- Fixes minor issue when processing PDF documents with malformed destinations.

- Improves table to XLSX conversion.

- Fixes DocuVieware issue on print to PDF document (.NET Core).

- Fixes NuGet restore issue on some specific context.

- Fixes DocuVieware issue on copy read-only form field content.

- Fixes DocuVieware OnRotationChanged callback not triggered when click on rotate button on thumbnails.

- Improves Office formats rendering.

## 14.2.24 — 13 April 2023

- Improves KVP engine accuracy.

- Improves OCR engine accuracy.

- Improves table processing accuracy.

- Improves table to XLSX conversion.

- Adds new method `GetTextFormattedByParagraphs` to the `GdPicturePDF` class.

- Improves PDF/A conversion and validation engines.

- Fixes issue in MSG rendering engine.

- Fixes DocuVieware issue on text selection on form fields.

- Fixes DocuVieware issue on `DocuViewareAPI.SetSearchSettings` method.

- Fixes minor PDF digital signature issue.

## 14.2.23 — 7 April 2023

- Improves table processing accuracy.

- Improves KVP engine accuracy.

- Improves OCR engine accuracy.

- Improves PDF rendering.

- Improves DOC and DOCX rendering.

- Improves Office formats equation rendering.

- Improves Office formats table rendering.

- Adds DocuVieware event `RegisterOnDocuViewareControlLoaded`.

## 14.2.22 — 4 April 2023

- Improves handling of shadings in PDF grayscale conversion engine.

- Fixes issue on native lib for macOS x64 platform

- Improves PDF rendering engine.

- Improves PDF/A conversion and validation engines.

- Improves DOC and DOCX rendering.

- Improves PPT and PPTX rendering.

- Improves Office formats tables rendering.

- Improves PDF page normalization feature.

## 14.2.21 — 24 March 2023

- Adds the capability to convert tables, from image, PDF and more than 100 different formats, to XLSX.

- Improves KVP engine accuracy.

- Improves table processing accuracy.

- Improves OCR engine accuracy.

- Improves PPT and PPTX rendering.

- Improves RTL support for annotation.

- Improves rendering of SVG documents.

- Improves DOC and DOCX rendering.

- Improves 1D barcode reading accuracy.

- Improves rendering of RTL text on PPT and PPTX files.

## 14.2.20 — 9 March 2023

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves Table Processing engine accuracy.

- Improves OCR engine accuracy.

- Improves MRC engine accuracy.

- Improves PostScript interpreter.

## 14.2.19 — 3 March 2023

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves OCR engine accuracy.

- Improves PDF resource optimization.

- Improves detection of document format type.

- Adds new property `RenderSheetHeadersAndFooters` in GdPictureDocumentConverter.

- Adds new member `SSN` to the DataType enumeration.

- Adds support for social security numbers detection.

- Adds new property `RedactSocialSecurityNumbers` in SmartRedactionOptions.

- Improves PDF repair feature.

- Improves Office formats equation rendering.

- Fixes minor softmask handling issue in PDF grayscale conversion engine.

- Fixes minor PDF linearizer issue with specific document configurations.

- Improves PostScript interpreter.

- Improves XLS and XLSX rendering.

## 14.2.18 — 23 February 2023

- Improves KVP engine accuracy.

- Improves OCR engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves table processing engine accuracy.

- Improves pagination of DOC, DOCX, and RTF files.

- Improves Office formats table rendering.

- Improves Office formats equation rendering.

- Adds support for importing XFDF form fields and annotation data in GdPicturePDF class.

- Adds new methods `ImportXFDFDataFromFile` and `ImportXFDFDataFromStream` to the GdPicturePDF class.

## 14.2.17 — 15 February 2023

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves COM edition compatibility with some environment of developments.

- Improves Office formats rendering engine.

- Improves DocuVieware assets management: it's not required anymore to specify links to any DocuVieware js/css file.

## 14.2.16 — 9 February 2023

- Improves PDF parsing of malformed documents.

- Improves DOC, DOCX, RTF and ODT rendering.

- Improves PPT and PPTX rendering.

- Improves KVP engine accuracy.

- Improves Smart Redaction engine accuracy.

- Improves OCR engine accuracy.

- Fixes issue on loading PDF documents with unexpected tab order structure.

## 14.2.15 — 2 February 2023

- Improves table processing accuracy.

- Improves DOC, DOCX, RTF, and ODT rendering.

- Improves rendering of shapes for all Office formats.

- Improves computation of cell width on XLS and XLSX documents.

- Improves PPT and PPTX rendering.

## 14.2.14 — 26 January 2023

- Improves PDF/A validation engine.

- Improves rendering of shapes for all Office formats.

- Improves page numbering for Office formats.

- Adds font kerning on all Office formats.

- Adds macOS support.

## 14.2.13 — 20 January 2023

- Improves rendering of SVG documents.

- Improves PPT and PPTX rendering.

- Improves Office formats and PDF font rendering.

- Improves Office formats table rendering.

- Adds Math office rendering for DOCX.

- Improves DOC, DOCX, RTF and ODT rendering.

## 14.2.12 — 12 January 2023

- Improves XLSX, XLSM, XLS rendering.

- Adds `GdPictureDocumentConverter.HTMLCustomJavascript` and `GdPictureDocumentConverter.EmailCustomJavascript` properties.

- Adds `ApplyViewRotation` to SaveAsTIFF method of DocuVieware & DocuViewareControl classes.

- Improves PDF rendering engine.

- Improves PDF/A validation and conversion engines.

- Fixes BurnAnnotationsToPage issues with certain page box configurations.

- Fixes minor PDF file embedding issues.

- Fixes minor MSG loading issue.

- Improves detection of thumbnails from JPEG images.

## 14.2.11 — 29 December 2022

- Improves DocuVieware rendering performance on Safari iOS and MacOS.

- Improves DocuVieware HTML markup.

- Improves DOC and DOCX rendering.

- Improves PPT and PPTX rendering.

## 14.2.10 — 22 December 2022

- Adds new property `RemoveLogicalStructure` to the `PDFReducerConfiguration` class.

- Improves PDF reducer engine.

- Improves DOCX rendering engine.

- Improves PPT and PPTX rendering engine.

- Improves PDF rendering engine.

- Improves rendering of shapes for all Office formats.

- Fixes handling of images with ICC profiles in GdPicturePDF class.

- Improves OCR engine accuracy.

- Adds new property `HTMLDefaultBrowserStartupArguments` to `GdPictureDocumentConverter` class.

## 14.2.9 — 16 December 2022

- Improves PDF text extraction engine.

- Fixes PDF OCG print and export states handling.

- Improves PDF rendering engine.

- Improves PPT and PPTX rendering engine.

- Improves Smart Redaction engine accuracy.

- Improves KVP engine accuracy.

- Improves OCR engine accuracy.

## 14.2.8 — 8 December 2022

- Improves PDF rendering engine.

- Improves smart redaction engine accuracy.

- Improves KVP engine accuracy.

- Improves OCR engine accuracy.

- Adds new property `RedactVehiculeIdentificationNumbers` to the `SmartRedactionOptions` class.

- Adds new member `VIN` to the DataType enumeration.

- Improves PDF/A conversion engine.

- Improves PDF parsing of malformed documents.

- Improves metafile rendering on `*.API` assemblies on Office formats.

## 14.2.7 — 1 December 2022

- Improves PDF rendering engine.

- Improves smart redaction engine accuracy.

- Improves KVP engine accuracy.

- Improves table processing accuracy.

- Fixes an issue that prevented EML from being rendered on *.API assemblies.

- Fixes PDF OCG print and export states handling.

- Improves PDF parsing of malformed documents.

- Improves PDF digital signature memory management for large documents.

## 14.2.6 — 24 November 2022

- Improves smart redaction engine accuracy.

- Improves KVP engine accuracy.

- Improves table processing accuracy.

- Adds new method `SetSignatureAlternateTitle` to the GdPicturePDF class.

## 14.2.5 — 17 November 2022

- Improves Office formats rendering engine.

- Improves smart redaction engine accuracy.

- Improves KVP engine accuracy.

- Improves OCR engine accuracy.

- Improves table processing accuracy.

- Improves PDF rendering engine.

- Improves PDF linearizer engine.

- Improves PDF text extraction engine.

- Fixes EML/MSG rendering issue on Linux.

## 14.2.4 — 11 November 2022

- Improves Office file rendering engine.

- Improves smart redaction engine accuracy.

- Improves KVP engine accuracy.

- Improves table processing accuracy.

- Improves OCR engine accuracy.

- Improves MRC engine accuracy.

- Fixes HTML to PDF issue on Linux.

## 14.2.3 — 3 November 2022

- Improves table processing accuracy and speed.

- Improves KVP engine accuracy.

- Improves smart redaction engine accuracy.

- Improves PDF/A validation and conversion engines.

- Improves PDF OCG flattening performance.

- Fixes instabilities when loading XLS files.

## 14.2.2 — 27 October 2022

- Improves OCR accuracy and speed.

- Improves KVP engine accuracy.

- Improves borders detection engine accuracy.

- Improves HTML rendering engine.

- Fixes issues preventing some DOC, PPT and XLS files from being rendered.

- Improves RTL support for annotation.

- Adds `SplitExcelSheetsIntoPages` option to GdPictureDocumentConverter.

- Fixes an issue with freehand annotation on iPad in DocuVieware.

- Improves PDF/A validation and conversion engines.

- Fixes minor colorspace issue in grayscale conversion engine.

## 14.2.1 — 21 October 2022

- Improves OCR accuracy.

- Improves table processing engine.

- Improves table rendering for DOC files.

- Improves line spacing for DOC files.

- Improves text frame for all Office formats.

- Improves PDF/A validation and conversion engines.

- Improves PostScript interpreter.

## 14.2 — 13 October 2022

- Adds fuzzy search to GdPicturePDF. Use the new method `SetSearchTextFuzzyMatch()`.

- Adds fuzzy search to DocuVieware. Use the new parameter `fuzzySearch` in the `Search` JavaScript function.

- Adds fuzzy search to GdViewer (WinForms & WPF). Use the new property `EnableFuzzySearch`.

- Adds smart redaction to GdPicturePDF. Use the new method `SmartRedaction()`.

- Adds table processing to GdPictureOCR. Use the new methods `GetTableCount()`, `GetTableRect()`, `GetTableColumnCount()`, `GetTableColumnRect()`, `GetTableRowCount()`, `GetTableRowRect()`, `GetTableCellRect()`, `GetTableCellText()`, and `IsHeaderCell()`.

- Adds new.NET 6 assemblies with Linux compatibility (x64 & ARM64). Use the new assemblies `GdPicture.NET.14.API` and `GdPicture.NET.14.WEB.DocuVieware.API`.

- Adds support for PostScript format (reading and viewing) in GdPicture and DocuVieware. Note that the current implementation of PostScript is experimental.

- Fixes issues preventing some `.doc`,  `.ppt` and `.xls` files from being rendered.

- Fixes text and shape positioning issues in Office formats.

- Adds load from URI capability to GdPicturePDF. Use the new method `LoadFromHttp`.

- Improves OCR and KVP engine accuracy.

- Improves HTML -> PDF conversion engine.

- Improves table rendering for all Office formats.

- Improves diagrams rendering for all Office formats.

- Adds new method `GetPageRotation` to the DocuViewareControl class.

- Adds new method overload `TiffExtractPage` to the GdPictureImaging class to specify compression scheme.

- Improves DocuVieware behaviour for expired session context.

- Fixes ThumbnailEx issue at DesignTime when using NuGet package

## 14.1.189 — 26 September 2022

- Improves PDF/A conversion engine.

- Improves PDF unembed font feature.

- Improves Office formats rendering engine.

- Adds property TrackOfficeDocumentRevisions to GdPictureDocumentConverter.

- Improves annotation rendering support.

## 14.1.188 — 15 September 2022

- Improves speed of the 1D barcode recognition engine.

- Improves speed of the PDF417 recognition engine.

- Improves DXF renderer.

- Improves Key-Value Pairs processing engine.

- Fixes a memory leak in ThumbnailEx (WPF edition).

## 14.1.187 — 7 September 2022

- Improves Office formats rendering engine.

- Improves DocuVieware UX.

- Improves PDF text extraction engine.

- Improves OCR accuracy.

- Improves PDF resource optimization.

- Improves 2D barcode decoding speed.

## 14.1.186 — 24 August 2022

- Adds.dotx format support.

- Improves KVP engine accuracy.

- Improves OCR engine accuracy.

- Improves HTML -> PDF engine.

- Improves Office formats rendering engine.

- Improves PDF text extraction engine.

- Improves PDF resource optimization.

- Improves PDF/A validator engine.

- Adds new overloads for NewActionGoTo and NewActionGoToR to allow retain current coordinates on destination page.

- Fixes minor bugs.

## 14.1.185 — 10 August 2022

- Improves Office formats rendering.

- Improves Key-Value Pair engine accuracy.

- Improves 1D barcode reading accuracy.

- Fixes an issue on GetTextHeight() and GetTextWidth() methods in GdPictureImaging.

- Fixes minor bugs.

- 
## 14.1.184 — 4 August 2022

- Adds new property JBIG2PMSThreshold to GdPictureDocumentConverter.

- Improves OCR accuracy.

- Improves Key-Value pair engine accuracy.

- Improves PDF rendering engine.

- Improves Office formats rendering.

- Adds new method PageIsBlank() to GdPicturePDF.

- Adds new overload AutoCropPage() to GdPicturePDF allowing to ignore white rectangle graphic objects.

- Fixes issue on font size computation with text drawing methods in GdPictureImaging.

- Fixes an issue that could cause a TimeOutOperation status in GdPictureDocumentConverter.

- Fixes minor bugs.

## 14.1.183 — 29 July 2022

- Improves Office Format Rendering.

- Fixes minor PDF page scaling issues.

- Improves PDF repair feature.

- Improves PDF/A converter engine performance.

- Improves OCR engine accuracy.

- Improves Key-Value pair engine.

- Fixes minor bugs.

## 14.1.182 — 22 July 2022

- Improves Office rendering engine.

- Improves PDF optimization speed.

- Improves JBIG2 compression rate and speed.

- Improves text extraction engine.

- Fixes minor bugs.

## 14.1.181 — 15 July 2022

- Improves PDF/A validator engine.

- Improves JBIG2 compression rate and encoding speed.

- Improves Arabic OCR accuracy.

- Improves Office rendering engine.

- Improves Key-Value pair engine.

- Fixes minor bugs.

## 14.1.180 — 07 July 2022

- Improves Office formats rendering engine.

- Improves QR Code reader accuracy.

- Improves OCR accuracy and speed.

- Improves Key-Value pair detection engine.

- Fixes minor bugs.

## 14.1.179 — 28 June 2022

- Improves OCR engine accuracy.

- Improves Key-Value pair detection engine.

- Improves document rendering speed.

- Improves global speed of image processing & document-cleanup features.

- Fixes minor bugs.

## 14.1.178 — 24 June 2022

- Improves PDF/A converter and validator engines.

- Improves Office formats rendering engine.

- Improves OCR engine accuracy.

- Improves Key-Value pair finder engine.

- Improves WEB TWAIN controller.

- Fixes minor bugs.

## 14.1.177 — 17 June 2022

- GdPictureDocumentUtilities: new method ToGdPictureStatus().

- Key-Value pair detection engine improvements.

- Improves PDF rendering engine.

- New enumeration PdfGridSplitOrdering.

- GdPicturePDF: new methods GridSplit().

- Battery of minor bug fixes.

## 14.1.176 — 09 June 2022

- OCR engine improvements.

- Improves Office formats rendering engine.

- GdPictureDocumentConverter: new property PdfEnableLinearization.

- Battery of minor bug fixes.

## 14.1.175 — 02 June 2022

- Improves PDF/A Validator engine.

- Improves PDF OCG flattening feature.

- Improves PDF parsing of malformed documents.

- Ocr accuracy improvements.

- Improves Office formats rendering engine.

- Improves PDF digital signature support.

- GdPicturePDF: new method IsSignatureFieldSigned().

## 14.1.174 — 27 May 2022

- Improves PDF text removal engine.

- Improves PDF/A Validator engine.

- Improves Office formats rendering engine.

- OCR engine improvements.

- Battery of minor bug fixes.

## 14.1.173 — 23 May 2022

- Fixes a regression in the PDF generator engine.

- Fixes a memory leak in the barcode reader engine.

- Improves annotations support into the WPF edition of the GdViewer control.

- Improves PDF incremental saving into the AnnotationManager class.

- Battery of other minor bug fixes.

## 14.1.172 — 20 May 2022

- Fixes a critical regression in the OCR engine.

## 14.1.171 — 19 May 2022

- Improves OCR accuracy.

- First implementation of a key-value pair data extractor in the OCR engine.

- GdPictureOCR: new method GetKeyValuePairCount().

- GdPictureOCR: new method GetKeyValuePairKeyString().

- GdPictureOCR: new method GetKeyValuePairKeyRect().

- GdPictureOCR: new method GetKeyValuePairValueRect().

- GdPictureOCR: new method GetKeyValuePairValueString().

- GdPictureOCR: new method GetKeyValuePairDataType().

- GdPictureOCR: new method GetKeyValuePairConfidence().

- GdPictureOCR: new method GetKeyValuePairIsStrong().

- Improves Office formats rendering engine.

- Improves PDF parsing and processing.

- Battery of minor bug fixes.

## 14.1.170 — 12 May 2022

- Improves OCR accuracy.

- Improves PDF/A Validator engine

- Improves Office formats rendering engine.

- Improves DocuVieware UI.

- Improves PDF page scaling annotation handling.

- Battery of minor bug fixes.

## 14.1.169 — 06 May 2022

- OCR accuracy improvements.

- Improves DocuVieware user interface.

## 14.1.168 — 06 May 2022

- DocuVieware: added user interface themes support. new property UserInterfaceTheme added into the public API.

- Improves OCR accuracy.

- Improves PDF reducer engine.

- Improves Office rendering engine.

- Improves PDF/A converter and validator engines.

- Battery of minor bug fixes.

## 14.1.167 — 29 April 2022

- Adds blank page dropout support in the PDF reducer engine when input document is in raster format.

- Fixes a dependency issue with System.Drawing.Common in the Core edition.

## 14.1.166 — 28 April 2022

- Improves PDF/A converter and validator engines.

- Improves Office rendering engine.

- Improves OCR engine accuracy.

- Improves PDF reducer engine.

- Battery of minor bug fixes.

## 14.1.165 — 23 April 2022

- Vulnerability fix in DocuVieware.

- Vulnerability fix in the MICR engine.

## 14.1.164 — 21 April 2022

- Improves text extraction engine.

- GdPicturePDF: new method HasJavaScript().

- GdPicturePDF: new method RemoveAnnotationAction().

- Improves Office rendering engine.

- Improves OCR engine accuracy.

- Improves PDF reducer engine.

- Improves PDF OCG flattening feature.

- Improves PDF/A converter engine.

- Improves PDF annotation flattening feature.

- Battery of minor bug fixes.

## 14.1.163 — 08 April 2022

- Fixes a critical regression into the PDF parser.

## 14.1.162 — 08 April 2022

- Improves MRC engine accuracy.

- Improves OCR engine accuracy.

- Improves PDF OCG flattening feature.

- Improves internal PDF repair engine.

- Improves office formats rendering.

- Improves PDF rendering engine.

- Improves Handling of some malformed PDF.

- Improves PDF/A converter engine.

- Improves PDF reducer engine.

- Battery of minor bug fixes.

- New native runtime: GdPicture.NET.14.machine.vision(.64).dll

- Removed native runtimes: GdPicture.NET.14.ocr.tesseract.3(.64).dll, GdPicture.NET.14.omr(.64).dll and GdPicture.NET.14.document.analyzer(.64).dll. They have been merged into GdPicture.NET.14.machine.vision(.64).dll.

## 14.1.161 — 01 April 2022

- Improves MRC engine accuracy.

- Fixes a critical issue with XLSX loading in.NET Core edition.

- Battery of minor bug fixes.

## 14.1.160 — 31 March 2022

- Improves PDF digital signature support.

- Improves QR Code reader accuracy.

- Improves OCR accuracy.

- Improves MRC engine accuracy.

- Improves PDF page normalization feature.

- Improves PDF OCG flattening feature.

- Improves PDF parsing performance.

- Improves PDF redaction engine.

- Improves Office formats rendering: Text wrapping and table rendering.

- Adds support for docm, xlsm and pptm formats. Handled as if the macros are not enabled.

- Battery of minor bug fixes.

## 14.1.159 — 24 March 2022

- Improves Office formats rendering engine.

- Improves PDF page normalization feature.

- Improves Handling of some malformed PDF.

- Improves OCR engine accuracy.

- Battery of minor bug fixes.

## 14.1.158 — 19 March 2022

- Improves Office formats rendering engine.

- Critical bug fix preventing office formats parsing in.NET core edition.

## 14.1.157 — 17 March 2022

- Improves OCR engine accuracy.

- PdfOcrOptions class: new property RemoveExistingText.

- Improves Office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.156 — 10 March 2022

- Improves OCR engine accuracy.

- Improves MRC engine accuracy.

- Improves PDF page normalization feature.

- Improves PDF unembed font feature.

- Improves Office formats rendering.

- Improves EML & MSG rendering engine.

- Improves PDF/A converter engine.

- Improves PDF resource optimization.

- Battery of minor bug fixes.

## 14.1.155 — 04 March 2022

- Fixes a critical regression in the PDF engine.

## 14.1.154 — 03 March 2022

- GdPictureDocumentConverter: new property TiffEnableExifRotate, HtmlPreferOnePage & HtmlEmulationType.

- Improves OCR accuracy.

- Improves HTML, MSG & EML rendering engines.

- Improves Office formats rendering engine.

- Improves PDF redaction engine.

- Battery of minor bug fixes.

## 14.1.153 — 24 February 2022

- Improves OCR engine accuracy.

- Improves MRC engine.

- Improves Office formats rendering engine.

- Improves PDF rendering of text markup annotations.

- Improves PDF rendering engine with malformed documents.

- DocuVieware: new.NET properties: SearchResultsBorderColor, SearchResultsBackColor.

- GdPicturePDF: new method SetJBIG2PMSThreshold().

- Battery of minor bug fixes.

## 14.1.152 — 17 February 2022

- Improves Office formats rendering engine.

- Improves OCR accuracy.

- Adds new OCR special context engine to read numeric symbols and capital letters. See OCRSpecialContext.AlphaNumAllCapsML enumeration member.

- Battery of minor bug fixes.

## 14.1.151 — 10 February 2022

- Improves Office formats rendering engine.

- GdViewer (WinForm) new method ClearCache().

- Improves SVG rendering engine.

- Improves PDF rendering engine.

- Improves EML/MSG conversion engine.

- Improves OCR accuracy and speed.

- Improves PDF text removal engine.

- Battery of minor bug fixes.

## 14.1.150 — 01 February 2022

- Improves OCR accuracy.

- Improves Office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.149 — 27 January 2022

- Improves OCR accuracy.

- Improves Office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.148 — 20 January 2022

- Improves OCR accuracy.

- Improves PDF/A converter and validator engines.

- Improves Office rendering engine.

- Battery of minor bug fixes.

## 14.1.147 — 14 January 2022

- Improves OCR accuracy.

- Improves text extraction engine.

- Improves MaxiCode reader accuracy.

- Improves Office rendering engine.

- Improves internal PDF repair engine.

- Improves PDF forms flattening functionality.

- Improves PDF rendering engine.

- Battery of minor bug fixes.

## 14.1.146 — 10 January 2022

- GdViewer (WinForm): Fixes a critical bug introduced in previous version.

## 14.1.145 — 10 January 2022

- Improves OCR engine accuracy.

- Improves PDF rendering engine.

- Improves Office rendering engine.

- Improves Maxicode reader accuracy.

- Battery of minor bug fixes.

## 14.1.144 — 06 January 2022

- Improves PDF rendering engine.

- Improves OCR engine accuracy and speed.

- Improves Office rendering engine

- Improves text extraction engine.

- Improves PDF 2.0 / PDF/A-4 support.

- GdPicture & DocuVieware are now available as NuGet packages.

- Battery of minor bug fixes.

- Happy new year!

## 14.1.143 — 23 December 2021

- Adds support for PDF/A-4, PDF/A-4e PDF/A-4f, generation, conversion & validation.

- Improves PDF/A converter and validation engines.

- Improves built-in PDF font pack engine.

- Improves OCR engine accuracy.

- Improves Office rendering engine.

- Battery of minor bug fixes.

## 14.1.142 — 16 December 2021

- Introduced support for Maxicode reading & writing.

- Improves OCR accuracy.

- Improves Office formats rasterizer engine.

- GdPictureImaging: new method BarcodeMaxicodeGetSize().

- GdPictureImaging: new method BarcodeMaxicodeWrite().

- GdPictureImaging: new method BarcodeMaxicodeReaderClear().

- GdPictureImaging: new method BarcodeMaxicodeReaderDoScan().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeCount().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeValue().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeValueRAWBase64().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeConfidence().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeX1().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeX2().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeX3().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeX4().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeY1().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeY2().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeY3().

- GdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeY4().

- Battery of minor bug fixes.

## 14.1.141 — 08 December 2021

- OCR: Improves accuracy.

- Improves Office formats rendering engine.

- Improves PDF reducer engine.

- Improves PDF rendering engine.

- GdPicturePDF: Improves grayscale conversion engine.

- DocuVieware: Improves formfields support.

- Battery of minor bug fixes.

## 14.1.140 — 25 November 2021

- Improves OCR engine accuracy.

- Improves PDF digital signature support.

- Improves PDF parsing of malformed documents.

- Improves Office formats rendering engine.

- DocuVieware: new JavaScript function: RegisterOnPageDeleted().

- DocuVieware: new JavaScript function: RegisterOnUnknownLinkNavigation().

- Battery of minor bug fixes.

## 14.1.139 — 18 November 2021

- Improves OCR accuracy.

- Improves Office formats rendering engine.

- Improves PDF rendering engine.

- Improves PDF/A converter and validation engines.

- Improves COM edition stream reading performance.

- DocuVieware: new property PrintDefaultPageRange.

- DocuVieware: new property SaveDefaultPageRange.

- DocuVieware: new JavaScript API: RegisterOnAttachmentClick.

- Battery of minor bug fixes.

## 14.1.138 — 08 November 2021

- Improves OCR engine accuracy.

- Improves text extraction & paragraphs detection engines.

- Improves Office formats rendering engine.

- Improves SVG rendering engine.

- GdPicturePDF: Improves grayscale conversion engine.

- Battery of minor bug fixes.

## 14.1.137 — 28 October 2021

- Improves PDF/A converter engine.

- GdPicturePDF: Improves functionality of DropPDFASupport() method.

- DocuVieware: Improves form fields support.

- Improves Office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.136 — 21 October 2021

- Improves MRZ reader engine accuracy.

- Improves OCR engine accuracy & speed.

- Improves page orientation detection accuracy.

- GdPicturePDF: Improves RegEx text search.

- GdPicturePDF: Improves grayscale conversion engine.

- GdPicturePDF: New overload ConvertToGrayscale() to enable/disable unused resources removal.

- GdPicturePDF: Improves AutoCropPage functionality.

- Improves PDF/A converter engine.

- Improves Office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.135 — 07 October 2021

- Improves OCR accuracy.

- Improves office formats rendering engine.

- Improves PDF parser engine.

- GdPictureImaging: new method FontIsSymbolic().

- GdPictureImaging: new method FontCanRenderText().

- OCRSpecialContext enumeration: new member NumericLineML.

- OCRSpecialContext enumeration: new member HandwrittenNumericBoxML.

- GdPictureOCR: new method GetCharacterAlternativeCount().

- GdPictureOCR: new method GetCharacterAlternativeValue().

- GdPictureOCR: new method GetCharacterAlternativeConfidence().

- DocuVieware: new function RegisterOnUriNavigation().

- Battery of minor bug fixes.

## 14.1.134 — 30 September 2021

- Improves OCR accuracy.

- Improves PDF reducer engine.

- Improves Office rendering engine.

- Battery of minor bug fixes.

## 14.1.133 — 23 September 2021

- OCR engine accuracy & speed improvements.

- Improves Office rendering engine.

- Improves PDF rendering engine.

- Improves internal PDF repair engine.

- Battery of minor bug fixes.

## 14.1.132 — 17 September 2021

- Improves OCR accuracy.

- ThumbnailEx control: new property SelectedThumbnailBackColorAlpha.

- Improves Office rendering engine.

- GdPicturePDF: Improves PDF repair functionality.

- Battery of minor bug fixes.

## 14.1.131 — 09 September 2021

- Improves OCR engine accuracy.

- Improves MRZ reader engine accuracy.

- Improves Office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.130 — 03 September 2021

- Improves OCR accuracy.

- Improves MRC engine accuracy.

- Improves office formats rendering engine.

- Improves 2D barcode reader accuracy.

- Battery of minor bug fixes.

## 14.1.129 — 27 August 2021

- Improves OCR engine accuracy.

- Improves MRC engine accuracy.

- Improves 1D barcode reader accuracy.

- GdPictureSegmenter: added word segmentation support.

- GdPictureSegmenter: new property InputValue.

- SegmentationMode enumeration: new members WordLayout & WordLayoutLK.

- Improves Office formats rendering engine.

- Improves PDF text extraction engine.

- BookmarkTree (WinForm & WPF): new property RightToLeftLayout.

- Battery of minor bug fixes.

## 14.1.128 — 19 August 2021

- Improves MRC compression engine.

- Improves Office formats rendering engine.

- Improves OCR accuracy.

- Improves 1D barcode reading accuracy.

- Improves PDF parsing.

- Battery of minor bug fixes.

## 14.1.127 — 13 August 2021

- Improves MRC engine accuracy & speed.

- Improves lossy JBIG2 encoder (better pattern matching on text content).

- PDF Reducer engine can now produce PDF/A output.

- Adds support for file attachments in Office formats.

- Improves office formats rendering engine.

- Improves PDF Reducer compression rate.

- GdPicturePDF: new method DropPDFASupport().

- GdPicturePDF: new method GetPageImageMaskResName().

- Battery of minor bug fixes.

## 14.1.126 — 05 August 2021

- Improves OCR accuracy and speed.

- Improves Office formats rendering engine.

- BookmarkTree: new property AutoGenerate.

- DocuVieware: Improves user interface.

- Battery of minor bug fixes.

## 14.1.125 — 29 July 2021

- Improves OCR accuracy.

- Improves DocuVieware user interface.

- Improves Office formats rendering engine.

- DocuVieware: new property SnapInSplitterBarColor.

- DocuVieware: new JavaScript API SetCustomHeaders().

- GdPicturePDF: new method SetMRCImageMaskResolution().

- Improves MRC engine compression rate.

- Battery of minor bug fixes.

## 14.1.124 — 23 July 2021

- Improves OCR accuracy.

- Improves Office formats rendering engine.

- Improves MSG rendering engine.

- Improves 1D barcode reader accuracy.

- DocuVieware: new property ShowLoadingSpinner.

- DocuVieware: added new optional parameter (xferCount) to the TwainSetConfig() JavaScript function.

- DocuVieware: new property ScrollBarStyle.

- GdPictureDocumentUtilities: new method GetWebBrowserPoolSize().

- Battery of minor bug fixes.

## 14.1.123 — 16 July 2021

- Adds support to convert any document to SVG.

- GdPicturePDF: new method SearchAndHighlight().

- Improves Office formats rendering engine.

- Improves PDF/A converter engine.

- GdPictureDocumentConverter: new method SaveAsSVG().

- Battery of minor bug fixes.

## 14.1.122 — 08 July 2021

- Improves OCR accuracy.

- Improves DocuVieware UX.

- Improves Office formats rendering engine.

- GdPictureDocumentConverter: new overloaded method CombineToPDF() taking an array of stream.

- DocuVieware: new Event BeforeRequest.

- Battery of minor bug fixes.

## 14.1.121 — 02 July 2021

- DocuVieware: new property EnableThumbnailRotateButtons.

- DocuVieware: new property EnableThumbnailDeleteButton.

- GdPicturePDF: Improves AutoCropPage functionality.

- GdPicturePDF: Improves embedded files handling.

- GdPicturePDF: Improves RegEx text search.

- DocuVieware: DocuViewareManager new method SetEncryptionMode().

- DocuVieware: DocuViewareManager new method AbandonSessions().

- DocuVieware: new enumeration DocuViewareFilesEncryptionMode.

- Improves PDF/A converter and validation engines.

- Battery of minor bug fixes.

## 14.1.120 — 25 June 2021

- Improves OCR accuracy.

- Improves Office documents rendering engine.

- Improves QrCode reader accuracy.

- Improves 1D barcode reader accuracy.

- Improves PDF/A converter and validation engines.

- Battery of minor bug fixes.

## 14.1.119 — 16 June 2021

- GdPictureOCR: new property MaxThreadCount.

- Improves OCR accuracy.

- Improves PDF/A converter engine.

- Improves office formats rendering engine.

- Improves PDF & image rendering speed.

- GdPictureImaging: new overload Barcode1DReaderGetBarcodeValue() to specify if Febraban digital line should be computed.

- GdPictureStatus enumeration: added new member BarcodePDF417InvalidDataCount.

- DocuVieware: Improves page generation speed.

- Battery of minor bug fixes.

## 14.1.118 — 10 June 2021

- Improves PDF rendering engine.

- Improves PDF/A converter engine.

- Improves PDF digital signature support.

- Improves PDF/OCR engine.

- Improves OCR accuracy.

- DocuVieware: some UI improvements.

- Battery of minor bug fixes.

## 14.1.117 — 02 June 2021

- Improves OCR accuracy.

- Improves PDF digital signature support.

- Improves office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.116 — 27 May 2021

- Improves PDF text extraction engine.

- Improves PDF/A converter engine.

- Improves PDF rendering engine.

- Improves speed & robustness of the PDF417 recognition engine.

- Improves 1D barcode reader engine accuracy.

- Adds EML & MSG formats support.

- GdPictureDocumentConverter: new property EmailPageWidth.

- GdPictureDocumentConverter: new property EmailPageHeight.

- GdPictureDocumentConverter: new property EmailPageMarginLeft.

- GdPictureDocumentConverter: new property EmailPageMarginTop.

- GdPictureDocumentConverter: new property EmailPageMarginRight.

- GdPictureDocumentConverter: new property EmailPageMarginBottom.

- Battery of minor bug fixes.

## 14.1.115 — 20 May 2021

- Adds support for HEIF format.

- Improves OCR engine accuracy.

- Improves PDF/A converter engine.

- Improves PDF rendering engine.

- Improves office formats rendering engine.

- Improves TWAIN scanning support.

- Battery of minor bug fixes.

## 14.1.114 — 13 May 2021

- Adds support for HEIF format.

- Improves Office formats rendering engine.

- Improves PDF/A converter engine.

- Improves PDF rendering engine.

- Battery of minor bug fixes.

## 14.1.113 — 29 April 2021

- Improves Office rendering engine.

- Improves PDF rendering engine.

- Improves PDF/A converter engine.

- Improves OCR engine speed.

- Improves GdViewer Winform rendering engine.

- General speed improvements.

- Battery of minor bug fixes.

## 14.1.112 — 22 April 2021

- Improves GdViewer Winform rendering engine.

- Improves RTL support for annotation editing.

- Improves MICR accuracy.

- Improves Office formats rendering engine.

- Improves PDF/A converter engine.

- Improves PDF rendering engine.

- Improves OCR engine accuracy.

- Battery of minor bug fixes.

## 14.1.111 — 15 April 2021

- Improves support for unstable TWAIN drivers.

- DocuVieware: added support for 64-bit TWAIN devices acquisition.

- Improves Office formats rendering engine.

- Improves global toolkit speed.

- Battery of minor bug fixes.

## 14.1.110 — 08 April 2021

- Improves MICR engine accuracy and speed.

- Improves support for JPEG compression in tiff images.

- GdPicturePDF: new method AutoCropPage().

- Improves Office formats rendering engine.

- Improves PDF rendering engine.

- Improves PDF generation speed.

- Improves PNG images generation speed.

- DocuVieware: Improves page transfer speed.

- Battery of minor bug fixes.

## 14.1.109 — 01 April 2021

- Improves PDF rendering engine.

- Improves office formats rendering engine.

- TextExtractionOptions enumeration: added new member IgnoreRotatedText.

- Improves PDF text extraction engine.

- Improves PDF/A converter engine.

- DocuVieware: new JavaScript function SetMaxUploadThreads().

- DocuVieware: new JavaScript function DeletePages().

- DocuVieware: new JavaScript function RotatePages().

- DocuVieware: new JavaScript function SwapPages().

- DocuVieware: new.NET method DeletePages().

- DocuVieware: new.NET method RotatePages().

- DocuVieware: new.NET method SwapPages().

- DocuVieware: extended page reordering support to all document types.

- Battery of minor bug fixes.

## 14.1.108 — 23 March 2021

- New enumeration MRZFormat.

- New enumeration OCRBlockSpecialFormat.

- TextExtractionOptions enumeration: added new member DisableTextOrientationDetection.

- GdPictureOCR: new method GetBlockSpecialFormat().

- GdPictureOCR: new method GetBlockSpecialFormatData().

- Improves Office rendering engine.

- Improves MICR engine accuracy.

- Improves HTML engine.

- GdPicturePDF: new methods OverlayPage().

- DocuVieware: Improves printing speed.

- DocuVieware: Improves HTTP loading speed. Up to 4x faster.

- DocuVieware: Improves page rotation mechanism.

- Battery of minor bug fixes.

## 14.1.107 — 11 March 2021

- Adds HTML format support for viewing and conversion.

- Improves Office formats rendering engine.

- Improves HTTP transfer support and added support for HTTP/2 protocol.

- GdPictureDocumentUtilities: new method IsWebBrowserAvailable().

- GdPictureDocumentUtilities: new method GetWebBrowserPath().

- GdPictureDocumentUtilities: new method SetWebBrowserPath().

- GdPictureDocumentUtilities: new method SetWebBrowserPoolSize().

- GdPictureDocumentUtilities: new method ClearWebBrowserCache().

- GdPictureStatus enumeration: new member WebBrowserStartingError.

- DocumentType enumeration: new member DocumentTypeHTML.

- DocumentFormat enumeration: new member DocumentFormatHTML.

- GdPictureDocumentConverter: new property HtmlPageWidth.

- GdPictureDocumentConverter: new property HtmlPageHeight.

- GdPictureDocumentConverter: new property HtmlPageMarginLeft.

- GdPictureDocumentConverter: new property HtmlPageMarginTop.

- GdPictureDocumentConverter: new property HtmlPageMarginRight.

- GdPictureDocumentConverter: new property HtmlPageMarginBottom.

- GdPictureDocumentConverter: new property HtmlPreferCSSPageSize.

- GdPictureDocumentConverter: new method LoadFromHttp().

- DocuVieware: new property EnableLinkRect.

- Battery of minor bug fixes.

## 14.1.106 — 04 March 2021

- Improves Office formats rendering engine.

- Improves MICR engine accuracy and speed.

- Improves OCR engine accuracy.

- Improves MRZ reader accuracy.

- Improves quality image annotations embedded into PDF.

- Battery of minor bug fixes.

## 14.1.105 — 25 February 2021

- Improves MICR engine accuracy and speed, and we will do even better in next release.

- Improves OCR engine accuracy.

- Improves Office formats rendering engine.

- Improves (a lot) PDF/A converter and validation engines.

- OCRSpecialContext enumeration: added MICRLineE13B and MICRLineCMC7 members.

- GdPictureOCR: new property ExpectedSymbolCount.

- GdPicturePDF: new method SetForceRasterizerInterpolation().

- Improves blank page detection algorithm.

- DocuVieware: new JavaScript function: DirectSave().

- GdPictureImaging: new overload of Barcode1DReaderDoScan() to allow to set a timeout.

- Battery of minor bug fixes.

## 14.1.104 — 18 February 2021

- Improves MICR engine accuracy.

- Improves Office formats rendering engine.

- GdPicturePDF: new overloads of SearchText() to enable text search of any word in the search expression.

- Battery of minor bug fixes.

## 14.1.103 — 11 February 2021

- Improves PDF/A converter and validation engines.

- Improves MICR engine accuracy & speed.

- Improves Office formats rendering engine.

- Improves PDF rendering engine.

- Battery of minor bug fixes.

## 14.1.102 — 04 February 2021

- GdPictureDocumentConverter: new property TimeoutMilliseconds.

- GdPictureImaging: new method ConvertTo1BppWAN().

- GdPicturePDF: new method ConvertToGrayscale().

- DocuVieware: new property LoadingTimeout.

- DocuVieware: new contextual menu item to remove selected text.

- DocuVieware: new property EnableRemoveTextItem.

- Improves MRZ reader accuracy and speed.

- Improves MRC engine.

- Improves OCR engine.

- Improves office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.101 — 28 January 2021

- Improves PDF redaction engine.

- Improves MRC engine.

- Improves PDF/OCR generation with Chinese language.

- Improves office formats rendering engine.

- Improves PDF text extraction engine.

- Improves PDF rendering engine.

- DocuVieware: new JavaScript function: RegisterOnTextUnselected().

- DocuVieware: new property: EnableTextCopyMenuItem.

- DocuVieware: added Chinese traditional locale.

- Battery of minor bug fixes.

## 14.1.100 — 20 January 2021

- Improves MRC engine.

- Improves OCR accuracy for Chinese language.

- Improves office formats rendering engine.

- Improves PDF engine.

- Improves DocuVieware UI responsiveness.

- Battery of minor bug fixes.

## 14.1.99 — 14 January 2021

- Improves digital signature support.

- Improves MRC engine accuracy and speed.

- PDFReducerConfiguration class: new property EnableParallelization.

- Improves PDF417 barcode decoder accuracy.

- Battery of minor bug fixes.

## 14.1.98 — 06 January 2021

- Improves toolkit speed.

- Improves automatic page orientation engine speed and accuracy.

- Improves OCR accuracy.

- Improves MRC engine accuracy and speed.

- Battery of minor bug fixes.

## 14.1.97 — 31 December 2020

- GdViewer (WinForm & WPF) new method TerminateLastAnnotInteractiveAdd().

- Improves PDF merging engine.

- Improves RTL support with GdPicture/XMP annotations.

- Improves page orientation detection engine.

- Improves MRC engine speed.

- DocuVieware: Improves UI and document loading speed.

- DocuVieware: added support for file attachment annotations.

- DocuViware: new property EnableFileAttachments.

- Battery of minor bug fixes.

- < HNY/ >

## 14.1.96 — 24 December 2020

- Improves internal rendering engine speed.

- Improves digital signature support.

- Improves PDF/A converter and validation engines (speed & accuracy).

- Improves PDF parser, especially to handle malformed documents.

- Improves office formats rendering engine.

- Improves color detection engine accuracy.

- Battery of minor bug fixes.

- Merry Christmas / Feliz Navidad.

## 14.1.95 — 17 December 2020

- Fixes a critical issue on.NET 5.

- Improves Office formats rendering engine.

- Improves PDF/A converter engine.

- GdViewer (WinForm & WPF): new property PreserveViewRotation.

- DocuVieware: Improves TWAIN controller.

- DocuVieware: Improves interactive form-fields support.

- DocuVieware: dramatical speed improvement when session state mode is DocuViewareSessionStateMode.File.

- Battery of minor bug fixes.

## 14.1.94 — 10 December 2020

- Improves office formats rendering engine.

- Improves PDF/A converter and validation engines.

- Improves PDF parser with malformed documents.

- Improves rendering engine.

- Improves 2D barcode reader engine accuracy.

- DocuVieware: Improves the TWAIN Web scanning support.

- Battery of minor bug fixes.

## 14.1.93 — 03 December 2020

- AnnotationRuller: new TicksPerUnit property.

- Improves office formats rendering engine.

- Improves OCR engine accuracy and speed.

- Improves PDF/A converter and validation engines.

- DocuVieware: added support for multiple annotations selection.

- DocuVieware: new JavaScript function EnableAnnotMultiSelect().

- DocuVieware: new JavaScript function UnselectAnnot().

- Battery of minor bug fixes.

## 14.1.92 — 26 November 2020

- Improves OCR accuracy.

- Improves office formats rendering engine.

- Improves PDF rendering engine.

- Improves 1D & 2D barcode reader engines accuracy.

- Battery of minor bug fixes.

## 14.1.91 — 19 November 2020

- GdPicturePDF: new method GetPageImageICCProfile().

- Adds support for CR3 raw image format and more than 50 others camera support.

- GdViewer (WinForm & WPF): added support for multiple annotations selection by code.

- GdPictureSegmenter: Improves layout analyzer engine.

- Improves MRC engine.

- Improves OCR engine.

- Improves PDF redaction engine.

- Improves PDF rendering engine.

- Improves Office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.90 — 13 November 2020

- Improves Office formats rendering engine (speed and rendering fidelity).

- Improves PDF rendering engine (speed and rendering fidelity).

- Improves PDF reducer engine.

- Improves PDF redaction engine.

- GdViewer (WPF & WinForm): added multiple selection support to annotations.

- GdViewer (WPF & WinForm): new property AnnotationEnableMultiSelect.

- GdViewer (WPF & WinForm): Improves annotations rendering quality and speed.

- DocuVieware: new property TwainAcquisitionFormat.

- DocuVieware: Improves contextual menu appearance and interactivity.

- DocuVieware: new JavaScript function GetSelectedTextAreas().

- GdPicturePDF: Improves PDF repair functionality.

- GdPicturePDF: new methods IsValidPDFA().

- GdPicturePDF: new method CheckPDFAConformance().

- Battery of minor bug fixes.

## 14.1.89 — 04 November 2020

- Improves office formats rendering engine.

- Improves PDF rendering engine.

- Improves PDF/A converter engine.

- Improves text extraction/selection engine.

- Improves OCR engine accuracy & speed.

- Adds a new PDF/A validation engine.

- GdPicturePDF: new method ValidatePDFA().

- GdPictureImaging: added overload to all barcode detection method to specify if the engine must stop the recognition process when the expected number of symbols have been detected.

- GdViewer (WinForm & WPF): Improves text selection.

- GdViewer (WinForm & WPF): new property DocumentFormat.

- GdViewer (WinForm & WPF): new property ClipAnnotsToPageBounds.

- DocuVieware: Improves text selection.

- DocuVieware: new property ShowLogo.

- DocuVieware: new JavaScript function DirectPrint().

- DocuVieware: added option into the saving dialog box to burn annotation to produced tiff documents.

- DocuVieware: Improves document navigation speed.

- DocuVieware: clients using external DocuVieware controller will have to update it. Latest version can be found here.

- DocuVieware: added optional parameter BurnAnnotations to the SaveAsTIFF() method.

- The GdPicture.NET.14.jbig2.encoder.64.dll & GdPicture.NET.14.jbig2.encoder.dll are not required anymore.

- Battery of minor bug fixes.

## 14.1.88 — 20 October 2020

- Improves PDF/A converter engine.

- Improves Office formats rendering engine.

- Improves DOCX format conversion to PDF.

- Improves PDF text extraction engine.

- DocuVieware: Improves user interface & user experience.

- GdPictureDocumentConverter: new property: PdfUseDeflateOnJPEG.

- Battery of minor bug fixes.

## 14.1.87 — 09 October 2020

- Adds support for doc, xls and ppt formats.

- DocuVieware: the SaveAsPDF method is now taking an optional parameter allowing to apply page view rotation(s) to the produced document.

- Improves text extraction and text search speed.

- Improves Office formats rendering engine.

- Improves SVG rendering engine.

- Improves PDF/A converter engine.

- Improves built-in PDF font pack engine.

- DocuVieware: new property AnnotationOrientationMode.

- New enumeration OrientationMode.

- GdViewer (COM/ActiveX edition): new property hWnd.

- Battery of minor bug fixes.

## 14.1.86 — 01 October 2020

- DocuVieware: Improves document rendering speed.

- DocuVieware: new event OpenFileError offering a fallback strategy to handle unsupported document formats.

- Improves 1D barcode reader accuracy.

- Improves 2D barcode reader accuracy.

- Improves SVG renderer.

- Improves DXF renderer.

- Battery of minor bug fixes.

## 14.1.85 — 23 September 2020

- GdViewer: new property: ClipRegionsToPageBounds.

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeConfidence().

- GdPictureImaging: new method BarcodeDataMatrixReaderGetBarcodeConfidence().

- GdPicturePDF: Improves formfields handling during page cloning.

- GdPicturePDF: new method SearchAndAddRedactionRegions().

- Improves SVG rendering engine.

- Improves Office formats rendering engine.

- Improves PDF rendering engine.

- Improves PDF parsing of malformed documents.

- Improves OCR engine speed and accuracy.

- Improves MRC engine speed and accuracy.

- Improves memory usage.

- Battery of minor bug fixes.

## 14.1.84 — 17 September 2020

- Improves MICR engine reading accuracy.

- Improves PDF rendering engine.

- Improves Office formats rendering engine.

- Battery of minor bug fixes.

## 14.1.83 — 10 September 2020

- GdPicturePDF: new overload AddJpegImageFromStream() to allow ICC profile embedding.

- GdPictureDocumentConverter: new property: EnableICC.

- Improves OCR accuracy.

- Improves PDF rendering engine.

- Battery of minor bug fixes.

## 14.1.82 — 08 September 2020

- Improves OCR accuracy.

- Improves PDF rendering engine.

- Improves Office formats rendering engine.

- Improves PDF text exaction engine.

- DocuVieware: saving dialog now offers a way to save documents with/without annotations.

- Battery of minor bug fixes.

## 14.1.81 — 01 September 2020

- Improves OCR engine accuracy.

- Improves 2D barcode reading accuracy.

- Improves Office formats rasterizer.

- Battery of minor bug fixes.

## 14.1.80 — 24 August 2020

- Improves MRZ engine accuracy.

- Improves 2D barcode reading accuracy.

- Improves Office formats rasterizer.

- Improves PDF generator engine.

- Battery of minor bug fixes.

## 14.1.79 — 13 August 2020

- Improves PDF rendering engine.

- Improves Office formats rendering engine.

- Improves RAW image format support.

- Released first version of the MRZ recognition engine (special context of the GdPictureOCR API).

- Battery of minor bug fixes.

## 14.1.78 — 05 August 2020

- Improves OCR page rotation detection speed & accuracy.

- Improves office formats rasterizer.

- Battery of minor bug fixes.

## 14.1.77 — 02 August 2020

- GdPictureImaging: new method TwainSetKeepSourceEnabled().

- Improves Office formats rasterizer.

- Improves OCR engine accuracy.

- Improves OCR page rotation detection.

- Adds special context for OCR of MRZ (Beta).

- Battery of minor bug fixes.

## 14.1.76 — 27 July 2020

- Introduced support for text search using regular expressions.

- GdViewer (WinForm & WPF): new method SearchTextRegex().

- GdPicturePDF: new method SearchTextRegex().

- GdPicturePDF: new method RemoveXFAFormFieldsData().

- GdPictureOCR: new overloaded method GetOCRResultText().

- Improves PDF/A converter engine.

- Improves OCR engine accuracy.

- Improves Office formats rasterizer engine.

- Battery of minor bug fixes.

## 14.1.75 — 13 July 2020

- Improves automatic page orientation detection engine.

- Improves OCR segmentation engine.

- Improves PDF rendering engine.

- Battery of minor bug fixes.

## 14.1.74 — 09 July 2020

- GdPictureImaging: new overload: TagGetValueString() to favor ASCII representation of undefined tag types.

- Improves PDF/A converter engine.

- Improves PDF rendering engine.

- Improves Office formats rendering engine.

- Improves image loading speed.

- GdPicturePDF: new method UnembedFont().

- Battery of minor bug fixes.

## 14.1.73 — 02 July 2020

- Improves MRC engine accuracy speed.

- Improves 1D barcode recognition engine.

- Improves Office formats rasterizer.

- DocuVieware: added multi-line text search support.

- DocuVieware: Improves accessibility support based on WAI-ARIA specifications.

- GdPicturePDF: new method IsTagged().

- Improves PDF text extraction engine.

- Battery of minor bug fixes.

## 14.1.72 — 25 June 2020

- Improves MRC engine accuracy.

- Improves 1D & 2D barcode reader accuracy.

- Improves Office formats rasterizer.

- DocuVieware: new JavaScript API: RegisterOnDocumentSigned().

- DocuVieware: new JavaScript API SelectAnnot().

- GdPicturePDF: new method RemovePageBox().

- Battery of minor bug fixes.

## 14.1.71 — 18 June 2020

- AnnotationPolyRuler & AnnotationRuler annotations: new property Value.

- AnnotationManager: new method RenderAnnotation().

- Improves 1D & 2D barcode recognition engines.

- Improves office formats rasterizer.

- Improves PDF format rasterizer.

- Improves PDF parser to handle / recover more malformed documents.

- DocuVieware: new JavaScript function GetPageAnnotCount().

- DocuVieware: new JavaScript function GetPageAnnotId().

- DocuVieware: added support for impersonation level management.

- DocuVieware: Improves UI about annotation manipulations.

- Battery of minor bug fixes.

## 14.1.70 — 11 June 2020

- Improves PDF rasterizer engine.

- Improves MRC engine accuracy.

- Improves PDF/A converter engine.

- Improves office formats rasterizer engine.

- DocuVieware: Improves UI.

- Adds Content and Password properties in GdViewer.WPF in order to set the content from the ViewModel in a MVVM fashion.

- Battery of minor bug fixes.

## 14.1.69 — 04 June 2020

- GdPicturePDF: new overload SearchText() to enable text search of strings across multiple lines.

- Improves PDF rasterizer engine.

- Improves Office formats rasterizer engine.

- Improves 1D barcode reader accuracy.

- Improves OCR engine accuracy and speed.

- Battery of minor bug fixes.

## 14.1.68 — 26 May 2020

- GdPictureDocumentUtilities: new method IsImageFormat().

- Improves PDF rasterizer engine.

- Improves PDF redaction engine.

- Improves accuracy of 1D barcode recognition engine.

- Improves accuracy of DataMatrix barcode recognition engine.

- Improves accuracy of OCR engine.

- Adds new OCR engine producing fast & accurate recognition on single line of numeric characters.

- OCRSpecialContext: new enumeration member: SingleLineNumerics.

- GdPictureDocumentConverter: new properties: Author, Title, Subject, Producer, Metadata, Keywords.

- Battery of minor bug fixes.

## 14.1.66 — 14 May 2020

- Global performance improvements (memory & CPU usage).

- Improves MRC engine.

- Improves PDF rasterizer engine.

- Improves Office formats rasterizer engine.

- ThumbnailEx: new method UnselectAllItems().

- ThumbnailEx: new method LoadAllItems().

- ThumbnailEx: new porperty DefaultItemCheckState.

- ThumbnailEx: DefaultItemTextPrefixe property renamed to DefaultItemTextPrefix.

- PDFReducerImageQuality: new enumeration member ImageQualityVeryVeryHigh.

- DocuVieware: new method AddCustomToolbarButton().

- Improves PDF/A converter engine.

- Battery of minor bug fixes.

## 14.1.65 — 01 May 2020

- Improves text extraction engine.

- Improves Office formats rasterizer.

- Battery of minor bug fixes.

## 14.1.64 — 23 April 2020

- Improves Office formats rasterizer.

- DocuVieware: new JavaScript function SetAnnotationsInteractionState().

- DocuVieware: Improves TWAIN scanning speed.

- Improves text extraction engine.

- Battery of minor bug fixes.

## 14.1.63 — 16 April 2020

- DocuVieware: new JavaScript function UnselectAllAnnotations().

- DocuVieware: several UI improvements.

- DocuVieware: Fixes SVG file loading issue.

- Improves OCR accuracy.

- Improves margins detection filter.

- Improves office formats rasterizer.

- AnnotationEmbeddedImage: new property KeepAspectRatio.

- Battery of minor bug fixes.

## 14.1.62 — 09 April 2020

- Improves PDF rasterizer engine.

- Improves Office formats rasterizer engine.

- DocuVieware: Improves touch support.

- DocuVieware: added overload of LoadFromUri() taking ICredential parameters.

- DocuVieware: added new JavaScript API: RegisterOnViewerScroll()

- Battery of minor bug fixes.

## 14.1.61 — 02 April 2020

- Improves MRC engine.

- Improves OCR engine.

- Improves Office formats rasterizer engine.

- Improves PDF/A converter engine.

- DocuVieware: Improves UI responsivness.

- DocuVieware: added zooming support using crtl+whell.

- DocuVieware: added pinch zoom support.

- DocuVieware: added support for adding image annotation from the JavaScript API AddAnnot(). See reference guide for an example of usage.

- GdViewer (WinForms & WPF): new method ApplyAllRedactions().

- Battery of minor bug fixes.

## 14.1.60 — 26 March 2020

- Improves PDF rasterizer engine.

- Improves Office formats rasterizer engine.

- Annotation: new public property ClientTag.

- GdViewer: new event AnnotationTextBoxKeyDown().

- GdViewer: new event AnnotationTextBoxLostFocus().

- GdPicturePDF: New method ClonePages().

- GdPicturePDF: Improves Redaction Engine.

- DocuVieware: new JavaScript functions: SetAnnotClientTag(), GetAnnotClientTag(), UpdateAnnotById(), GetAnnotProperties().

- DocuVieware: new server-side property: LinkAnnotationClickBehaviour.

- DocuVieware: added zoom preview support (by maintaining pressed zoom-in and zoom-out buttons).

- Battery of minor bug fixes.

## 14.1.59 — 20 March 2020

- Fixes a critical bug preventing usage of the WFP controls within the.NET Core edition.

- PDFReducerPDFVersion enumeration: added enumeration members PdfVersionA1a, PdfVersionA1b, PdfVersionA2a, PdfVersionA2b.

- Improves internal PDF/A editor engine.

## 14.1.58 — 19 March 2020

- Improves PDF rasterizer engine.

- Improves office formats rasterizer engine.

- Improves OCR engine.

- Improves automatic page orientation detection engine.

- Improves PDF text extraction engine.

- TextExtractionOptions enumeration: added new member PreserveLayout.

- GdPicturePDF: new event BeforePrintPage.

- GdPicturePDF: new event AfterPrintPage.

- GdPicturePDF: Improves timestamp server compatibility for digital signatures.

- DocuVieware: Improves UI responsiveness.

- Battery of minor bug fixes.

## 14.1.57 — 12 March 2020

- Improves office formats rasterizer engine.

- Improves links support for built-in PDF merger engine.

- Improves MRC engine accuracy.

- Improves OCR accuracy.

- Improves PDF rasterizer engine.

- GdPicturePDF: New method RemoveTextArea().

- GdPicturePDF: New overload GetPageTextWithCoords() to specify which information should be included in the output.

- GdPicturePDF: GetPageTextWithCoordsEx method marked as deprecated.

- New enumeration TextExtractionOutputInfo.

- DocuVieware: Various UI Improvements.

- DocuVieware: Improves support with stylus devices.

- Battery of minor bug fixes.

## 14.1.56 — 05 March 2020

- Improves MRC engine accuracy.

- Improves PDF/A converter engine.

- Improves office formats rasterizer engine.

- Improves PDF rasterizer engine.

- Improves PDF/OCR accuracy.

- Battery of minor bug fixes.

## 14.1.55 — 27 February 2020

- GdPicturePDF: New method RemoveAllText().

- GdPicturePDF: New method SetTextDecorationStyle().

- GdPicturePDF: New method SetTextUnderlineStyle().

- GdPicturePDF: New method SetTextUnderlineWidth().

- GdPicturePDF: New method SetTextUnderlineColor().

- GdPicturePDF: New method SetTextUnderlineDistance().

- GdPicturePDF: new overload SetSignatureText() to specify text decoration style of the text.

- GdPicturePDF: DrawTextUnderline methods marked as deprecated.

- New enumeration PdfTextDecorationStyle.

- New enumeration PdfTextUnderlineStyle.

- Automatic conversion of Interleaved2Of5 barcode value to Febraban digital line.

- Improves PPTX and DOCX rasterizer engines.

- Adds special context support into the OCR engine.

- GdPictureOCR: new overloaded method RunOCR() to specify a special context.

- New OCRSpecialContext enumeration.

- Improves MRC engine accuracy.

- Battery of minor bug fixes.

## 14.1.54 — 20 February 2020

- Improves PDF text extraction engine.

- Improves PPTX rasterizer engine.

- Improced OCR engine accuracy.

- PDFReducerConfiguration: New configuration option member RemovePagePieceInfo.

- GdPicturePDF: New method DeletePagePieceInfo().

- GdPicturePDF: New method HasInvisibleText().

- ThumbnailEx: New method SetItemToolTipText().

- Improves JPEG2000 image decoder.

- DocuVieware: new JavaScript function GetAnnotBBoxOnViewer()

- DocuVieware: new digital signature snap-in.

- DocuVieware: new property ShowDigitalSignatureSnapIn.

## 14.1.53 — 13 February 2020

- Implemented support for PPTX (Preview).

- Improves XLSX rasterizer engine.

- Improves MRC engine accuracy and speed.

- Improves 1D & 2D barcode reader accuracy.

- Improves OCR automatic orientation detection.

- Improves TWAIN support with memory transfer mode.

- GdPicturePDF: new overload AddRedactionRegion() to specify transparency value of the region color.

- GdPicturePDF: Improves Redaction Engine.

- GdPicturePDF: Improves form fields Unicode support.

- GdPicturePDF: Improves font substitution for CJK text rendering.

- DocuVieware: Improves annotation rendering support.

- DocuVieware: new JavaScript function: RegisterOnAnnotationMoved().

- Battery of minor bug fixes.

## 14.1.52 — 31 January 2020

- Improves tiff codec to decode some malformed documents.

- Improves support for large linearized PDF creation (more than 2GB files).

- Improves PDF & Office format rasterizers.

- Improves 1D barcode reader accuracy.

- Improves OCR automatic orientation detection.

- Improves OCR accuracy.

- Battery of minor bug fixes.

## 14.1.51 — 22 January 2020

- DocuVieware class: new method GetDocuViewareControl().

- DocuVieware & DocuViewareControl classes: new method RegisterCertificate().

- DocuVieware & DocuViewareControl classes: new method ResetCertificates().

- DocuVieware: new JavaScript function SetAnnotationsVisibility().

- GdPicturePDF: Fixes minor issues in parsing engine.

- Improves PDF & Office format rasterizers.

- GdViewer: improves text selection and extraction for right-to-left text based documents.

- Battery of minor bug fixes.

## 14.1.50 — 14 January 2020

- GdPicturePDF & DocuVieware: Improves redaction precision for text objects.

- DocuVieware: New JavaScript function: ResetSelectedTextContextMenu.

- Improves PDF rasterizer engine.

- Improves.NET Core editions interfaces.

- Battery of minor bug fixes.

## 14.1.49 — 04 January 2020

- Improves PDF/OCR generation.

- Improves office format rendering engines.

- Battery of minor bug fixes.

## 14.1.48 — 21 December 2019

- Improves PDF rasterizer engine.

- Improves PDF generator engine.

- Improves office formats rasterizer engine.

- Improves loading speed of large office files.

- Improves support for more than 4 GB PDF files.

- GdPictureSegmenter: new method SetROI().

- GdPictureSegmenter: new method ResetROI().

- GdPicturePDF: Improves resource optimization in RemoveUnusedResources method.

- GdPicturePDF: Improves text extraction and search for right-to-left text based documents.

- DocuVieware: Improves performances with large documents.

- Battery of minor bug fixes.

## 14.1.47 — 13 December 2019

- Improves office formats rasterizer engine.

- GdPicturePDF: Improves redaction precision on text objects.

- Improves OCR accuracy and speed.

- DocuVieware: New JavaScript function SelectRedactionSnapIn().

- DocuVieware: New JavaScript function RegisterOnRedactionMarksApplied().

- DocuVieware: New JavaScript function HasPendingRedactionMark().

- DocuVieware: New javaScript function ExitAnnotationDrawingMode().

- Battery of minor bug fixes.

## 14.1.46 — 06 December 2019

- Improves OCR engine accuracy and speed.

- Improves RTL text support in office format rasterizers.

- General improvements on office format rasterizers.

- DocuVieware: Added redaction support. (New redaction snap-in + set of features / API).

- DocuVieware: new.NET property ShowRedactionSnapIn.

- DocuVieware: new.NET method ApplyAllRedactions().

- DocuVieware: new JavaScript function RedactSelectedText().

- DocuVieware: new JavaScript function ApplyAllRedactions().

- DocuVieware: new JavaScript function AddRedactionMarkAnnotInteractive().

- GdPicturePDF: Improves redaction precission.

- Battery of minor bug fixes.

## 14.1.45 — 27 November 2019

- Improves OCR accuracy.

- GdPicturePDF: new overload AddRedactionRegion() to specify color for each added region.

- GdPicturePDF: Fixes minor issues in Annotation Flattening for FreeText Annotations.

- GdPicturePDF: Improves Redaction Engine.

- GdPicturePDF: Improves PDF/A converter engine.

- Improves Office formats rasterizer engine.

- Battery of minor bug fixes.

## 14.1.44 — 21 November 2019

- Emergency update causing regressions:

- - Bad assembly version.

- Adding item to ThumbnailEx control was not working anymore.

- OCR with automatic page orientation was raising exception in particular situations.

- Enhancements:

- - Improves PDF rendering.

- DocuVieware: Improves displaying of document having different page sizes.

## 14.1.43 — 19 November 2019

- Improves MRC accuracy.

- Improves OCR accuracy.

- Improves QrCode reader accuracy.

- Improves memory management.

- Improves office formats rasterizer engine.

- Improves PDF/A converter engine.

- GdPictureDocumentUtilities: new overload GetDocumentPreview to specify if thumbnail must be generated without any margin.

- GdPicturePDF: new method RemoveHiddenText().

- GdPicturePDF: new method ClearCachedResources().

- GdViewer (WinForms & WPF): new method AddRedactionAnnotInteractive().

- DocuVieware: reduced memory usage.

- Battery of minor bug fixes.

## 14.1.42 — 29 October 2019

- Adds new annotation type: AnnotationRedaction

- AnnotationManager: new method AddRedactionAnnot().

- GdPicturePDF: new method Repair().

- DocuVieware: Improves TWAIN scanning support.

- Improves MRC engine.

- Improves MRC engine accuracy and speed.

- Battery of minor bug fixes.

## 14.1.41 — 24 October 2019

- GdPictureOCR: new method GetPageRotation()

- GdPictureOCR: new method GetPageSkewAngle()

- GdPictureOCR: new mehod GetBlockOrientation()

- Improves MRC engine accuracy.

- Improves OCR engine accuracy.

- DocuVieware: Improves page transfer speed.

- Battery of minor bug fixes.

## 14.1.40 — 17 October 2019

- Adds PDF redaction support.

- Improves OCR engine accuracy.

- Improves MRC engine accuracy & speed.

- Improves OMR engine accuracy.

- Improves SVG rendering engine, quality and speed.

- GdPictureOCR: new property EnablePreprocessing.

- GdPictureOCR: new method GetWordConfidence().

- GdPictureOCR: new method GetSerializedResult().

- GdPicturePDF: new method SetOcrPageOrientationDetection().

- GdPicturePDF: new method AddRedactionRegion().

- GdPicturePDF: new method ApplyRedaction().

- GdPicturePDF: new method ClearRedactionRegions().

- New enumeration OCRBlockOrientation.

- DocuVieware: new property ImageQuality.

- Improves rendering speed.

- Improves font substitution mechanism for all formats.

- Battery of minor bug fixes.

## 14.1.39 — 08 October 2019

- Improves MRC engine.

- Improves OMR engine speed and accuracy.

- Improves PDF/OCR generation.

- Improves SVG rendering engine.

- Improves patch code reader accuracy.

- Adds support for external OCR engine usage during PDF/OCR generation.

- DocuVieware: new property DisableAnnotationPrinting.

- GdPicturePDF: new method MergePages().

- GdPicturePDF: new method SetOverrideOcrEngine().

- GdPicturePDF: new method GetOverrideOcrEngine().

- GdPicturePDF: new event ExternalOcrPageRequest.

- New class added: PdfOcrOptions.

## 14.1.38 — 30 September 2019

- Improves SVG rendering engine.

- Improves digital signing support with the.NET core edition.

- Improves MRC engine: accuracy, speed and produced document quality.

- Improves OCR speed and accuracy.

- Improves.NET Core 3 edition. (now based on the final.NET core 3.0 release).

- DocuVieware: new JavaScript function LoadFromBase64().

- Battery of minor bug fixes.

## 14.1.37 — 18 September 2019

- Adds support for converting SVG images to vector PDF documents.

- ThumbnailEx control (WinForm): Improves drop shadow appearance and rendering speed.

- Improves PDF optimizer engine.

- Improves SVG rendering engine.

- Improves document printing support.

- Improves Office formats rendering engine.

- DocuVieware: new method LoadFromByteArray().

- DocuVieware: new method LoadFromFile().

- DocuVieware: new method BurnAnnotations().

- Battery of minor bug fixes.

## 14.1.36 — 10 September 2019

- GdPictureDocumentConverter class: new methods ConvertToPDF().

- GdPictureDocumentConverter class: new methods CombineToPDF().

- GdPictureDocumentConverter class: new property TxtPageWidth.

- GdPictureDocumentConverter class: new property TxtPageHeight.

- GdPictureDocumentConverter class: new property TxtPageMarginLeft.

- GdPictureDocumentConverter class: new property TxtPageMarginTop.

- GdPictureDocumentConverter class: new property TxtPageMarginRight.

- GdPictureDocumentConverter class: new property TxtPageMarginBottom.

- GdPictureDocumentConverter class: new property TxtHorizontalTextAlignment.

- GdPictureDocumentConverter class: new property TxtFontSize.

- GdPictureDocumentConverter class: new property TxtFontFamily.

- GdPictureDocumentConverter class: new property TxtFontBold.

- GdPictureDocumentConverter class: new property TxtFontItalic.

- Improves PDF encryption support.

- Improves Office formats renderers.

- Improves DocuVieware data transfer performances.

- Improves DocuVieware TWAIN controller.

- Battery of minor bug fixes.

## 14.1.35 — 03 September 2019

- Improves PDF/A converter engine.

- Improves XLSX format rendering and conversion to PDF.

- Improves performance and stability of the GdPicture.NET COM/ActiveX edition.

- DocuVieware: Improves stability and performance under high server loads.

- Battery of minor bug fixes.

## 14.1.34 — 29 August 2019

- Improves PDF reducer engine.

- Improves Office format rendering.

- Improves TWAIN support.

- GdPictureImaging: new method TwainImagePreview().

- GdPicturePDF: new overload DeleteOCG() to specify if OCG content shall be removed.

- DocuVieware: Improves TWAIN Controller UX.

- DocuVieware: Improves TWAIN acquisition speed.

- DocuVieware: new Javascript function GetPageWidth().

- DocuVieware: new Javascript function GetPageHeight().

- DocuVieware: added the possibility to undo drawings of freehand annotations one by one using ctrl+z shortcut.

- DocuVieware: added the possibility to select all current page text using ctrl+a shortcut.

- Battery of minor bug fixes.

## 14.1.33 — 16 August 2019

- Improves PDF form-fields support.

- DocuVieware: improves TWAIN scanning controller (speed & memory usage).

- XLSX rasterizer engine: improves support for cell/text formatting.

- Battery of minor bug fixes.

## 14.1.32 — 13 August 2019

- Improves PNG file creation speed and compression rate.

- Improves TIFF image creation speed and compression rate (when Deflate encoding is used).

- Improves PDF reducer engine (compression speed and rate).

- DOCX rasterizer engine: Fixes paragraph numbering-related issues.

- DOCX rasterizer engine: Fixes header/footer-related issues.

- GdPictureDocumentConverter: new property PdfEnableColorDetection.

- DocuVieware: Improves global performances.

- DocuVieware: introduced a new adaptive raster cache mechanism which dramatically speed-up transfer content of reused documents.

- DocuViewareControl: new property EnableAdaptiveRasterCache.

- DocuVieware: new property EnableAdaptiveRasterCache.

- DocuViewareManager: new method SetAdaptiveRasterCacheLength().

- Battery of minor bug fixes.

## 14.1.31 — 07 August 2019

- GdViewer (WinForm): Improves UI.

- Improves PDF/A converter engine.

- Improves XLSX rasterizer engine.

- Improves RAW image loading.

- Improves WIA and TWAIN scanning support.

- Improves MRC engine.

- GdPicture & DocuVieware: added.NET Core 3 edition of the assemblies. (preview).

- GdPicturePDF: new method FlattenVisibleOCGs().

- Battery of minor bug fixes.

## 14.1.30 — 30 July 2019

- Improves PDF rasterizer engine.

- Improves XLSX rasterizer engine.

- Improves PDF/A converter engine.

- Improves PDF/OCR generator.

- Improves PDF Reducer engine.

- PdfEncryption Enumeration: added new member PdfEncryption256BitAES2.

- GdPicturePDF added AES-256 encryption algorithm with Improves password handling introduced in ISO 32000-2.

- Battery of minor bug fixes.

## 14.1.29 — 23 July 2019

- Introduced support for XLSX format.

- Improves MRC engine.

- Improves PDF Reducer engine.

- GdPicturePDF: new overload FlattenFormFields() to specify page on which form fields shall be flattened.

- GdPicturePDF: new method FlattenAnnotation().

- GdPicturePDF: reduced produced file size.

- Improves COM edition support for Delphi.

- Battery of minor bug fixes.

## 14.1.28 — 17 July 2019

- Improves MRC engine speed and accuracy.

- New PDF optimizer engine. Delivered through the GdPicturePDFReducer class (requires Ultimate edition).

- Improves SVG rasterizer.

- Improves PDF/A converter engine.

- DocuVieware: Improves UI responsiveness.

- Battery of minor bug fixes.

## 14.1.27 — 10 July 2019

- Improves MRC engine speed and accuracy.

- Introduced support for tables in RTF rasterizer engine.

- Improves SVG rasterizer.

- DocuVieware: Improves gesture support with touch screen devices.

- DocuVieware: Added support for password protected documents from the client side.

- Battery of minor bug fixes.

## 14.1.26 — 04 July 2019

- Improves MRC engine.

- Improves PDF/A converter engine.

- Improves PDF rendering engine.

- Improves SVG rendering engine.

- Improves PDF text extraction engine.

- Improves support for password protected PDF with unicode characters.

- Improves printing speed.

- GdPicturePDF: new overload EmbedFile() for embedding files from stream.

- GdPicturePDF: new method PrintSetPreRasterizationDPI().

- GdViewer (WPF and WinForms): new method PrintSetPreRasterizationDPI().

- Battery of minor bug fixes.

## 14.1.25 — 25 June 2019

- GdPicture.NET is now compatible with.NET core 3 Windows Forms App.

- Improves COM edition interfaces generation to offer backward/forward compatibility starting version 14.0.25.

- Improves MRC engine.

- Improves PDF/OCR generator.

- Several improvements on user control appearances (WinForm and WPF).

- ThumbnailEx WinForm control: new property EnableDropShadow.

- GdViewer WinForm control: new property DrawPageBorders.

- GdViewer WinForm control: new property PageBordersPenSize.

- GdViewer WinForm control: new property PageBordersColor.

- Improves PDF/A converter engine.

- Improves built-in PDF font pack engine.

- GdPictureOCR: Added automatic automatic orientation support with LSTM based dictionaries.

- DocuVieware: Improves document loading speed while using http/ftp transfer modes.

- Battery of minor bug fixes.

## 14.1.24 — 20 June 2019

- Critical bug fixes with annotation system and COM support.

## 14.1.23 — 19 June 2019

- Improves image autocrop with 32bpp bitmap.

- Improves MRC engine accuracy and speed.

- Improves PDF/A converter engine.

- Improves SVG rendering engine.

- Improves DOCX rasterizer engine.

- Battery of minor bug fixes.

## 14.1.22 — 12 June 2019

- Introduced the first version of the built-in PDF to PDF/A converter.

- Improves PDF generation speed.

- Improves SVG rasterizer.

- GdPicturePDF: new method ConvertToPDFA().

- Improves MRC engine.

- Improves QR-Code reader engine.

- New enumeration PdfConversionConformance.

- DocuVieware: Improves stylus support.

- Battery of minor bug fixes.

## 14.1.21 — 04 June 2019

- Improves MRC engine.

- Improves SVG renderer.

- Introduced support of page layouts with several columns in DOCX rasterizer engine.

- Improves OCR accuracy and stability with LSTM based dictionaries.

- GdPicturePDF: Improves digital signature and certification processing.

- GdPicturePDF: Improves forms editing support.

- AnnotationManager: new method GetFirstAnnotationCommentIdx().

- DocuVieware: Improves user experience.

- Battery of minor bug fixes.

## 14.1.20 — 22 May 2019

- Improves MRC engine accuracy.

- Improves SVG rasterizer.

- Improves DOCX rasterizer.

- GdPictureImaging: New enumeration BarcodeAztecCodeVersion.

- DocuVieware: new property AjaxCustomHeaders.

- DocuVieware: new property FileDownloadCustomHeaders.

- DocuVieware: new property AjaxRequestTimeout.

- DocuVieware: new JavaScript function DisplayMessageBox().

- DocuVieware: new JavaScript function DisplayPendingActionNotification().

- DocuVieware: new JavaScript function HidePendingActionNotification().

- DocuVieware: Improves speed on farms context.

- GdPicturePDF: set of new methods DrawBarcodeAztec().

- GdPicturePDF: Improves text extracion / text selection coordinate precision.

- Improves compatibility with.NET Core 3.0 (preview).

- Battery of minor bug fixes.

## 14.1.19 — 15 May 2019

- Improves QR-code decoder accuracy.

- GdPicturePDF: Improves digital signature and certification processing.

- Improves global speed of the Toolkit.

- Improves MRC engine accuracy and speed.

- Battery of minor bug fixes.

## 14.1.18 — 08 May 2019

- Improves MRC engine accuracy and speed.

- Improves Office formats rasterizer.

- Improves SVG rasterizer.

- Improves PDF rasterizer.

- Battery of minor bug fixes.

## 14.1.17 — 01 May 2019

- Improves MRC engine.

- Improves PDF generator engine.

- Improves SVG rasterizer.

- DocuVieware: Improves UI with mobile devices.

- Battery of minor bug fixes.

## 14.1.16 — 24 April 2019

- Important improvements in the DOCX rasterizer engine.

- Improves MRC engine accuracy.

- Battery of minor bug fixes.

## 14.1.15 — 17 April 2019

- Improves MRC engine accuracy.

- Improves 1D barcode reader accuracy and speed.

- Improves PDF rasterizer.

- GdPicturePDF: new method GetPageUserUnit().

- GdPicturePDF: new method SetPageUserUnit().

- GdPictureDocumentConverter: new property RasterizationDPI.

- DocuVieware: Improves annotations manipulation support.

- Introduced support for tables in header/footer in DOCX rasterizer engine.

- Improves header/footer rendering in DOCX rasterizer engine.

## 14.1.14 — 09 April 2019

- Improves MRC engine.

- Improves PDF rendering quality.

- GdPictureImaging: new overload SaveAsJPEG() to specify jpeg sub-sampling mode.

- New enumeration JPEGSubsamplingMode.

- Battery of minor bug fixes.

## 14.1.13 — 03 April 2019

- Improves zero-length pdf path rendering.

- Fixes a critical bug in DocuVieware preventing execution in some context. (2)

## 14.1.12 — 02 April 2019

- Fixes a critical bug in DocuVieware preventing execution in some context.

## 14.1.11 — 01 April 2019

- Introduced a new rendering engine based on Skia. Now GdPicture.NET.14.Imaging.Rendering.Skia(.64).dll is required by the runtime.

- GdViewer: improves rendering speed and control responsiveness with large bitmap.

- Improves of lot the rendering speed of all kind of documents (PDF, DOCX, DXF, raster images…).

- Improves memory usage of the toolkit.

- GdPicturePDF: new method SetTextExtractionOptions().

- Improves autodeskew filter speed and produced image quality.

- new enumeration TextExtractionOptions.

- Improves support of tables (notably tables split over several pages) in DOCX and ODT rasterizer engines.

- Several improvements on the MRC engine.

- DocuVieware: new JavaScript function RegisterOnSnapInPanelResized().

- DocuVieware: new JavaScript function RegisterOnSnapInPanelToggle().

- DocuVieware: new JavaScript function RemoveAnnotById().

- Battery of minor bug fixes.

## 14.1.10 — 20 March 2019

- Improves MRC accuracy and speed.

- Battery of minor bug fixes.

## 14.1.9 — 14 March 2019

- Improves the support of forced page breaks and tables of one single cell in the DOCX rasterizer engine.

- Improves 1D barcode reader engine accuracy and speed.

- Improves MRC engine accuracy.

- Reintroduced PDFA/1 (a-b) generation support for produced documents of the MRC engine.

- Adds support for custom annotations printing.

- Improves PDF/OCR generator accuracy.

- Improves PDF rendering engine.

- Battery of minor bug fixes.

## 14.1.8 — 07 March 2019

- Improves 1D barcode reader accuracy and speed.

- Improves MRC engine.

- Improves text rendering and extraction support with multi-byte characters.

- DocuVieware: new property RasterizerPixelSizeLimit.

- DocuVieware: new method GetLastTransferError().

- Battery of minor bug fixes.

## 14.1.7 — 27 February 2019

- Greatly Improves the rendering of table borders in the DOCX rasterizer engine.

- Improves MRC engine compression rate and produced documents quality.

- Improves PDF rendering speed.

- Battery of minor bug fixes.

## 14.1.6 — 21 February 2019

- Improves rendering and rasterizing speed of large bitmaps.

- Introduced the support of tables in the ODT rasterizer engine.

- Improves MRC engine accuracy.

- Improves PDF rendering speed and memory usage.

- GdViewer (WinForms & WPF): Improves zooming speed of large documents.

- DocuVieware: Improves page transfer speed.

- Improves PDF Text Search functionality.

- GdPicturePDF: new overload SearchText().

- GdViewer: new overload SearchText().

- GdViewer: new overload GetTextOccurrenceCount().

- GdPicturePDF: new method GetFormFieldsNeedAppearances().

- GdPicturePDF: new method SetFormFieldsNeedAppearances().

- Improves built-in PDF optimization engine.

- Battery of minor bug fixes.

## 14.1.5 — 12 February 2019

- Improves MRC compression rate and produced document quality.

- Improves OCR engine accuracy.

- Improves DOCX and ODT rasterizers.

- Improves 1D & 2D barcode reader accuracy & speed.

- GdPicturePDF: new method RemoveUnusedResources().

- Improves PDF parser and built-in PDF optimization engine.

- DocuVieware: new property CustomHeaders.

- Battery of minor bug fixes.

## 14.1.4 — 1 February 2019

- Improves MRC compression rate and produced document quality.

- Improves DOCX and ODT rasterizer engines.

- Improves PDF/OCR engine.

- Improves 2D barcode reader accuracy.

- Improves built-in PDF font pack engine.

- DocuVieware: improves loading speed of RTF, ODT and DOCX document on farms hosting.

- DocuVieware: Fixes compatibility issue with RequireJS.

- Battery of minor bug fixes.

## 14.1.3 — 23 January 2019

- Improves MRC engine compression rate.

- Improves memory management of the internal PDF merger engine.

- Improves accuracy of 1D & 2D barcode reader engines.

- Improves DOCX and ODT rasterizers.

- Improves PDF/OCR generator.

- Battery of minor bug fixes.

## 14.1.2 — 17 January 2019

- Improves 1D barcode reading accuracy.

- Improves 2D barcode reading accuracy.

- Improves ODT rasterizer.

- Improves MRC engine compression rate.

- Battery of minor bug fixes.

## 14.1.1 — 10 January 2019

- GdViewer (WinForm & WPF): new property AnnotationSelectionLineColor.

- GdPicturePDF: new overload method IsPageImage(bool IgnoreHiddenText).

- GdPicturePDF: new method ReplaceImageMRC().

- GdPicturePDF: new method AutoDeskew().

- Improves DOCX rasterizer.

- Improves ODT rasterizer.

- Improves MRC engine.

- Improves 1D barcode reader accuracy.

- Battery of minor bug fixes.

## 14.1.0 — 2 January 2019

- Adds support for OpenDocument Text format (.odt).

- Improves MRC compression rate and quality of produced documents.

- Improves 1D barcode reader accuracy.

- Improves 2D barcode reader accuracy.

- Improves DOCX rasterizer.

- Improves the color detection engine.

- GdPicturePDF: new method GetWrappedTextLineCount().

- Improves built-in PDF merger engine.

- Improves built-in PDF font pack engine.

- The SDK now targets the.NET framework 4.6.

- Battery of minor bug fixes.

## 14.0.77 — 29 November 2018

- MRC engine: Improves quality and compression rate of produced documents.

- GdPictureDocumentConverter: new method SaveAsDOCX().

- GdPictureDocumentConverter: new property DocXImageQuality.

- GdPictureImaging: new method SetPixelArrayByteBGR().

- Improves PDF, DOCX and RTF rasterizers.

- Improves 2D barcode recognition speed and accuracy.

- Improves PDF form-fields support, especially with Unicode characters handling.

- Battery of minor bug fixes.

## 14.0.76 — 21 November 2018

- MRC engine: Improves quality and compression rate of produced documents.

- GdPicturePDF: new method DeleteCustomPDFInformation()

- Improves 1D barcode reader accuracy, especially with low quality images.

- Battery of minor bug fixes.

## 14.0.75 — 16 November 2018

- MRC engine: Improves quality and compression rate of produced documents.

- GdPicturePDF: new method GetPageTextWithCoordsEx().

- Improves OCR speed, especially with document having lot of content.

- Improves DOCX rasterizer.

- Improves PDF text extraction.

- Improves 2D barcode reader robustness.

- Battery of minor bug fixes.

## 14.0.74 — 09 November 2018

- MRC engine: Improves quality and compression rate of produced documents.

- Improves 2D barcode recognition speed and accuracy.

- Battery of minor bug fixes.

## 14.0.73 — 07 November 2018

- Implemented a new adaptive file caching mechanism into the toolkit.

- Improves PDF rasterizer.

- Improves MRC engine compression rate and quality of produced documents.

- Improves 2D barcode reader accuracy.

- GdPictureOCR: new property EnableVigorousDespeckle.

- GdPictureDocumentUtilities: new method SetAdaptiveFileCachingMechanism().

- GdPictureDocumentUtilities: new method ReleaseAllGdPictureImages().

- GdPicturePDF: new method GuessPageTextRotation().

- GdPicturePDF: new method SetAnnotationName().

- GdPicturePDF: new method GetAnnotationName().

- GdPicturePDF: dramatically reduced memory usage while manipulating / cloning documents.

- Battery of minor bug fixes.

## 14.0.72 — 30 October 2018

- Adds support for reading and writing Aztec Codes.

- Improves the MRC engine compression rate, quality and speed.

- GdPicturePDF: new method SetMRCPreserveSmoothing().

- GdPictureSegmenter: new method GetBlockType().

- GdPictureImaging: new method BarcodeAztecReaderClear().

- GdPictureImaging: new method BarcodeAztecReaderDoScan().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeCount().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeValue().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeValueRAW().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeValueRAWBase64().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeX1().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeX2().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeX3().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeX4().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeY1().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeY2().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeY3().

- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeY4().

- GdPictureImaging: new method BarcodeAztecGetSize().

- GdPictureImaging: new method BarcodeAztecWrite().

- Improves DOCX rasterizer.

- Battery of minor bug fixes.

## 14.0.71 — 19 October 2018

- Improves MRC engine.

- DOCX rasterizer: Fixes a number of issues related to tabs, lists and indentation.

- Improves PDF page normalization feature.

- Battery of minor bug fixes.

## 14.0.70 — 12 October 2018

- GdPicturePDF: new method SetMRCImageBackgroundResolution().

- Improves MRC engine: produced output quality and compression rate.

- Improves DOCX and PDF rendering engines.

- Improves PDF/OCR generation (accuracy and memory usage).

- Battery of minor bug fixes.

## 14.0.69 — 04 October 2018

- GdPicturePDF: new overload FormFieldHasBorderColor().

- GdPicturePDF: new overload GetFormFieldBorderColor().

- GdPicturePDF: new overload SetFormFieldBorderColor().

- GdPicturePDF: new overload SetFormFieldNoBorderColor().

- GdPicturePDF: new overload GetFormFieldBorderStyle().

- GdPicturePDF: new overload SetFormFieldBorderStyle().

- Improves MRC engine: speed, compression rate, output quality.

- Improced rendering of PDF documents with CJK fonts.

- Improves 1D barcode reader accuracy.

- Improves DOCX renderer, especially images position, text position, text rendering, indentations and tabulations.

- Battery of minor bug fixes.

## 14.0.67 — 20 September 2018

- Improves quality of produced documents by the MRC engine.

- Improves OCR accuracy & speed.

- Improves DXF rasterizer.

- Improves PDF/A generator.

- Battery of minor bug fixes.

## 14.0.66 — 11 September 2018

- GdPicturePDF: new overload GetFormFieldCheckBoxStyle()

- GdPicturePDF: new overload SetFormFieldCheckBoxStyle()

- Improves MRC engine (compression rate and output quality).

- Improves DXF rasterizer.

- Improves DOCX rendering speed.

- Battery of minor bug fixes.

## 14.0.65 — 03 September 2018

- GdPicturePDF: new method BeginXObjectForm.

- GdPicturePDF: new method EndXObjectForm.

- GdPicturePDF: new method DrawXObjectForm.

- DocuVieware: new JavaScript function: GetAnnotPropertiesValues()

- Improves PDF generation speed.

- Improves DXF rasterizer.

- Improves MRC engine (compression rate and output quality).

- Improves 1D barcode reading speed and accuracy.

## 14.0.64 — 15 August 2018

- Fixes regression on the PDF/MRC engine.

- Improves MRC engine (produced document quality and compression rate).

- Improves borders detection engine accuracy.

## 14.0.63 — 13 August 2018

- GdPictureImaging: Improves speed of the TiffMergeFiles() methods.

- Improves DXF -> PDF converter.

- Improves borders detection accuracy.

- MRC engine: Improves compression rate and dramatically increased quality of produced documents.

- DocuVieware: the control now uses FIPS-compatible cryptographic algorithms.

- Battery of minor bug fixes.

## 14.0.62 — 03 August 2018

- Adds support for PDF 2.0 reading (writing was already supported).

- Improves MRC compression engine (better quality of produced documents and better compression rate).

- Improves DOCX rasterizer, especially with tables rendering.

- Battery of minor bug fixes.

## 14.0.61 — 26 July 2018

- Improves 1D & 2D barcode recognition speed and accuracy.

- Improves DXF rasterizer.

- Improves PDF rasterizer.

- Improves DOCX rasterizer.

- Improves DXF –> PDF conversion to produce smaller file size.

- GdPicturePDF: added a font compression / reduction engine.

- GdPicturePDF: new method PackFonts()

- Improves compression rate and produced document quality of the MRC engine.

- Improves PDF417 barcode decoder accuracy.

- Battery of minor bug fixes.

- Fixes a DOCX reading error.

## 14.0.60 — 16 July 2018

- GdViewer: ForceTemporaryModeForImage and ForceTemporaryModeForPDF properties renamed to ForceTemporaryMode.

- DocuVieware: new static method DocuViewareManager.CollectSessionsData().

- Improves color detection engine accuracy.

- Improves DOCX rasterizer.

- Improves DXF rasterizer.

- Improves PDF417 barcode reader accuracy.

- Improves compression rate of the MRC engine.

- Battery of minor bug fixes.

## 14.0.58 — 07 July 2018

- Improves 1D barcode reader accuracy and speed.

- Improvd DOCX rendering.

- Improves DXF rendering.

- Battery of minor bug fixes.

## 14.0.57 — 05 July 2018

- Adds support for DXF document viewing (preview).

- Improves malformed PDF parsing.

- Improves 1D & 2D barcode detection accuracy.

- Improves DOCX rasterizer.

- Reduced size of produced PDF.

- Improves MRC engine to produce better quality output.

- GdPicturePDF: new method ResetFormFieldCheckedState().

- GdPicturePDF: new method ResetFormFieldDefaultCheckedState().

- GdPicturePDF: new overload GetFormFieldFontSize().

- GdPicturePDF: new overload GetFormFieldFontColor().

- GdPicturePDF: new overload SetFormFieldFontSize().

- GdPicturePDF: new overload SetFormFieldFontColor().

- GdPicturePDF: new method GetFormFieldBackgroundColor().

- GdPicturePDF: new method SetFormFieldBackgroundColor().

## 14.0.56 — 21 June 2018

- Improves DOCX renderer.

- Improves PDF renderer.

- Improves MRC compression engine to produce better quality output.

- Improves color detection engine accuracy.

- Improves 1D & 2D barcode readers speed & accuracy.

- Adds support for generating PDF/Universal Accessibility (PDF/UA).

- GdPicturePDF: new method GetTagRootID().

- GdPicturePDF: new method NewTag().

- GdPicturePDF: new method BeginMarkedContentSequence().

- GdPicturePDF: new method BeginMarkedContent().

- GdPicturePDF: new method EndMarkedContent().

- GdPicturePDF: new method AttachTagToAnnotation().

- GdPicturePDF: new method AttachTagToFormField().

- GdPicturePDF: new method MapStructureType().

- GdPicturePDF: new method SetLanguage().

- GdPicturePDF: new method SetTagTitle().

- GdPicturePDF: new method SetTagAlternateDescription().

- GdPicturePDF: new method SetTagActualText().

- GdPicturePDF: new method SetTagLanguage().

- GdPicturePDF: new method SetTagAttribute().

- DocuVieware: new JavaScript function ShowSnapIn().

- DocuVieware: new JavaScript function HideSnapIn().

- DocuVieware: new JavaScript function RegisterOnThumbnailsSnapInSelected().

- DocuVieware: new JavaScript function RegisterOnBookmarksSnapInSelected().

- DocuVieware: new JavaScript function RegisterOnSearchSnapInSelected().

- DocuVieware: new JavaScript function RegisterOnAnnotationsSnapInSelected().

- DocuVieware: new JavaScript function RegisterOnCommentsSnapInSelected().

- Battery of minor bug fixes.

## 14.0.55 — 14 June 2018

- GdPictureImaging: new method AppendToTiff().

- Improves form-fields handling.

- Improves MRC compression rate.

- Improves DataMatrix reader accuracy.

- Improves automatic borders removal filter.

- Improves PDF parsing and rendering.

- Battery of minor bug fixes.

## 14.0.54 — 06 June 2018

- Improves borders detection filters speed and accuracy.

- Improves DOCX rendering.

- Improves QR-code reader speed and accuracy.

- Improves OCR accuracy on color bitmap.

- Improves PDF form-fields handling.

- DocuVieware: new JavaScript function LoadFromByteArray().

- Battery of minor bug fixes.

## 14.0.53 — 29 May 2018

- Improves black border removal filter.

- Improves MRC engine.

- Improves QR-code reading speed and accuracy.

- Improves form-fields handling support.

- GdViewer (WinForm and WPF): the aspect ratio of annotations is maintained during resizing with shift key pressed.

- GdPictureDocumentConverter: new property PdfImageQuality.

- Battery of minor bug fixes.

- Improves DOCX rasterizer.

## 14.0.52 — 22 May 2018

- Improves OCR engine accuracy.

- Improves PDF/OCR generation.

- Improves borders removal filter accuracy.

- Improves punch holes removal filter accuracy.

- Improves blank page detection filter accuracy.

- Battery of minor bug fixes.

## 14.0.51 — 18 May 2018

- Improves docx renderer.

- Improves PDF parser.

- Improves borders detection algorithm.

- Improves OCR page orientation detection feature.

- Improves 1D & 2D barcode readers accuracy and speed.

- Battery of minor bug fixes.

## 14.0.50 — 10 May 2018

- Improves PDF rendering with ICC color spaces.

- Improves accuracy and speed of Qr Code recognition engine.

- Battery of minor bug fixes.

## 14.0.49 — 07 May 2018

- Improves PDF rendering with CJK fonts.

- Improves punch holes removal filter speed and accuracy.

- Improves black margins removal filter speed and accuracy.

- Improves white margins removal filter speed and accuracy.

- Improves borders detection filter speed and accuracy.

- Improves the blank page detection engine.

- Improves accuracy and speed of 1D barcode recognition engine.

## 14.0.48 — 27 April 2018

- GdViewer WPF: Improves annotation rendering quality.

- Improves speed of the punch holes removal filter.

- Improves loading speed of large tiff files.

- Improves text search and text extraction speed.

- DocuVieware: form-fields tab order is now honored.

- Battery of minor bug fixes.

## 14.0.47 — 19 April 2018

- Improves punch hole removal filter accuracy and speed (up to 6x faster).

- Improves docx document rendering.

- DocuVieware: new javascript function EnsureAnnotVisibility().

- DocuVieware: Improves user experience related to annotations and text results navigation.

- Battery of minor bug fixes.

## 14.0.46 — 13 April 2018

- Improves DICOM image reader speed and memory usage.

- Improves jpeg2000 & JBIG2 decoding speed and memory usage in the 32-bit version (64-bit was already optimized).

- GdPicturePDF: Improves SetFormFieldDefaultChecked() method.

- GdPicturePDF: new method RemoveJavaScript()

- GdViewer (WPF version): Improves support for page link navigation in touch mode.

- Improves 1D barcode reader accuracy and speed.

- Improves COM/ActiveX interface.

## 14.0.45 — 06 April 2018

- Improves color detection engine accuracy.

- PDF: Improves form-fields handling (radio buttons, list boxes).

- GdPicturePDF: new overload GetFormFieldOnStateName().

- GdPicturePDF: new overload SetFormFieldOnStateName().

- GdPicturePDF: new method GetFormFieldDefaultChecked().

- GdPicturePDF: new method SetFormFieldDefaultChecked().

- GdPicturePDF: new overload GetFormFieldChecked().

- GdPicturePDF: new overload SetFormFieldChecked().

- GdPicturePDF: new overload GetFormFieldValue().

- GdPicturePDF: new overload SetFormFieldValue().

- GdPictureDocumentConverter: Improves PDF -> TIFF conversion speed and produced file size.

- Improves robustness and speed of 2D barcode recognition engines.

- Improves PDF rendering speed with complex documents.

## 14.0.44 — 23 March 2018

- Improves docx rasterizer.

- Improves docx -> pdf conversion.

- PDF: Improves form-fields handling.

- GdViewer: new property: RenderGdPictureAnnots.

- The DeleteBlackBorders() method of the GdPictureImaging class can now work with any pixel format bitmap.

- Improves 2D barcode encoding engines to better handle utf8 characters.

- Battery of minor bug fixes.

## 14.0.43 — 16 March 2018

- New GdPictureSegmenter class to offer segmentation features (requires an Ultimate license).

- GdPicturePDF: new overload of MergeDocuments() to enable control over some merging options.

- Improves color detection engine.

- Improves PDF/OCR engine.

- Improves all barcode reader engines (speed & accuracy).

- DocuVieware: new RegisterOnTextAnnotated(docuViewareID, callback) JavaScript event.

- DocuVieware: new HighlightSelectedText(docuViewareID, [color]) JavaScript function.

- DocuVieware: new StrikeoutSelectedText(docuViewareID, [color]) JavaScript function.

- DocuVieware: new UnderlineSelectedText(docuViewareID, [color]) JavaScript function.

- DocuVieware: new AddSelectedTextContextMenuItem(docuViewareID, caption, callback) JavaScript function.

- DocuVieware: new AddAnnotationsActionButton(docuViewareID, title, icon, callback) JavaScript function.

- DocuVieware: new EnableSelectedTextAnnotationEdition.NET property.

- Battery of minor bug fixes.

## 14.0.42 — 09 March 2018

- GdPictureOCR: added support for obtaining the page segmentation without characters recognition.

- Improves MRC engine. Speed and compression rate.

- Improves speed & robustness of the PDF417 recognition engine.

- DocuVieware: Selected text context menu now provides direct highlight, strikeout and underline features.

- DocuVieware: New.NET property: EnableTextSelectionAnnotation.

- Battery of minor bug fixes.

## 14.0.41 — 01 March 2018

- Improves blank page detection speed & accuracy.

- Improves PDF rasterizer memory usage.

- Improves PDF parser.

- Improves robustness of PDF417 engine.

- Battery of minor bug fixes.

## 14.0.40 — 23 February 2018

- Improves PDF417 barcode reader accuracy.

- Fixes a licensing issue.

## 14.0.39 — 22 February 2018

- 1D barcode reader: speed Improves.

- DataMatrix barcode reader: Improves accuracy.

- QR code reader: Improves accuracy and speed.

- Fixes a regression into the PDF417 barcode reader.

- GdPicturePDF: new method HasXFAFormFields().

- Fixes Digital Signature issues with encrypted documents.

- Improves process of applying Multiple Digital Signatures, especially when using Signature Place Holders.

- GdPicturePDF: new overload of SetSignaturePosFromPlaceHolder() to select place holder by name.

- DocuVieware: new JavaScript function GetPageFormFields().

- DocuVieware: new JavaScript function UpdateFormFields().

- Battery of minor bug fixes.

## 14.0.38 — 14 February 2018

- Improves PDF formfields support.

- DocuVieware: new javascript function AddAnnot.

- DocuVieware: new JavaScript function AddCustomSnapIn().

- Battery of minor bug fixes.

## 14.0.37 — 08 February 2018

- Battery of minor bug fixes.

## 14.0.36 — 03 February 2018

- Battery of minor bug fixes.

## 14.0.35 — 01 February 2018

- GdPictureOCR: new method GetParagraphBlockIndex()

- GdPictureOCR: new method GetTextLineParagraphIndex()

- GdPictureOCR: new method GetWordLineIndex()

- GdPictureOCR: new method GetCharacterWordIndex()

- Improves PDF rendering.

- Battery of minor bug fixes.

## 14.0.34 — 25 January 2018

- DOCX rasterizer: Introduced support for rotated pictures.

- DOCX rasterizer: Introduced support for sub tables.

- DOCX rasterizer: Introduced support for structured document content within tables.

- DOCX rasterizer: Improves speed and accuracy for the rendering of tables.

- RTF rasterizer: added support for image rendering.

- OCR: Improves recognition speed on HQ bitmap.

- TWAIN: Improves memory transfer mode.

- PDF rasterizer: Improves pattern rendering.

- PDF417 barcode reader: Improves speed and accuracy.

- GdPicturePDF class: updated interface of AddRadioButtonFormField method.

- Battery of minor bug fixes.

## 14.0.33 — 17 January 2018

- GdPictureImaging: new method PrintSetPageSelection().

- GdPicturePDF: GetAnnotationReadOnly marked as deprecated.

- GdPicturePDF: SetAnnotationReadOnly marked as deprecated.

- GdPictureOCR: new method GetTextLineValue().

- Improves the font substitution mechanism.

- DOCX: Improves the rendering of tables.

- DOCX: Introduced support for alternative content.

- GdPictureDocumentConverter: new property PdfBitonalImageCompression.

- GdPictureDocumentConverter: new property PdfColorImageCompression.

- GdPictureOCR: removed recently introduced RunOCR() and GetOrientation() methods taking a GdPicture image as parameter*.

- OCR: added support for page orientation detection for arabic language.

- \*Now the SetImage() method must be called before doing OCR process(es). This has been done to ensure consumer to take advantage of all possible internal optimizations, especially in multiple zones OCR context.

- 
## 14.0.32 — 08 January 2018

- Fixes a critical regression introduced in the 14.0.31 about a GDPICTUREIMG_GetImageFormat function missing.

- Some memory usage improvements to the OCR engine.

## 14.0.31 — 05 January 2018

- GdPictureOCR: new property CharacterBlackList.

- GdPictureOCR: new property EnableSkewDetection.

- GdPictureOCR: new property EnableOrientationDetection.

- GdPictureOCR: new property OrientationDetectionAccuracyLevel.

- Improves autodeskew engine speed and accuracy.

- Introduced support for loading CUR files.

- Battery of minor bug fixes.

## 14.0.30 — 03 January 2018

- Improves blank page detection accuracy.

- Improves page orientation detection accuracy.

- Improves autodeskew engine accuracy.

- Improves PDF/OCR generation accuracy and speed.

- Battery of minor bug fixes.

## 14.0.29 — 19 December 2017

- Fixes a problem reading some specific WSQ files.

- Improves PDF rasterizer engine with non embedded fonts.

- Improves blank page detection engine accuracy.

- Improves borders removal engine accuracy.

- Fixes a bug into the OCR engine while processing non common image resolutions.

- Battery of minor bug fixes.

## 14.0.28 — 14 December 2017

- New GdPictureOCR class with advanced OCR capabilities and segmentation features.

- New format supported: WSQ. (Wavelet scalar quantization).

- OCR methods of the GdPictureImaging class are now deprecated. The new GdPictureOCR class must be used instead.

- Improves pdf text extraction and search algorithms.

- Improves PDF rasterizer with better handling of non embedded fonts and by adding support to non standard color spaces produced by popular PDF generators.

- Reduced OCR memory usage, especially in multithread context.

- Datamatrix reader engine: Improves accuracy by introducing support for several string encoding.

- PDF417 reader engine: Improves accuracy by introducing support for several string encoding.

- QR Code reader engine: Improves accuracy by introducing support for several string encoding.

- Battery of minor bug fixes.

## 14.0.27 — 01 December 2017

- Fixes a problem causing the OCR not to recognize large image files.

- Improves speed of the GdViewer control (WPF edition) for annotations drawing and rendering.

- 1D barcode engine: Improves accuracy to avoid false positives.

- 1D barcode engine: Improves speed.

- 1D barcode writer: Fixes a problem causing some characters not to be encoded properly.

- PDF417 barcode writer: Fixes a crash.

- DocuVieware: new JavaScript function GetCurrentSearchOccurrenceIdx().

- Battery of minor bug fixes.

## 14.0.26 — 21 November 2017

- Improves jpeg2000 encoding / decoding speed and memory usage.

- Barcode 1d reader: Improves recognition speed.

- All barcode reader engines: Improves robustness.

- Barcode PDF417 reader engine: reduced memory used.

- Barcode Datamatrix reader engine: reduced memory used.

- GdPicturePDF: new method GetFontData().

- Improves PDF parser engine.

- Improves pdf rendering engine.

- Improves borders detection filters.

- Improves blank pages detection algorithm.

- Improves TWAIN memory transfer mode and added compatibility with some CANON drivers producing invalid bitmap headers.

- DocuVieware: new JavaScript function GetSearchResultsCount().

- DocuVieware: new JavaScript function SearchNavigateToOccurrence().

- DocuVieware: new JavaScript function RegisterOnSearchInvoked().

- DocuVieware: new JavaScript function RegisterOnAnnotationMouseEnter().

- DocuVieware: new JavaScript function RegisterOnAnnotationMouseLeave().

- Battery of minor bug fixes.

## 14.0.25 — 01 November 2017

- Barcode 1D engine: Improves accuracy and speed.

- Improves the accuracy of the color detection engine.

- Improves PDF rendering with type 3 fonts.

- Improves PDF rendering with badly encoded font references.

- Improves TWAIN acquisition support.

- Improves GdViewer (WinForm) rendering and behavior with native screen scale.

- Improves PDF parser to better handle some corrupted data.

- DocuVieware: new property EnableDocumentsDrop.

- DocuVieware: new Javascript function RegisterOnFullscreenModeChanged().

## 14.0.24 — 17 October 2017

- Improves auto-deskew algorithm.

- Improves JPEG decoder for tiff format to better handle malformed images.

- Improves pdf annotations rendering.

- Improves GdViewer WPF gesture support to produce a better user experience.

- 1D barcode engine: Improves speed and accuracy.

- battery of minor bug fixes.

- Updated Digital Signatures with Hash selection and SHA256 as default.

- Updated Digital Signatures with Timestamp functionality.

- GdPicturePDF: DigiSign() method and all overloads marked as deprecated.

- GdPicturePDF: DigiSignWithStamp() method and all overloads marked as deprecated.

- GdPicturePDF: SigSetCertificationLevel() method marked as deprecated.

- GdPicturePDF: SigSetCertFromP12() method and all overloads marked as deprecated.

- GdPicturePDF: SigSetCertFromStore() method marked as deprecated.

- GdPicturePDF: SigSetCertFromSmartCard() method marked as deprecated.

- GdPicturePDF: SigSetCertFromSmartCardBySerialNumber() method marked as deprecated.

- GdPicturePDF: SigSetSignaturePos() method marked as deprecated.

- GdPicturePDF: SigSetStampImage() method marked as deprecated.

- GdPicturePDF: SigSetSignatureInfos() method marked as deprecated.

- GdPicturePDF: SigSetText() method and all overloads marked as deprecated.

- GdPicturePDF: SigShowValidationMark() method marked as deprecated.

- GdPicturePDF: SigSign() method and all overloads marked as deprecated.

- GdPicturePDF: new method SetSignatureCertificationLevel().

- GdPicturePDF: new method SetSignatureCertificateFromP12() + 1 overload.

- GdPicturePDF: new method SetSignatureCertificateFromStore().

- GdPicturePDF: new method SetSignatureCertificateFromSmartCard().

- GdPicturePDF: new method SetSignatureCertificateFromSmartCardBySerialNumber().

- GdPicturePDF: new method SetSignaturePos().

- GdPicturePDF: new method SetSignatureStampImage().

- GdPicturePDF: new method SetSignatureInfo().

- GdPicturePDF: new method SetSignatureText() + 1 overload.

- GdPicturePDF: new method SetSignatureValidationMark().

- GdPicturePDF: new method SetSignatureTimestampInfo().

- GdPicturePDF: new method SetSignatureHash().

- GdPicturePDF: new method ApplySignature() + 1 overload.

- GDPicture : new public Enum PdfSignatureHash.

## 14.0.23 — 06 October 2017

- GdPictureImaging: new method FxBitonalDespeckleAdvanced()

- new enumeration DespeckleType

- GdViewer Winform: Improves zooming and panning, especially in multiple page view mode.

- Battery of minor bug fixes.

## 14.0.22 — 03 October 2017

- Improves PDF parser speed.

- Improves 1D & 2D barcode reading accuracy and speed.

- DocuVieware: Improves.NET core demo.

- DocuVieware: Improves UI responsiveness.

- Battery of minor bug fixes.

## 14.0.20 — 21 September 2017

- Improves 1D barcode reading accuracy and speed.

- Battery of minor bug fixes.

## 14.0.19 — 15 September 2017

- Improves Punch hole removal filter accuracy.

- Improves blank page detection engine accuracy.

- Improves 1D barcode reader accuracy.

- Improves DataMatrix barcode reader accuracy.

- Improves PDF417 barcode reader accuracy.

- Improves PDF packing speed.

- Battery of minor bug fixes.

## 14.0.18 — 31 August 2017

- Improves TWAIN memory transfer mode with CCITT4 encoded dib.

- Improves autodeskew filter.

- Improves speed and memory usage of the toolkit core.

- Improves ocr accuracy and speed.

- PdfConformance enumeration: added new member PDF_UA_1.

- Improves image decoders of the PDF engine to reach best performance and better support for malformed data.

- Improves MICR engine especialy for e13b font detection.

- DocuVieware: Improves rendering quality.

- Battery of minor bug fixes.

## 14.0.17 — 19 August 2017

- OCR: Fixes issues with reading Japanese vertical text.

- OCR: Fixes issues with reading mix of Hebrew and English text (heb+eng).

- OCR: Fixes issues with reading Arabic text (ara).

- OCR: Fixes issues with reading English vertical text.

- OCR: Fixes an issue causing characters to be replaced with the rejection character.

- OCR: Improves memory handling and speed.

- OCR: Fixes memory allocation failures management.

- OCR: Fixes an issue causing allowlist and denylist not to work properly.

- BARCODE 1D: Improves robustness for reading IATA2OF5 barcodes, avoiding some false positives.

- BARCODE PDF 417: Fixes a bug preventing some PDF417 to be read.

- BARCODE 1D: Improves the accuracy.

- PDF: Improves support for keeping initial PDF conformance after edition.

- PDF merging: added support for merging any kind of PDF/A by keeping input conformance.

- DocuVieware: Improves form field filling support.

- DocuVieware: Improves speed when sticky session is not enabled.

- Battery of minor bug fixes.

## 14.0.16 — 10 August 2017

- GdPicturePDF: added opentype font support to AddTrueTypeFontFromFile(), AddTrueTypeFont(), AddTrueTypeFontU() and AddTrueTypeFontFromFileU() methods.

- New IsBlank() overload to specify if punch holes must be taken into account.

- Battery of minor bug fixes.

## 14.0.15 — 04 August 2017

- Improves blank page detection accuracy.

- Adds support for region of interest to the blank page detection algorithm.

- Improves speed of the PDF rasterizer for jbig2 bitmap.

- Battery of minor bug fixes.

## 14.0.14 — 28 July 2017

- GdViewer (WinForm and wpf) now honors the exif rotation tag of the displayed image.

- Improves blank page detection accuracy.

- Improves color detection and MRC accuracy.

- DocuVieware: added support for link to URI.

- Battery of minor bug fixes.

## 14.0.13 — 23 July 2017

- GdPictureImaging: Improves primitive drawing speed (rectangle, ellipse, line, path…) (up to 3x faster)

- Improves blank page detection filter accuracy.

- Improves color detection filter accuracy.

- DocuVieware: new SetAnnotPropertiesToDisplay() JavaScript function.

- DocuVieware: new ResetAnnotPropertiesToDisplayDefault() JavaScript function.

- Battery of minor bug fixes.

## 14.0.12 — 17 July 2017

- Improves MICR engine accuracy and speed with checks.

- GdPictureImaging: new method ForceTopDown()

- GdPictureImaging: new method ForceDownTop()

- Punch hole removal filter is now able to remove punch holes from greyscale and color images.

- Punch hole removal filter now removes punch holes from documents scanned with a white background scanner.

- Punch hole removal filter now removes punch holes made by specialized hole punch for comb binding (rectangles).

- DocuVieware: Improves memory usage with large documents.

- battery of minor bug fixes.

## 14.0.11 — 11 July 2017

- Improves document format detection.

- Improves auto-deskew accuracy.

- Battery of minor bug fixes.

## 14.0.10 — 07 July 2017

- GdPicturePDF: added support form CMYK JPEG file to the AddJpegImageFromFile() & AddJpegImageFromStream() method.

- Datamatrix barcode reader engine: Fixes a bug causing some umlauts not to be read properly.

- Qr barcode reader engine: Fixes a bug causing GdPicture.NET not to interpret properly some raw bytes within QR code (accuracy +4%)

- 1D barcode reader engine: Fixes a bug causing some barcodes not to be detected when the expected number of barcode is set to a value different than 1

- DocuVieware: DocuViewareManager: new overload of SetupConfiguration() to specify the application URI.

- DocuVieware: Added support for ASP.NET Core Web Applications (.NET Framework).

- DocuVieware: New JavaScript function AddLinkAnnotInteractive().

- DocuVieware: Added link annotation support in built-in annotation palette.

- Battery of other minor bug fixes.

## 14.0.9 — 27 June 2017

- Barcode 1D: Improves the accuracy for some difficult cases of code 128.

- Barcode 1D: Improves the accuracy for some degraded code 39.

- 2D Barcode writer: Fixes a bug affecting Datamatrix Edifact encoding.

- Docx: Fixes a problem causing images not to be rendered properly in headers and footers.

- Docx: Fixes a problem causing images not to be rendered at the correct location.

- Docx: Improves table borders rendering.

- Improves RTF and PDF rendering engines.

- DocuViewareManager: new static overloaded method SetupConfiguration(bool StickySession, DocuViewareSessionStateMode SessionStateMode, string CacheFolder)

- DocuVieware: new enumeration DocuViewareSessionStateMode.

- DocuVieware: CacheFolder & StickySessionsEnabled properties have been marked as obsolete.

- Battery of minor bug fixes.

## 14.0.8 — 19 June 2017

- Introduced a new filter to dropout colors into several contexts: drop out forms, etc.

- GdPictureImaging: new method FxColorDropout().

- new enumeration ColorDropoutFilter.

- battery of minor bug fixes.

## 14.0.7 — 16 June 2017

- Improves PDF rendering quality with small bitmap.

- GdPicturePDF: new OcrPages() overload to specify if the method must run synchronously.

- GdPictureImaging: new method MeasureTextBox().

- GdPictureImaging: new method TwainIsMemoryTransferModeAvailable()

- GdPictureImaging: new method TwainAcquireToMemoryFile()

- GdPicturePDF: new method PrintSetPreRasterization().

- GdViewer (WinForms and WPF): new method PrintSetPreRasterization().

- GdViewer WinForm: Fixes a flickering issue while navigating through multipage documents in single page view mode.

- Battery of performance enhancements, especially for getting and setting bitmap data.

- Improves speed and dramatically reduced memory usage while converting bitmap to 32 bpp.

- ViewerZoomMode enumeration: new member ZoomModeShrinkToViewerWidth.

- GdViewer (WinForm & WPF): added new zoom mode: Shrink image to viewer width.

- GdViewer (WinForm): new method SetZoomShrinkWidthViewer()

- Docx: Fixes an issue with specific headers and footers causing some not to be rendered.

- Docx: Added the rendering of the page numbers.

- RTF: Implementation of underline support.

- RTF: Implementation of paragraph justification support (horizontal alignment of type “both”).

- RTF: Implementation of forced line breaks support.

- RTF: Fix incorrect page break detection bug.

- DocuVieware: Improves file transfer mechanism to recover from transfer error.

- DocuVieware Improves speed when sticky session is disabled.

- DocuVieware Improves error handling and diagnostic mechanism.

- DocuVieware New mobile/touch device optimized toolbar.

- DocuVieware New.NET property ToolbarStyle to choose between auto, desktop or mobile.

- DocuVieware Improves rendering quality on devices with high pixel density.

- Battery of minor bug fixes.

## 14.0.6 — 2 June 2017

- Adds support for rtf document.

- Improves docx rendering speed.

- PDF: Fixes a bug preventing to set the owner password when the user password was empty.

- PDF printing: reduced generated spool size for some complex documents.

- PDF printing: Improves quality of produced pages, especially with virtual printers.

- Barcode QR: +24% accuracy.

- Barcode Datamatrix: Fixes a bug causing some characters not to be properly decoded.

- Datamatrix encoder: Fixes a bug when encoding a string starting with FNC1 character.

- Improves the efficiency tables rendering for docx.

- Improves text extraction and selection for docx and txt documents.

- DocuVieware: Dramatically decreased the amount of data required to handle free hand drawing annotations.

- DocuVieware: Added Slovenian language support.

- DocuVieware: new.NET method TwainSetCapCurrentNumeric().

- DocuVieware: new.NET method TwainSetCapCurrentString().

- DocuVieware: new JavaScript function TwainSetConfig().

- DocuVieware: new JavaScript function TwainGetLocalServiceStatus().

- DocuVieware: new JavaScript function TwainGetSources().

- DocuVieware: new JavaScript function TwainDownloadServiceSetup().

- DocuVieware: new JavaScript function TwainAcquireToNewDocument().

- DocuVieware: new JavaScript function TwainAcquireToCurrentDocument().

- DocuVieware: TwainSetConfig JavaScript function has been Improves to accept advanced TWAIN configuration.

- Battery of minor bug fixes.

## 14.0.5 — 24 May 2017

- 1D barcode reader: Improves the accuracy when the image contains several barcodes.

- GdViewer (winform) Fixes an annotation flickering issue.

- GdPicturePDF: new overload SaveToStream() to specify linearization.

- GdPicturePDF: New overload method NewPDF() to specify PDF conformance to use (any PDF/A is supported).

- DOCX renderer: Added support for images encoded by the mean of legacy format Vector Markup Language (VML).

## 14.0.4 — 19 May 2017

- Docx rasterizer: Improves the rendering of tables.

- Improves the PDF rasterizer.

- DocuVieware: SetAnnotDefaultAuthor JS API now takes an extra parameter to define if the author field should be read-only or not.

- DocuVieware: New JS function: EnableAnnotEditionOnDblClick.

- Battery of minor bug fixes.

## 14.0.3 — 12 May 2017

- GdViewer (WinForm): new event: RegionMovedByUser.

- GdViewer (WinForm): new event: RegionResizedByUser.

- Improves blank page detection filter.

- Improves docx rasterizer.

- Fixes a bug with some PDF generated with annotations causing an error message on Adobe reader at opening.

- Battery of other minor bug fixes and minor improvements.

---

## Related pages

- [ASP.NET PDF library](/guides/dotnet/aspnet.md)
- [Best practices for PDF processing in .NET](/guides/dotnet/best-practices.md)
- [C# and VB.NET code samples](/guides/dotnet/samples.md)
- [Explore interactive PDF SDK demos and features](/guides/dotnet/demo.md)
- [Delphi PDF library](/guides/dotnet/delphi.md)
- [.NET core PDF library](/guides/dotnet/core.md)
- [Deploy an application in C# .NET](/guides/dotnet/deployment.md)
- [Download Nutrient .NET SDK (formerly GdPicture.NET)](/guides/dotnet/downloads.md)
- [C#.NET PDF library](/guides/dotnet.md)
- [Nutrient .NET SDK guides — Add advanced PDF features to your .NET applications](/guides/dotnet/intro.md)
- [C# Office library](/guides/dotnet/office.md)
- [C# TIFF library](/guides/dotnet/tiff.md)
- [Example Project](/guides/dotnet/getting-started/catalog-example.md)
- [VB.NET PDF library](/guides/dotnet/vbnet.md)
- [WinForms PDF library](/guides/dotnet/winforms.md)
- [Troubleshooting](/guides/dotnet/troubleshoot.md)
- [WPF PDF and image library](/guides/dotnet/wpf.md)

