Changelog for .NET
RSS14.3.8 12 June 2025
- FixedFixes an issue parsing DOC(X) files with malformed URIs. (J#MAMBO-1932)
- ChangedImproves demo mode with generated Office documents. (J#PDFOF-189)
- ChangedImproves PDF-to-Office conversion. (J#PDFOF-185)
- FixedFixes an issue parsing XLS(X) documents with malformed URIs. (J#MAMBO-1937)
- ChangedImproves QR code reading accuracy. (J#GDBC-492)
14.3.7 23 May 2025
- ChangedImproves rendering of PPT(X) and DOC(X) documents. (J#MAMBO-1913)
- FixedFixes issue on DocuVieware CSS resource detection. (J#DV-735)
- FixedFixes printing issues with PDF documents in specific configuration. (J#GDPDF-1461, J#GDPIC-1462)
- ChangedImproves PDF auto-tagging engine. (J#GDPDF-1465)
14.3.6 2 May 2025
- ChangedImproves rendering of DOC(X) documents. (J#MAMBO-1915)
- FixedFixes color space handling issues in PDF redaction caused by specific PDF content configurations.(J#GDPDF-1343)
- ChangedImproves PDF rendering engine. (J#GDPDF-1458)
- ChangedImproves embedded files handling in PDF merging functionality. (J#GDPDF-1460)
- FixedFixes minor issue in CFF font parser. (J#GDPDF-1464)
14.3.5 18 April 2025
- FixedFixes an issue with invalid email address in Word documents. (J#MAMBO-1920)
- ChangedThe
GdPictureDocumentConverter.EmbedFont
method renamed as GdPictureDocumentUtilities.EmbedFontInDocx. - FixedFixes an issue using embedded fonts in Word documents. (J#MAMBO-1924)
- AddedAdds
DYLD_LIBRARY_PATH
andLD_LIBRARY_PATH
for specifying runtime libraries on macOS and Linux respectively. (J#NAT-155) - ChangedImproves layout detection for auto-tagging and PDF to HTML conversion. (J#GDPDF-1459)
- ChangedImproves PDF/A and PDF/UA output handling in
GdPictureDocumentConverter
class. (J#GDPDF-1459) - ChangedImproves
GdPictureDocumentUtilities.FetchLatestChromeHeadlessShell
to remove previous chrome instances if a new one is beeing downloaded. (J#GDPIC-1441) - FixedFixes EML conversion with special characters contains in the metadata. (J#GDPIC-1420)
- FixedFixes printing issues with PDF documents in specific configuration. (J#GDPDF-1455, J#GDPIC-1469)
14.3.4 4 April 2025
- FixedFixes issue with GdPicture/XMP annotations orientation in printer output. (J#GDPIC-1442)
- FixedFixes minor issue in
GdPictureOCR.GetSerializedResult
. (J#OCR-1088) - RemovedRemoves usage of System.Management for listing printers on Windows (J#GDPIC-1470)
- ChangedImproves PDF/A conversion and validation. (j#PDFA-68)
- AddedAdds
GdPictureDocumentConverter.SaveDocumentFontsInfo
method, enabling to export informations about the fonts used in a Word document. (J#MAMBO-1916) - AddedAdds
GdPictureDocumentConverter.EmbedFont
method, enabling to embed a font in a Word document. (J#MAMBO-1917) - FixedFixes issues with GdViewer loading in some contexts on .NET 8.0 (J#GDPIC-1445)
- FixedFixes COM versioning issue. (J#GDPIC-1444)
- FixedFixes
GdPictureDocumentUtilities.GetDocumentPreview
error with some document types. (J#GDPIC-1462)
14.3.3 14 March 2025
- AddedAdds option to convert Word document comment to PDF annotations (J#MAMBO-1909).
- FixedFixes a bug paginating text frames from Word documents. (J#MAMBO-1903)
- FixedFixes an issue with .NET 9.0 and printing from GdViewer (J#GDPIC-1439)
- ChangedImproves CIDType0 font rendering for specific PDF configurations. (J#GDPDF-1437)
- FixedFixes some bugs converting ppt(x) documents (J#MAMBO-1908)
- AddedAdds support for legacy drop-down list in conversion of Office documents. (J#MAMBO-1910)
- FixedFixes issue with attachments handling in GdPictureDocumentConverter class. (J#GDPDF-1450)
14.3.2 28 February 2025
- ChangedImproves rendering of tables from ODT documents. (J#MAMBO-1898)
- FixedFixes a bug in removing line from an image causing different results on the same image. (J#OCR-1084)
- ChangedImproves rendering of PPT(X) documents. (J#MAMBO-1869)
- ChangedImproves rendering of header/footer, table position, floating images and multiple spaces from ODT documents. (J#MAMBO-1874)
- ChangedImproves PDF/A conversion text processing in specific configurations. (J#PDFA-66)
- ChangedImproves rendering of charts from Office documents. (J#MAMBO-1886)
- FixedFixes issue with GdViewer printing and .NET 9.0 (J#GDPIC-1435)
- AddedAdds bookmarks support in PDF document merging functionality. (J#GDPDF-1443)
- FixedFixes minor PDF parsing issue in documents with malformed xref table. (J#GDPDF-1449)
- AddedAdds new method overload
EmbedFile
to the GdPicturePDF class to specify MIME type and associated file relationship. (J#GDPDF-1431) - FixedFixes minor issue rendering date fields from Office documents. (J#MAMBO-1901)
- ChangedImproves HTML engine process lifecycle for better efficiency and stability. (J#GDPIC-1414)
- FixedFixes JavaScript detection issue in
HasJavaScript
andRemoveJavaScript
methods. (J#GDPDF-1447)
14.3.1 14 February 2025
- ChangedUsage of normal.dotm for default paragraph properties. (MAMBO-1885)
- ChangedImproves DXF and DWG renderer. (J#GDPIC-1411)
- FixedFixes issue with an invalid image file format. (J#GDPIC-1408)
- FixedFixes an inconsistency rendering presentation documents (J#MAMBO-1896)
- ChangedImproves rendering of charts from presentation documents. (J#MAMBO-1870)
- ChangedImproves the rendering of ODT tables. (J#MAMBO-1872)
- FixedFixes issue in OCR text layer drawing for
OCRPage
andOCRPages
methods. (J#OCR-1076) - FixedFixes issues with malformed documents causing infinite loop during bookmarks processing. (J#GDPDF-1446, J#DV-715)
- ChangedImproves rendering of metafiles from Office documents. (J#MAMBO-1817 and J#MAMBO-1892)
- FixedFixes minor metadata writing issue in GdPicturePDF. (J#MAMBO-1895)
- ChangedImproves rendering of graphic objects from ODT documents. (J#MAMBO-1898)
- FixedFixes issues with thumbnails in Winforms viewer. (J#GDPIC-1426)
- FixedFixes compatibility issues with System.Drawing.Common 9.0+ for annotations. (J#GDPIC-1427)
14.3.0.1 5 February 2025
- FixedFixes compatibility issue with System.Drawing.Common 8.0+ with some Windows-only APIs. (J#GDPIC-1410)
- FixedFixes minor issues on charts and metafile rendering. (J#MAMBO-1881)
- ChangedImproves line breaking on justified paragraphs converting Office documents. (J#MAMBO-1883)
- AddedAdds offline mode setting to the HTML/email conversion (J#GDPIC-1418)
- ChangedImproves the space between paragraphs converting legacy DOC files. (J#MAMBO-1893)
- FixedFixes 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.
- ChangedChanges the installer to now only contain the COM assemblies. For all the others, the official channel is the NuGet feeds. (J#GDPIC-1221)
- ChangedChanges target framework from
netcoreapp3.1
tonet8.0-windows
on GdPicture. (J#GDPIC-1394) - ChangedChanges target framework from
net6.0
tonet8.0
onGdPicture.API
. (J#GDPIC-1394) - AddedAdds
GdPictureDocumentConverter.SaveAsHTML
method, enabling new PDF-to-HTML conversion. (J#GDPIC-1335) - AddedAdds
GdPictureDocumentConverter.SaveAsMD
method, enabling new PDF-to-Markdown conversion. (J#GDPIC-1335) - AddedAdds
GdPicturePDF.ConvertToPDFUA
method. (J#GDPIC-1359) - ChangedImproves rendering of right-to-left text content from Office documents. (J#MAMBO-1878)
- ChangedImproves rendering of mixed (right-to-left and left-to-right) text content from Office documents. (J#MAMBO-1797)
- ChangedImproves conversion of pattern images from Office documents. (J#MAMBO-1882)
- FixedFixes minor issue with ink annotations in Instant JSON import. (J#GDPDF-1347)
- ChangedImproves custom PDF information handling in PDF 2.0. (J#GDPIC-1380)
- ChangedImproves KVP detection of dates and times. (J#OCR-1081)
14.2.100 23 January 2025
- ChangedImproves clarity error status information when external browser dependencies are unavailable due to hardware ressource exhaustion.
- ChangedImproves HTML-to-PDF conversion for less taxing of hardware resources, allowing you to increase the number of parallel conversions before reaching the hardware limit.
- ChangedImproves EML-to-PDF conversion in IIS Server context.
14.2.99 17 January 2025
- FixedFixes UTF-16 issues with Hebrew language and some EML files. (J#GDPIC-1393)
- FixedFixes instances of browser remaining in memory at exit of SDK. (J#GDPIC-1396)
- FixedFixes drawing rendering issue for XLS(X) documents. (J#MAMBO-1875)
- FixedFixes text input highlight color for DOC(X), RTF, and ODT documents. (J#MAMBO-1689)
- FixedFixes orientation direction regression. (J#OCR-1079)
- ChangedImproves rendering of DOC documents. (J#MAMBO-1876)
- ChangedImproves rendering of right-to-left content from Office documents. (J#MAMBO-1878)
- FixedFixes minor issue with specific links handling. (J#GDPIC-1375)
14.2.98 30 December 2024
- ChangedImproves handling of cropping for DNG files.(J#GDPIC-1378)
- FixedFixes minor PDF processing issue. (J#GDPDF-1433, J#GDPDF-1434)
- ChangedImproves rendering of shapes and charts from presentation documents. (J#MAMBO-1871)
- FixedFixes table cell content alignment issue for DOC(X), RTF and ODT documents. (J#MAMBO-1787)
- FixedFixes a minor shape positioning issue for DOC(X) documents. (J#MAMBO-1760)
- FixedFixes issue with OCR in some cases leading to an exception (J#OCR-1077)
- FixedFixes a minor issue with empty urgent fields in EML files (J#GDPIC-1257)
14.2.97 12 December 2024
- FixedFixes incompatibilities with Windows components and System.Drawing.Common/NET 9.0 (J#GDPIC-1361)
- ChangedImproves rendering of charts from Office documents. (J#MAMBO-1840)
- ChangedImproves text wrapping of floating blocks in Office documents. (J#MAMBO-1328)
- FixedFixes minor links processing issue in GdViewer. (J#GDPIC-1359)
- ChangedImproves Table processing accuracy. (J#TP-92)
- FixedFixes DocuVieware page context when calling SaveToPDF method in a PostCustomServerAction. (J#DV-700)
- FixedFixes minor issue in OCR text layer drawing for OCRPage and OCRPages methods. (J#OCR-1074)
- ChangedImproves PDF page orientation handling for printing operations. (J#GDPDF-1358)
14.2.96 4 December 2024
- ChangedImproves PDF/A conversion and validation. (J#PDFA-63)
- ChangedImproves pagination of Office documents with special tab stops. (J#MAMBO-1811)
- ChangedImproves numbering lists rendering of DOC(X) documents. (J#MAMBO-14)
- AddedAdds support for
NumberingSuffix
processing of Office documents. (J#MAMBO-1783) - ChangedImproves rendering of shapes from Office documents. (J#MAMBO-1832 and J#MAMBO-1867)
- ChangedImproves rendering of slightly malformed Office documents. (J#MAMBO-1851)
- ChangedImproves rendering of charts from Office documents. (J#MAMBO-1840 and J#MAMBO-1838)
- FixedFixes issue with PDF compression. (J#AVE-1412)
- FixedFixes minor CFF font parsing issue. (J#GDPDF-1426)
- AddedAdds support for duotone in PPT rendering. (J#MAMBO-1864)
- FixedFixes minor licensing issue. (J#GDPIC-1338)
- AddedAdds support for color change when converting Office documents. (J#MAMBO-1863)
- AddedAdds rendering of linked text boxes in DOC(X). (J#MAMBO-486)
- FixedFixes minor text detection issue. (J#GDPDF-1400)
- AddedAdds support for Chrome headless new mode and chrome-headless-shell. (J#GDPIC-1271)
- AddedAdds new API to download chrome-headless-shell
GdPictureDocumentUtilities.FetchLatestChromeHeadlessShellAsync
andGdPictureDocumentUtilities.FetchLatestChromeHeadlessShell
. (J#GDPIC-1271) - FixedFixes DocuVieware compatiblity on Internet Explorer 11. (J#DV-695)
- FixedFixes issues with encoding detection that impacted MSG file support. (J#1369)
- FixedFixes minor EML file display. (J#GDPIC-1280)
- ChangedImproves MHTML rendering engine fidelity with
EmulationMedia
screen option. (J#GDPIC-1358) - FixedFixes an issue with XLSX rendering. (J#MAMBO-1848)
- ChangedImproves pagination of multi-column text. (J#MAMBO-1834)
14.2.95 15 November 2024
- ChangedImproves rendering of ODT, DOC and PPT(X) documents. (J#MAMBO-1790, J#MAMBO-1839 and J#MAMBO-1780)
- ChangedImproves pagination of graphic objects from Office documents. (J#MAMBO-1831)
- FixedFixes InstantJSON v1 compatibility issues in text annotations. (J#GDPDF-1420)
- ChangedImproves PDF/A output support for GdPictureDocumentConverter. (J#PDFA-54)
- FixedFixes rotation issue with Image annotations in InstantJSON import. (J#GDPDF-1391)
- FixedFixes rare issue with a raw image file format (J#GDPIC-1342)
- ChangedImproves pagination of tables from DOC, DOCX, ODT and RTF documents. (J#MAMBO-1788)
- FixedFixes DocuVieware CSS glitch issue during control rendering step. (J#DV-697)
- FixedFixes DocuVieware JS runtime issue on control not using
DefferedScripts
. (J#DV-698)
14.2.94 31 October 2024
- FixedFixes minor CFF font parsing issue. (J#GDPDF-1402)
- ChangedImproves RTL text drawing and GetTextWidth consistency. (J#GDPDF-1418)
- FixedFixes minor PDF colorspace issue. (J#GDPDF-1364)
- FixedFixes minor issue in GdViewer annotation edit mode. (J#GDPIC-1274)
- ChangedImproves pagination of multi-page tables.(J#MAMBO-1841)
- FixedFixes a memory leak when reading 1D barcodes. (J#GDBC-490)
- FixedFixes rare issues occurring when opening multiple image files in parallel (J#GDPIC-1255)
- AddedAdds support for Bidirectional Override (j#MAMBO-1842)
- ChangedImproves DOCX pagination (j#MAMBO-1810)
14.2.93 24 October 2024
- ChangedImproves rendering of EMF and WMF metafiles from Office documents. (J#MAMBO-1817)
- FixedFixes a bug converting Office to PDF in 32bits execution mode. (J#GDPIC-1309)
- AddedAdds conversion of graphic object links in Office to PDF conversion.(J#MAMBO-1775)
- FixedFixes minor issue with handling malformed documents. (J#GDPDF-1401)
- ChangedImproves encoding detection in EML/MSG conversion. (J#GDPIC-1305)
- AddedAdds support for DNG files exported from Adobe Photoshop Lightroom (including JpegXL compressed DNG) (J#GDPIC-1255)
- ChangedImproves fidelity of DNG files by selecting by default the Display mode instead of Preview (J#GDPIC-1327)
14.2.92 17 October 2024
- ChangedImproves form fields font handling. (J#DV-689)
- ChangedImproves PDF/A conversion and validation. (J#PDFA-61)
- ChangedImproves OCR engine accuracy. (J#OCR-1060, J#OCR-1037)
14.2.91 10 October 2024
- FixedFixes minor refreshing issue with WPF Toolkit viewer
- ChangedImproves rendering of EMF and WMF metafiles from Office documents. (J#MAMBO-1817)
- FixedFixes a bug retrieving rectangle coordinates on GdViewer. (J#GDPIC-1301)
- ChangedImproves PDF rendering engine. (J#GDPDF-1395)
14.2.90 26 September 2024
- FixedFixes an exception converting Office to PDF. (J#MAMBO-1816)
- AddedAdds missing feature MirrorMargins for converting Office to PDF. (J#MAMBO-1812)
- ChangedImproves rendering of fixed tables converting Office to PDF. (first part of J#MAMBO-1802)
- FixedFixes an issue with nested conditions in Office Templating. (J#OFTAPI-5)
- FixedFixes an issue with loops in Office Templating. (J#OFTAPI-6)
14.2.9 20 September 2024
- ChangedImproves the parsing of Exif tags. (J#GDPIC-1276)
- ChangedImproves PDF to Office conversion. (J#PDFOF-169)
- FixedFixes minor issue with PDF metadata handling in PDF 2.0 documents. (J#GDPDF-1388)
- FixedFixes a minor issue in GdViewer related to loading oversized images. (J#GDPIC-1281)
- FixedFixes minor PDF processing issue. (J#GDPDF-1392)
- ChangedImproves PDF/A conversion engine. (J#PDFA-58, J#PDFA-60)
- ChangedIncreases thumbnail size limitation for GdViewer WinForms (256 -> 1024) (J#GDPIC-1272)
- ChangedImproves Chrome detection logic for x86 processes on x64 systems with x64 install of Chrome (J#GDPIC-1289)
- ChangedImproves the rendering of DOC, DOCX, ODT and RTF tables. (J#MAMBO-1805)
- ChangedImproves PDF text extraction engine. (J#GDPDF-1389, J#GDPDF-1393)
- FixedFixes rotation issue with Image annotations in InstantJSON import. (J#GDPDF-1390)
14.2.87 6 September 2024
- FixedFixes an issue with XLSX rendering. (J#MAMBO-1808)
- FixedFixes minor issue in TrueType font processing. (J#PDFA-55)
- FixedFixes minor issue and improves stability of OCR processing. (J#OCR-1054)
- ChangedImproves OCR text layer language support for OCRPage and OCRPages methods. (J#OCR-1055)
- FixedFixes Exif metadata parsing issue (J#DV-685)
14.2.86 29 August 2024
- ChangedImproves rendering of multiple columns in shapes. (J#MAMBO-1785)
- ChangedImproves rendering of RTF documents. (j#MAMBO-1789)
- ChangedImproves text consistency in OCR text layer for OCRPage and OCRPages methods. (J#GDPDF-1385)
14.2.84 16 August 2024
- ChangedImproves the rendering of metafiles from Office documents. (J#MAMBO-1803)
- ChangedImproves DocuVieware HTML rendering, provides options for CSP policies compliance (script-src & style-src). (J#DV-680)
- AddedAdds DocuVieware methods
DocuViewareControl.DeferedStyles
andDocuViewareControl.DeferedScripts
.
14.2.83 8 August 2024
- FixedFixes issues with hidden or zero-width/height graphics in Office documents. (J#MAMBO-1796)
- FixedFixes issues with MHTML file format handling. (J#DV-678)
- FixedFixes an issue with
GdPictureDocumentConverter.CombineToPDF
method. (J#GDPIC-1263) - FixedFixes an instability reading Code128 barcodes. (J#GDBC-481)
14.2.82 2 August 2024
- ChangedImproves PDF processing performance and PDF optimization efficiency. (J#GDPDF-1377)
- AddedAdds support for DICOM file format on UNIX platforms. (J#GDPIC-1249)
- AddedAdds 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
- ChangedImproves PDF processing performance and PDF optimization efficiency. (J#GDPDF-1377)
- AddedAdds support for DICOM file format on UNIX platforms. (J#GDPIC-1249)
- AddedAdds 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
- ChangedImproves DXF and DWG renderer.
- FixedFixes PDF processing issues with rare configurations. (J#GDPDF-1367, J#GDPDF-1370)
- FixedFixes minor issues parsing docx documents. (J#MAMBO-1794, J#MAMBO-1792)
- FixedFixes minor issue with PDF metadata handling in PDF 2.0 documents. (J#GDPDF-1372)
14.2.80 12 July 2024
- ChangedImproves HTML processing performance by changing the default value of
GdPictureDocumentConverter.HTMLSnapshotLoadEvent
fromBrowserLoadEvent.NetworkIdle
toBrowserLoadEvent.PageLoadEventFired
. - AddedAdds new
GdPictureDocumentConverter.EmailAutoFitWidth
property to automatically detect and adjust to the source width of emails. (J#GDPIC-1241) - FixedFixes minor PDF processing issue. (#GDPDF-1373)
- FixedFixes minor issues in PDF resource optimization. (#GDPDF-1375)
- ChangedImproves conversion of Office text document hand writing annotations. (J#MAMBO-1784)
- ChangedImproves 1D barcode reading accuracy. (J#GDBC-480)
- ChangedImproves QR Code reading accuracy. (J#GDBC-467)
14.2.79 12 July 2024
- ChangedImproves TWAIN barcode recognition. (J#GDBC-474)
- FixedFixes native library loading in IIS context. (J#GDPIC-1253)
- FixedFixes CAD (DWG) conversion issues with specific entities. (J#GDPIC-1245)
14.2.78 5 July 2024
- ChangedImproves conversion of text document handwriting annotations. (J#MAMBO-1295)
- FixedFixes DocuVieware issue when holding Control key while scrolling do not zoom. (J#DV-673)
14.2.77 27 June 2024
- ChangedImproves the rendering of metafiles from Office binary documents. (J#MAMBO-1661)
- FixedFixes issue in Docuvieware when loading DOCX files with the
DocuViewareControl.LoadFromUri
method. (J#GDPIC-1228) - FixedFixes minor issue with PDF metadata handling in PDF 2.0 documents. (J#GDPDF-1360)
- ChangedImproves PDF/A conversion and PDF repair engines. (J#PDFA-52)
- ChangedImproves PDF text extraction engine. (J#GDPDF-1363)
- FixedFixes DocuVieware thumbnails snap-in issue. (J#DV-669)
14.2.76 20 June 2024
- FixedFixes an issue with converting scaled XLS files. (J#MAMBO-1766)
- ChangedUpgraded LibJpegTurbo version to 3.0.3. (J#GDPIC-1224)
- ChangedImproves table rendering for DOC and DOCX files. (J#MAMBO-1777)
14.2.75 13 June 2024
- ChangedImproves conversion of fields from DOCX to PDF. (J#MAMBO-1776)
- ChangedImproves hybrid invoice compatibility with specific validators. (J#GDPDF-1354)
14.2.74 6 June 2024
- FixedFixes a bug causing incomplete DOC-to-PDF conversion. (J#MAMBO-1771)
- FixedFixes vulnerability: OpenJPEG bumped from 2.5 to 2.5.2. (J#GDPIC-1224)
- ChangedImproves hybrid invoice compatibility with specific validators. (J#GDPDF-1354)
- ChangedImproves OCR process stability in multi-language configurations (J#GDPDF-1195, J#OCR-1043, J#OCR-1034)
- FixedFixes a bug identifying a DOTM file as PPTX. (J#MAMBO-1773)
- FixedFixes conversion of headings from Office documents to PDF (J#MAMBO-1764)
- AddedAdds new property,
PdfForceImageDPI
, in GdPictureDocumentConverter. (J#GDPIC-1233) - ChangedImproves Smart Redaction and KVP engine accuracy. (J#PAS-149, J#WDEMO-157)
- ChangedImproves PDF/A conversion engine. (J#PDFA-50)
- FixedFixes false positive image format detection for PBM/PGM/PPM formats.(J#GDPIC-1226)
- FixedFixes minor PDF metadata handling issue in PDF 2.0 documents. (J#GDPDF-1340)
- ChangedImproves number formatting for XLSX and XLS documents. (J#MAMBO-1736)
- FixedFixes default border properties issue in Instant JSON import. (J#GDPDF-1357)
- ChangedImproves GdPictureDocumentConverter EML conversion. (J#GDPIC-1234)
- FixedFixes an issue displaying hidden objects from presentation documents. (J#MAMBO-1758)
14.2.73 23 May 2024
- AddedAdded brand-new DocuVieware theme
UserInterfaceTheme.PSPDFKitLight
. (J#DV-627) - ChangedImproved annotation text auto sizing in DocuVieware. (J#DV-596)
- ChangedImproved
GdPicture14.GdPicturePDF.GetPageTextArea
method precision. (J#GDPDF-1353) - FixedFixed an issue rendering tables from Office documents. (J#MABO-1757)
- FixedFixed PDF/A conversion issue with annotations in specific configurations. (J#PDFA-49)
- ChangedImproved GdViewer annotation text edit mode. (J#GDPIC-1227)
- ChangedImproved EML rendering engine. (J#GDPIC-1229)
- FixedFixed minor flags compatibility issue in Instant JSON import. (J#GDPDF-1355)
14.2.72 2 May 2024
- ChangedImproves PDF text extraction engine. (J#GDPDF-1347)
- ChangedImproves font handling in Office-to-PDF conversion. (J#GDPDF-1348)
- FixedFixes minor PDF form field state issue. (J#GDPIC-1220)
14.2.71 25 April 2024
- ChangedImproves PDF/A conversion engine. (J#PDFA-47, J#PDFA-48)
- FixedFixes issues with Type3 font handling in PDF redaction and text remover engines. (J#GDPDF-1343)
- FixedFixes PDF rendering issue for specific graphics state configurations. (J#GDPDF-1344)
- FixedFixes text extraction issue in GdViewer. (J#GDPDF-1166)
14.2.70 19 April 2024
- ChangedImproves writing 1D barcodes.
- ChangedImproves rendering of tables from presentation documents.
- ChangedImproves rendering of metafiles inside Office documents.
- ChangedImproves DXF and DWG rasterizer.
- ChangedImproves PDF text extraction engine.
- FixedFixes minor PDF metadata handling issue in PDF 2.0 documents.
- AddedAdds
GdPicture14.LicenseManager.TraceFeatures
method.
14.2.69 11 April 2024
- ChangedImproves rendering of meta files inside Office documents.
- ChangedImproves rendering of diagrams inside Office documents.
- ChangedImproves PDF grayscale conversion engine.
- FixedFixes issues with Instant JSON forms import.
- FixedFixes a parsing error for some DOC(X) files.
- ChangedImproves table processing accuracy.
- AddedAdds DWG file format support.
- AddedAdds support for building PDF document outline from DOC and DOCX document headings.
- ChangedImproves PDF text extraction engine.
- ChangedImproves PDF/A conversion engine.
14.2.68 28 March 2024
- AddedAdds new property EmailInjectHeader in GdPictureDocumentConverter.
- ChangedImproves PDF/A validation processing.
- FixedFixes issue where certified email messages in MSG format failed to load in certain scenarios.
- ChangedImproves PDF text extraction engine.
14.2.67 21 March 2024
- ChangedImproves DOC and DOCX rendering.
- FixedFixes a memory leak when reading 1D barcodes.
- ChangedImproves PDF rendering engine.
- FixedFixes DocuVieware issue with comment snapin.
- AddedAdds new property
SpreadsheetMaximumContentWidthPerSheet
in GdPictureDocumentConverter. - AddedAdds new property
SpreadsheetMaximumContentHeightPerSheet
in GdPictureDocumentConverter.
14.2.66 15 March 2024
- ChangedImproves rendering speed of Office documents.
- FixedFixes TIFF rendering regression on 32-bit execution mode.
14.2.65 7 March 2024
- ChangedImproves PDF/A conversion engine.
- ChangedImproves processing of malformed PDF documents.
- ChangedImproves rendering of metafiles inside Office documents.
- ChangedImproves KVP engine accuracy.
- ChangedImproves DOC, DOCX, XLS and XLSX rendering.
- ChangedImproves PDF fonts processing.
- ChangedImproves OCR page rotation detection accuracy.
- FixedFixes minor issues with PDF form fields handling.
14.2.64 29 February 2024
- ChangedImproves DOC, DOCX, PPTX and XLSX rendering.
- AddedAdds GdPicture14.GdPictureDocumentUtilities.SetTiffOutputModel method.
- ChangedImproves 1D barcode reading accuracy.
- ChangedImproves QR Code reading accuracy.
- ChangedImproves font substitution mechanism.
- ChangedImproves form fields font handling.
14.2.63 22 February 2024
- ChangedImproves DOC and DOCX rendering.
- ChangedOptimized file size of PDF documents, especially for conversion output.
- AddedAdds GdPicture14.GdPictureDocumentUtilities.SetEmailCertificateValidationCheck method.
14.2.62 15 February 2024
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves handling of bookmarks in malformed PDF documents.
- ChangedImproves Table to XLSX conversion.
- ChangedImproves PDF/A conversion engine.
- ChangedImproves PDF reducer engine.
14.2.61 8 February 2024
- ChangedImproves DOC and DOCX rendering.
- AddedAdds conditional statement support in OfficeTemplater.
- FixedFixes textbox alignment issue in 'Text Annotations Properties' modal dialog box.
14.2.60 2 February 2024
- AddedAdds support for converting endnotes from Office documents.
- ChangedImproves the conversion of footnotes from Office documents.
- ChangedImproves DOC, DOCX, XLS, and XLSX rendering.
- ChangedImproves PDF-to-Office conversion.
- ChangedImproves PDF text extraction engine.
- ChangedImproves InstantJSON annotation import.
14.2.59 25 January 2024
- FixedFixes minor issues in XFDF import.
- ChangedImproves PDF/A conversion engine.
- ChangedImproves PDF-to-Office conversion.
- AddedAdds new property SpreadsheetRenderOnlyPrintArea to the GdPictureDocumentConverter class.
- ChangedImproves DOC and DOCX rendering.
- FixedFixes issue with LoadFromHttp method in GdPictureDocumentConverter class.
14.2.58 19 January 2024
- ChangedImproves DOC, DOCX, and PPTX rendering.
- ChangedImproves PDF-to-Office conversion.
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF/A conversion engine.
- AddedAdds new HTMLSnapshotLoadEvent property in GdPictureDocumentConverter.
14.2.57 11 January 2024
- ChangedImproves PPTX and DOCX rendering.
- FixedFixes regressions introduced on Open XML SDK update
14.2.56 4 January 2024
- AddedAdds new method GetFormFieldCount in GdPictureTextExtraction.
- AddedAdds new method GetFormFieldKeyRect in GdPictureTextExtraction.
- AddedAdds new method GetFormFieldKeyText in GdPictureTextExtraction.
- AddedAdds new method GetFormFieldValueRect in GdPictureTextExtraction.
- AddedAdds new method GetFormFieldValueText in GdPictureTextExtraction.
- AddedAdds new method GetFormFieldType in GdPictureTextExtraction.
- AddedAdds new method GetTableCount in GdPictureTextExtraction.
- AddedAdds new method GetTableRect in GdPictureTextExtraction.
- AddedAdds new method GetTableCellRect in GdPictureTextExtraction.
- AddedAdds new method GetTableCellText in GdPictureTextExtraction.
- AddedAdds new method GetTableColumnCount in GdPictureTextExtraction.
- AddedAdds new method GetTableColumnRect in GdPictureTextExtraction.
- AddedAdds new method GetTableRowCount in GdPictureTextExtraction.
- AddedAdds new method GetTableRowRect in GdPictureTextExtraction.
- AddedAdds new method IsHeaderCell in GdPictureTextExtraction.
- FixedFixes DocuVieware annotation link when EditorMode property is set to false.
- FixedFixes DocuVieware mixed behavior with ShowThumbnailsSnapIn when ShowSnapInButtonStrip is set to false.
14.2.55 26 December 2023
- ChangedImproves XLS rendering.
- ChangedImproves rendering of charts from Office documents.
- ChangedImproves MRC engine.
- ChangedImproves Office to PDF conversion fidelity.
- ChangedImproves PDF to Office conversion.
- ChangedImproves PPT, PPTX, XLS and XLSX rendering.
- ChangedReduces average processing time of Office -> PDF by 40%.
- ChangedImproves PDF generation speed.
- AddedAdds support for embedding ZUGFeRD/Factur-X cross-industry invoice data.
- AddedAdds new method EmbedInvoiceData in GdPicturePDF.
14.2.54 14 December 2023
- ChangedImproves Office formats rendering.
- ChangedImproves PDF text rendering.
- ChangedImproves PDF/A conversion and validation.
- ChangedImproves parsing PPT files.
- FixedFixes NuGet runtime libraries resolution on Visual Studio debugging on WSL.
- ChangedImproves conversion to DOCX.
- AddedAdds conversion of hyperlinks to DOCX and to PPTX.
- ChangedImproves PDF/UA support in OCR output documents.
- ChangedImproves PDF/A-2u and PDF/A-3u support in PDF generation.
14.2.53 7 December 2023
- AddedAdds support for retrieving KVP from digital born documents without using OCR.
- AddedAdds support for redaction on digital born documents without using OCR.
- ChangedImproves KVP engine accuracy.
- ChangedImproves Table processing accuracy.
- AddedAdds support for IP address lookup into the Smart Redaction engine.
- AddedAdds new property EnableKeyValuePairsExtraction in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairCount in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairKeyString in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairValueString in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairKeyRect in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairValueRect in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairDataType in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairPublicName in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairConfidence in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairIsStrong in GdPictureTextExtraction.
- AddedAdds new method GetKeyValuePairCount in GdPictureTextExtraction.
- FixedFixes minor issue in Office to PDF conversion.
- ChangedImproves PDF rendering.
- FixedFixes an issue on EML / MSG conversion with GdPicture assembly on NETCoreApp3.1 framework on non WPF project.
14.2.52 30 November 2023
- ChangedImproves Office formats rendering.
- ChangedImproves PDF text rendering.
- ChangedImproves PDF/A conversion and validation.
- ChangedImproves parsing PPT files.
- FixedFixes NuGet runtimes libraries resolution on Visual Studio debugging on WSL.
- ChangedImproves Conversion to DOCX.
- AddedAdds conversion of hyperlinks to DOCX and to PPTX.
- ChangedImproves PDF/UA support in OCR output documents.
- ChangedImproves PDF/A-2u and PDF/A-3u support in PDF generation.
14.2.51 23 November 2023
- ChangedIntroduces a new PDF to Office engine that enables converting PDF documents to DOCX, XLSX and PPTX.
- FixedFixes PDF/A issues with OCR output documents.
14.2.50 21 November 2023
- FixedFixes
GdViewer
object creation in .NET 8. - FixedFixes zoom issue in
GdViewer
. - FixedFixes text selection issue with Office documents.
- ChangedImproves font substitution engine.
- ChangedImproves DataMatrix barcode reading accuracy.
- ChangedImproves parsing DOC and DOCX files.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves XLS and XLSX rendering.
- ChangedImproves AutoCropPage functionality precision for some PDF documents.
- ChangedImproves MICR reader accuracy with CMC7 font.
- ChangedImproves PDF font handling and optimization.
- ChangedBattery of minor bug fixes.
14.2.49 2 November 2023
- ChangedIntroduced 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
- ChangedImproves PDF page normalization feature.
- ChangedImproves PDF/A conversion engine.
- ChangedImproves KVP engine accuracy.
- ChangedImproves Table processing accuracy.
- AddedAdds support for form fields extraction in GdPictureOCR.
- AddedAdds new method
GetFormFieldCount
in GdPictureOCR. - AddedAdds new method
GetFormFieldKeyRect
in GdPictureOCR. - AddedAdds new method
GetFormFieldKeyText
in GdPictureOCR. - AddedAdds new method
GetFormFieldValueRect
in GdPictureOCR. - AddedAdds new method
GetFormFieldValueText
in GdPictureOCR. - AddedAdds new method
GetFormFieldType
in GdPictureOCR. - ChangedImproves parsing DOC and DOCX files.
- FixedFixes HEIF issue on EXIF metadata parsing.
14.2.47 19 October 2023
- ChangedImproves PDF/A conversion engine stability and precision.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves KVP engine accuracy.
- ChangedImproves InstantJSON annotation import.
- FixedFixes zooming issues in GdViewer and DocuVieware controls when documents have different page sizes.
- FixedFixes rendering issue in GdViewer when digital signature validation is enabled.
14.2.46 12 October 2023
- ChangedImproved Table processing accuracy.
- ChangedImproved DataMatrix barcode reading accuracy.
- FixedFixed text extraction issue directly after OCR process.
14.2.45 5 October 2023
- ChangedImproves font and text handling performance of the toolkit.
- ChangedImproves PDF text rendering.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves XLS and XLSX rendering.
- ChangedImproves AutoCropPage functionality precision for some PDF documents.
- ChangedImproves grayscale conversion engine in rare complex graphic scenarios.
- ChangedImproves Table processing accuracy.
- ChangedImproves text selection precision for OCR-generated documents.
- ChangedImproves MRC engine.
- ChangedImproves DXF image support.
- ChangedImproves PDF/A conversion engine.
- AddedAdds support for importing InstantJSON annotation data in GdPicturePDF class.
- AddedAdds new methods
ImportInstantJSONDataFromFile
andImportInstantJSONDataFromStream
to the GdPicturePDF class.
14.2.44 25 September 2023
- ChangedImproves PDF text rendering.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves Table processing accuracy.
- FixedFixes minor issue in PDF optimization.
- FixedFixes minor compatibility issue with certain viewers when handling optimized PDFs.
- ChangedImproves PDF/A Conversion stability when handling malformed PDFs.
- FixedFixes issue with MSG rendering engine on certain files with mixed encodings.
14.2.43 13 September 2023
- ChangedImproves PPT and PPTX rendering.
- ChangedDisables transparency applied to headers/footers during Office files rendering.
- AddedAdds new property EnableOrientationDetection to the GdPictureTextExtraction class.
- ChangedImproves GdPictureTextExtraction with office file formats.
- AddedAdds 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
- FixedFixes minor issues with PDF digital signatures.
- ChangedImproves XLS, XLSX, DOC, and DOCX rendering.
14.2.41 31 August 2023
- ChangedImproves DOC, DOCX and XLSX rendering.
- ChangedImproves Table to XLSX conversion.
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- FixedFixes GdPicture issue on MSG rendering engine.
14.2.40 25 August 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves PPT and PPTX rendering.
- AddedAdds enhanced text extraction capabilities through the new GdPictureTextExtraction class.
14.2.39 17 August 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves DOC and DOCX rendering.
- FixedFixes issues related to text selection within OCR-generated documents on certain viewers.
- ChangedImproves PDF/A conversion engine.
- Changed
Note:
All code samples have been moved to https://github.com/Orpalis/installer-samples
14.2.38 3 August 2023
- FixedFixes minor issues in PDF annotation rendering.
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves OCG visibility expressions handling
- ChangedImproves PDF text rendering.
14.2.37 28 July 2023
- FixedFixes issues in XFDF form fields import.
- ChangedImproves PPT and PPTX rendering.
- ChangedImproves DOC and DOCX rendering.
- FixedFixes issue on BMP on UNIX platform.
- FixedFixes GdPicture.API issue OCR on UNIX platform
14.2.36 20 July 2023
- ChangedImproves PDF/A conversion engine.
- ChangedImproves PDF annotation flattening feature.
- ChangedImproves pagination around graphic objects in Office documents.
- ChangedImproves PPT rendering.
- AddedAdds support of MS Edge in HTML / MSG /EML converter engine.
14.2.35 13 July 2023
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves DOC and DOCX to PDF conversion.
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF/A conversion and validation engine.
- ChangedImproves font substitution mechanism.
- ChangedImproves parsing Office documents.
14.2.34 5 July 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves DOCX, PPTX, XLS, XLSX and XLSM rendering.
14.2.33 29 June 2023
- ChangedImproves DOCX, PPTX and XLSX rendering.
- ChangedImproves KVP engine accuracy.
- ChangedImproves smart redaction engine accuracy.
14.2.32 23 June 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves smart redaction engine accuracy.
- AddedAdds support for postal addresses detection and smart redaction.
- AddedAdds new property
RedactPostalAddresses
to theSmartRedactionOptions
class. - ChangedImproves MSG rendering engine, especially in case of mixed encoding messages.
- ChangedImproves XLS and XLSX rendering.
14.2.31 16 June 2023
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves PDF text rendering.
- ChangedImproves KVP engine accuracy.
- ChangedImproves smart redaction engine accuracy.
- FixedFixes minor issue in PDF form fields processing.
14.2.30 9 June 2023
- ChangedImproves extraction of links from XLS and XLSX files.
- ChangedImproves rendering of links from DOC and DOCX files.
- ChangedImproves OCR engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves DOC, DOCX, PPT, PPTX, XLS, XLSX, ODT and RTF rendering.
- AddedAdds HEIF / HEIC decoding capability to all supported platforms. Previously, this was only supported on Windows.
14.2.29 1 June 2023
- ChangedImproves DOC, DOCX, PPT, ODT, and RTF rendering.
- ChangedImproves extraction of links from PPT and PPTX files.
- FixedFixes a parsing error for some XLS and XLSX files.
- ChangedImproves PDF/A conversion and validation engine.
- ChangedImproves Office table rendering.
- FixedFixes minor issues in PDF annotation rendering.
- ChangedImproves rendering of cell borders from XLS and XLSX documents.
- ChangedImproves OCR engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves smart redaction engine accuracy.
14.2.28 23 May 2023
- AddedAdds support for PPSX format (Microsoft PowerPoint OpenXML Slide Show).
- ChangedImproves KVP engine accuracy.
- ChangedImproves PDF/A conversion engine.
- ChangedImproves PDF free text annotations rendering.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves rendering of 1900 date fields on XLS and XLSX files.
- ChangedImproves rendering of VML shapes on DOC and DOCX files.
14.2.27 12 May 2023
- ChangedImproves PDF path rendering fidelity.
- ChangedImproves OCR engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves rendering of function-based Gouraud shadings in PDF documents.
- ChangedImproves rendering of charts from Office files.
- ChangedImproves table to XLSX conversion.
- ChangedChanges minimum framework target 4.6.2 for GdPicture and DocuVieware assemblies.
- AddedAdds new method
GetAnnotationQuadPoints
to theGdPicturePDF
class. - ChangedImproves PDF/A validation engine.
- ChangedChanges GLIBC requirement for Linux systems from 2.29 to 2.28.
- ChangedImproves DocuVieware text selection mecanism on form fields.
14.2.26 4 May 2023
- FixedFixes issue in
GetPageTextWithCoords
method output. - ChangedImproves OCR engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves handling of malformed PDF documents.
- ChangedImproves DOC, DOCX and RTF rendering.
- ChangedImproves table processing accuracy.
- ChangedImproves table to XLSX conversion.
- ChangedImproves PDF text and image rendering.
- ChangedImproves rendering of right-to-left and mixed content from Office files.
- ChangedImproves 1D barcode reading accuracy.
- ChangedImproves rendering of Gouraud shadings from PDF documents.
14.2.25 21 April 2023
- ChangedImproves handling of malformed PDF documents.
- FixedFixes minor issue in PDF processing resource caching.
- ChangedImproves MRC engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves PDF rendering.
- FixedFixes minor issue when processing PDF documents with malformed destinations.
- ChangedImproves table to XLSX conversion.
- FixedFixes DocuVieware issue on print to PDF document (.NET Core).
- FixedFixes NuGet restore issue on some specific context.
- FixedFixes DocuVieware issue on copy read-only form field content.
- FixedFixes DocuVieware OnRotationChanged callback not triggered when click on rotate button on thumbnails.
- ChangedImproves Office formats rendering.
14.2.24 13 April 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves table processing accuracy.
- ChangedImproves table to XLSX conversion.
- AddedAdds new method
GetTextFormattedByParagraphs
to theGdPicturePDF
class. - ChangedImproves PDF/A conversion and validation engines.
- FixedFixes issue in MSG rendering engine.
- FixedFixes DocuVieware issue on text selection on form fields.
- FixedFixes DocuVieware issue on
DocuViewareAPI.SetSearchSettings
method. - FixedFixes minor PDF digital signature issue.
14.2.23 7 April 2023
- ChangedImproves table processing accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF rendering.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves Office formats equation rendering.
- ChangedImproves Office formats table rendering.
- AddedAdds DocuVieware event
RegisterOnDocuViewareControlLoaded
.
14.2.22 4 April 2023
- ChangedImproves handling of shadings in PDF grayscale conversion engine.
- FixedFixes issue on native lib for macOS x64 platform
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF/A conversion and validation engines.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves PPT and PPTX rendering.
- ChangedImproves Office formats tables rendering.
- ChangedImproves PDF page normalization feature.
14.2.21 24 March 2023
- AddedAdds the capability to convert tables, from image, PDF and more than 100 different formats, to XLSX.
- ChangedImproves KVP engine accuracy.
- ChangedImproves table processing accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves PPT and PPTX rendering.
- ChangedImproves RTL support for annotation.
- ChangedImproves rendering of SVG documents.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves 1D barcode reading accuracy.
- ChangedImproves rendering of RTL text on PPT and PPTX files.
14.2.20 9 March 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves Table Processing engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves MRC engine accuracy.
- ChangedImproves PostScript interpreter.
14.2.19 3 March 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF resource optimization.
- ChangedImproves detection of document format type.
- AddedAdds new property
RenderSheetHeadersAndFooters
in GdPictureDocumentConverter. - AddedAdds new member
SSN
to the DataType enumeration. - AddedAdds support for social security numbers detection.
- AddedAdds new property
RedactSocialSecurityNumbers
in SmartRedactionOptions. - ChangedImproves PDF repair feature.
- ChangedImproves Office formats equation rendering.
- FixedFixes minor softmask handling issue in PDF grayscale conversion engine.
- FixedFixes minor PDF linearizer issue with specific document configurations.
- ChangedImproves PostScript interpreter.
- ChangedImproves XLS and XLSX rendering.
14.2.18 23 February 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves table processing engine accuracy.
- ChangedImproves pagination of DOC, DOCX, and RTF files.
- ChangedImproves Office formats table rendering.
- ChangedImproves Office formats equation rendering.
- AddedAdds support for importing XFDF form fields and annotation data in GdPicturePDF class.
- AddedAdds new methods
ImportXFDFDataFromFile
andImportXFDFDataFromStream
to the GdPicturePDF class.
14.2.17 15 February 2023
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves COM edition compatibility with some environment of developments.
- ChangedImproves Office formats rendering engine.
- ChangedImproves DocuVieware assets management: it's not required anymore to specify links to any DocuVieware js/css file.
14.2.16 9 February 2023
- ChangedImproves PDF parsing of malformed documents.
- ChangedImproves DOC, DOCX, RTF and ODT rendering.
- ChangedImproves PPT and PPTX rendering.
- ChangedImproves KVP engine accuracy.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves OCR engine accuracy.
- FixedFixes issue on loading PDF documents with unexpected tab order structure.
14.2.15 2 February 2023
- ChangedImproves table processing accuracy.
- ChangedImproves DOC, DOCX, RTF, and ODT rendering.
- ChangedImproves rendering of shapes for all Office formats.
- ChangedImproves computation of cell width on XLS and XLSX documents.
- ChangedImproves PPT and PPTX rendering.
14.2.14 26 January 2023
- ChangedImproves PDF/A validation engine.
- ChangedImproves rendering of shapes for all Office formats.
- ChangedImproves page numbering for Office formats.
- AddedAdds font kerning on all Office formats.
- AddedAdds macOS support.
14.2.13 20 January 2023
- ChangedImproves rendering of SVG documents.
- ChangedImproves PPT and PPTX rendering.
- ChangedImproves Office formats and PDF font rendering.
- ChangedImproves Office formats table rendering.
- AddedAdds Math office rendering for DOCX.
- ChangedImproves DOC, DOCX, RTF and ODT rendering.
14.2.12 12 January 2023
- ChangedImproves XLSX, XLSM, XLS rendering.
- AddedAdds
GdPictureDocumentConverter.HTMLCustomJavascript
andGdPictureDocumentConverter.EmailCustomJavascript
properties. - AddedAdds
ApplyViewRotation
to SaveAsTIFF method of DocuVieware & DocuViewareControl classes. - ChangedImproves PDF rendering engine.
- ChangedImproves PDF/A validation and conversion engines.
- FixedFixes BurnAnnotationsToPage issues with certain page box configurations.
- FixedFixes minor PDF file embedding issues.
- FixedFixes minor MSG loading issue.
- ChangedImproves detection of thumbnails from JPEG images.
14.2.11 29 December 2022
- ChangedImproves DocuVieware rendering performance on Safari iOS and MacOS.
- ChangedImproves DocuVieware HTML markup.
- ChangedImproves DOC and DOCX rendering.
- ChangedImproves PPT and PPTX rendering.
14.2.10 22 December 2022
- AddedAdds new property
RemoveLogicalStructure
to thePDFReducerConfiguration
class. - ChangedImproves PDF reducer engine.
- ChangedImproves DOCX rendering engine.
- ChangedImproves PPT and PPTX rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves rendering of shapes for all Office formats.
- FixedFixes handling of images with ICC profiles in GdPicturePDF class.
- ChangedImproves OCR engine accuracy.
- AddedAdds new property
HTMLDefaultBrowserStartupArguments
toGdPictureDocumentConverter
class.
14.2.9 16 December 2022
- ChangedImproves PDF text extraction engine.
- FixedFixes PDF OCG print and export states handling.
- ChangedImproves PDF rendering engine.
- ChangedImproves PPT and PPTX rendering engine.
- ChangedImproves Smart Redaction engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves OCR engine accuracy.
14.2.8 8 December 2022
- ChangedImproves PDF rendering engine.
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves OCR engine accuracy.
- AddedAdds new property
RedactVehiculeIdentificationNumbers
to theSmartRedactionOptions
class. - AddedAdds new member
VIN
to the DataType enumeration. - ChangedImproves PDF/A conversion engine.
- ChangedImproves PDF parsing of malformed documents.
- ChangedImproves metafile rendering on
*.API
assemblies on Office formats.
14.2.7 1 December 2022
- ChangedImproves PDF rendering engine.
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves table processing accuracy.
- FixedFixes an issue that prevented EML from being rendered on *.API assemblies.
- FixedFixes PDF OCG print and export states handling.
- ChangedImproves PDF parsing of malformed documents.
- ChangedImproves PDF digital signature memory management for large documents.
14.2.6 24 November 2022
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves table processing accuracy.
- AddedAdds new method
SetSignatureAlternateTitle
to the GdPicturePDF class.
14.2.5 17 November 2022
- ChangedImproves Office formats rendering engine.
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves table processing accuracy.
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF linearizer engine.
- ChangedImproves PDF text extraction engine.
- FixedFixes EML/MSG rendering issue on Linux.
14.2.4 11 November 2022
- ChangedImproves Office file rendering engine.
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves KVP engine accuracy.
- ChangedImproves table processing accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves MRC engine accuracy.
- FixedFixes HTML to PDF issue on Linux.
14.2.3 3 November 2022
- ChangedImproves table processing accuracy and speed.
- ChangedImproves KVP engine accuracy.
- ChangedImproves smart redaction engine accuracy.
- ChangedImproves PDF/A validation and conversion engines.
- ChangedImproves PDF OCG flattening performance.
- FixedFixes instabilities when loading XLS files.
14.2.2 27 October 2022
- ChangedImproves OCR accuracy and speed.
- ChangedImproves KVP engine accuracy.
- ChangedImproves borders detection engine accuracy.
- ChangedImproves HTML rendering engine.
- FixedFixes issues preventing some DOC, PPT and XLS files from being rendered.
- ChangedImproves RTL support for annotation.
- AddedAdds
SplitExcelSheetsIntoPages
option to GdPictureDocumentConverter. - FixedFixes an issue with freehand annotation on iPad in DocuVieware.
- ChangedImproves PDF/A validation and conversion engines.
- FixedFixes minor colorspace issue in grayscale conversion engine.
14.2.1 21 October 2022
- ChangedImproves OCR accuracy.
- ChangedImproves table processing engine.
- ChangedImproves table rendering for DOC files.
- ChangedImproves line spacing for DOC files.
- ChangedImproves text frame for all Office formats.
- ChangedImproves PDF/A validation and conversion engines.
- ChangedImproves PostScript interpreter.
14.2 13 October 2022
- AddedAdds fuzzy search to GdPicturePDF. Use the new method
SetSearchTextFuzzyMatch()
. - AddedAdds fuzzy search to DocuVieware. Use the new parameter
fuzzySearch
in theSearch
JavaScript function. - AddedAdds fuzzy search to GdViewer (WinForms & WPF). Use the new property
EnableFuzzySearch
. - AddedAdds smart redaction to GdPicturePDF. Use the new method
SmartRedaction()
. - AddedAdds table processing to GdPictureOCR. Use the new methods
GetTableCount()
,GetTableRect()
,GetTableColumnCount()
,GetTableColumnRect()
,GetTableRowCount()
,GetTableRowRect()
,GetTableCellRect()
,GetTableCellText()
, andIsHeaderCell()
. - AddedAdds new .NET 6 assemblies with Linux compatibility (x64 & ARM64). Use the new assemblies
GdPicture.NET.14.API
andGdPicture.NET.14.WEB.DocuVieware.API
. - AddedAdds support for PostScript format (reading and viewing) in GdPicture and DocuVieware. Note that the current implementation of PostScript is experimental.
- FixedFixes issues preventing some
.doc
,.ppt
and.xls
files from being rendered. - FixedFixes text and shape positioning issues in Office formats.
- AddedAdds load from URI capability to GdPicturePDF. Use the new method
LoadFromHttp
. - ChangedImproves OCR and KVP engine accuracy.
- ChangedImproves HTML -> PDF conversion engine.
- ChangedImproves table rendering for all Office formats.
- ChangedImproves diagrams rendering for all Office formats.
- AddedAdds new method
GetPageRotation
to the DocuViewareControl class. - AddedAdds new method overload
TiffExtractPage
to the GdPictureImaging class to specify compression scheme. - ChangedImproves DocuVieware behaviour for expired session context.
- FixedFixes ThumbnailEx issue at DesignTime when using NuGet package
14.1.189 26 September 2022
- ChangedImproves PDF/A conversion engine.
- ChangedImproves PDF unembed font feature.
- ChangedImproves Office formats rendering engine.
- AddedAdds property TrackOfficeDocumentRevisions to GdPictureDocumentConverter.
- ChangedImproves annotation rendering support.
14.1.188 15 September 2022
- ChangedImproves speed of the 1D barcode recognition engine.
- ChangedImproves speed of the PDF417 recognition engine.
- ChangedImproves DXF renderer.
- ChangedImproves Key-Value Pairs processing engine.
- FixedFixes a memory leak in ThumbnailEx (WPF edition).
14.1.187 7 September 2022
- ChangedImproves Office formats rendering engine.
- ChangedImproves DocuVieware UX.
- ChangedImproves PDF text extraction engine.
- ChangedImproves OCR accuracy.
- ChangedImproves PDF resource optimization.
- ChangedImproves 2D barcode decoding speed.
14.1.186 24 August 2022
- AddedAdds .dotx format support.
- ChangedImproves KVP engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves HTML -> PDF engine.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF text extraction engine.
- ChangedImproves PDF resource optimization.
- ChangedImproves PDF/A validator engine.
- AddedAdds new overloads for NewActionGoTo and NewActionGoToR to allow retain current coordinates on destination page.
- FixedFixes minor bugs.
14.1.185 10 August 2022
- ChangedImproves Office formats rendering.
- ChangedImproves Key-Value Pair engine accuracy.
- ChangedImproves 1D barcode reading accuracy.
- FixedFixes an issue on GetTextHeight() and GetTextWidth() methods in GdPictureImaging.
- FixedFixes minor bugs.
- Changed
14.1.184 4 August 2022
- AddedAdds new property JBIG2PMSThreshold to GdPictureDocumentConverter.
- ChangedImproves OCR accuracy.
- ChangedImproves Key-Value pair engine accuracy.
- ChangedImproves PDF rendering engine.
- ChangedImproves Office formats rendering.
- AddedAdds new method PageIsBlank() to GdPicturePDF.
- AddedAdds new overload AutoCropPage() to GdPicturePDF allowing to ignore white rectangle graphic objects.
- FixedFixes issue on font size computation with text drawing methods in GdPictureImaging.
- FixedFixes an issue that could cause a TimeOutOperation status in GdPictureDocumentConverter.
- FixedFixes minor bugs.
14.1.183 29 July 2022
- ChangedImproves Office Format Rendering.
- FixedFixes minor PDF page scaling issues.
- ChangedImproves PDF repair feature.
- ChangedImproves PDF/A converter engine performance.
- ChangedImproves OCR engine accuracy.
- ChangedImproves Key-Value pair engine.
- FixedFixes minor bugs.
14.1.182 22 July 2022
- ChangedImproves Office rendering engine.
- ChangedImproves PDF optimization speed.
- ChangedImproves JBIG2 compression rate and speed.
- ChangedImproves text extraction engine.
- FixedFixes minor bugs.
14.1.181 15 July 2022
- ChangedImproves PDF/A validator engine.
- ChangedImproves JBIG2 compression rate and encoding speed.
- ChangedImproves Arabic OCR accuracy.
- ChangedImproves Office rendering engine.
- ChangedImproves Key-Value pair engine.
- FixedFixes minor bugs.
14.1.180 07 July 2022
- ChangedImproves Office formats rendering engine.
- ChangedImproves QR Code reader accuracy.
- ChangedImproves OCR accuracy and speed.
- ChangedImproves Key-Value pair detection engine.
- FixedFixes minor bugs.
14.1.179 28 June 2022
- ChangedImproves OCR engine accuracy.
- ChangedImproves Key-Value pair detection engine.
- ChangedImproves document rendering speed.
- ChangedImproves global speed of image processing & document-cleanup features.
- FixedFixes minor bugs.
14.1.178 24 June 2022
- ChangedImproves PDF/A converter and validator engines.
- ChangedImproves Office formats rendering engine.
- ChangedImproves OCR engine accuracy.
- ChangedImproves Key-Value pair finder engine.
- ChangedImproves WEB TWAIN controller.
- FixedFixes minor bugs.
14.1.177 17 June 2022
- ChangedGdPictureDocumentUtilities: new method ToGdPictureStatus().
- ChangedKey-Value pair detection engine improvements.
- ChangedImproves PDF rendering engine.
- AddedNew enumeration PdfGridSplitOrdering.
- ChangedGdPicturePDF: new methods GridSplit().
- ChangedBattery of minor bug fixes.
14.1.176 09 June 2022
- ChangedOCR engine improvements.
- ChangedImproves Office formats rendering engine.
- ChangedGdPictureDocumentConverter: new property PdfEnableLinearization.
- ChangedBattery of minor bug fixes.
14.1.175 02 June 2022
- ChangedImproves PDF/A Validator engine.
- ChangedImproves PDF OCG flattening feature.
- ChangedImproves PDF parsing of malformed documents.
- ChangedOcr accuracy improvements.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF digital signature support.
- ChangedGdPicturePDF: new method IsSignatureFieldSigned().
14.1.174 27 May 2022
- ChangedImproves PDF text removal engine.
- ChangedImproves PDF/A Validator engine.
- ChangedImproves Office formats rendering engine.
- ChangedOCR engine improvements.
- ChangedBattery of minor bug fixes.
14.1.173 23 May 2022
- FixedFixes a regression in the PDF generator engine.
- FixedFixes a memory leak in the barcode reader engine.
- ChangedImproves annotations support into the WPF edition of the GdViewer control.
- ChangedImproves PDF incremental saving into the AnnotationManager class.
- ChangedBattery of other minor bug fixes.
14.1.171 19 May 2022
- ChangedImproves OCR accuracy.
- ChangedFirst implementation of a key-value pair data extractor in the OCR engine.
- ChangedGdPictureOCR: new method GetKeyValuePairCount().
- ChangedGdPictureOCR: new method GetKeyValuePairKeyString().
- ChangedGdPictureOCR: new method GetKeyValuePairKeyRect().
- ChangedGdPictureOCR: new method GetKeyValuePairValueRect().
- ChangedGdPictureOCR: new method GetKeyValuePairValueString().
- ChangedGdPictureOCR: new method GetKeyValuePairDataType().
- ChangedGdPictureOCR: new method GetKeyValuePairConfidence().
- ChangedGdPictureOCR: new method GetKeyValuePairIsStrong().
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF parsing and processing.
- ChangedBattery of minor bug fixes.
14.1.170 12 May 2022
- ChangedImproves OCR accuracy.
- ChangedImproves PDF/A Validator engine
- ChangedImproves Office formats rendering engine.
- ChangedImproves DocuVieware UI.
- ChangedImproves PDF page scaling annotation handling.
- ChangedBattery of minor bug fixes.
14.1.168 06 May 2022
- ChangedDocuVieware: added user interface themes support. new property UserInterfaceTheme added into the public API.
- ChangedImproves OCR accuracy.
- ChangedImproves PDF reducer engine.
- ChangedImproves Office rendering engine.
- ChangedImproves PDF/A converter and validator engines.
- ChangedBattery of minor bug fixes.
14.1.167 29 April 2022
- AddedAdds blank page dropout support in the PDF reducer engine when input document is in raster format.
- FixedFixes a dependency issue with System.Drawing.Common in the Core edition.
14.1.166 28 April 2022
- ChangedImproves PDF/A converter and validator engines.
- ChangedImproves Office rendering engine.
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF reducer engine.
- ChangedBattery of minor bug fixes.
14.1.165 23 April 2022
- ChangedVulnerability fix in DocuVieware.
- ChangedVulnerability fix in the MICR engine.
14.1.164 21 April 2022
- ChangedImproves text extraction engine.
- ChangedGdPicturePDF: new method HasJavaScript().
- ChangedGdPicturePDF: new method RemoveAnnotationAction().
- ChangedImproves Office rendering engine.
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF reducer engine.
- ChangedImproves PDF OCG flattening feature.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF annotation flattening feature.
- ChangedBattery of minor bug fixes.
14.1.162 08 April 2022
- ChangedImproves MRC engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF OCG flattening feature.
- ChangedImproves internal PDF repair engine.
- ChangedImproves office formats rendering.
- ChangedImproves PDF rendering engine.
- ChangedImproves Handling of some malformed PDF.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF reducer engine.
- ChangedBattery of minor bug fixes.
- AddedNew native runtime: GdPicture.NET.14.machine.vision(.64).dll
- RemovedRemoved 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
- ChangedImproves MRC engine accuracy.
- FixedFixes a critical issue with XLSX loading in .NET Core edition.
- ChangedBattery of minor bug fixes.
14.1.160 31 March 2022
- ChangedImproves PDF digital signature support.
- ChangedImproves QR Code reader accuracy.
- ChangedImproves OCR accuracy.
- ChangedImproves MRC engine accuracy.
- ChangedImproves PDF page normalization feature.
- ChangedImproves PDF OCG flattening feature.
- ChangedImproves PDF parsing performance.
- ChangedImproves PDF redaction engine.
- ChangedImproves Office formats rendering: Text wrapping and table rendering.
- AddedAdds support for docm, xlsm and pptm formats. Handled as if the macros are not enabled.
- ChangedBattery of minor bug fixes.
14.1.159 24 March 2022
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF page normalization feature.
- ChangedImproves Handling of some malformed PDF.
- ChangedImproves OCR engine accuracy.
- ChangedBattery of minor bug fixes.
14.1.158 19 March 2022
- ChangedImproves Office formats rendering engine.
- ChangedCritical bug fix preventing office formats parsing in .NET core edition.
14.1.157 17 March 2022
- ChangedImproves OCR engine accuracy.
- ChangedPdfOcrOptions class: new property RemoveExistingText.
- ChangedImproves Office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.156 10 March 2022
- ChangedImproves OCR engine accuracy.
- ChangedImproves MRC engine accuracy.
- ChangedImproves PDF page normalization feature.
- ChangedImproves PDF unembed font feature.
- ChangedImproves Office formats rendering.
- ChangedImproves EMG & MSG rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF resource optimization.
- ChangedBattery of minor bug fixes.
14.1.154 03 March 2022
- ChangedGdPictureDocumentConverter: new property TiffEnableExifRotate, HtmlPreferOnePage & HtmlEmulationType.
- ChangedImproves OCR accuracy.
- ChangedImproves HTML, MSG & EML rendering engines.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF redaction engine.
- ChangedBattery of minor bug fixes.
14.1.153 24 February 2022
- ChangedImproves OCR engine accuracy.
- ChangedImproves MRC engine.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF rendering of text markup annotations.
- ChangedImproves PDF rendering engine with malformed documents.
- ChangedDocuVieware: new .NET properties: SearchResultsBorderColor, SearchResultsBackColor.
- ChangedGdPicturePDF: new method SetJBIG2PMSThreshold().
- ChangedBattery of minor bug fixes.
14.1.152 17 February 2022
- ChangedImproves Office formats rendering engine.
- ChangedImproves OCR accuracy.
- AddedAdds new OCR special context engine to read numeric symbols and capital letters. See OCRSpecialContext.AlphaNumAllCapsML enumeration member.
- ChangedBattery of minor bug fixes.
14.1.151 10 February 2022
- ChangedImproves Office formats rendering engine.
- ChangedGdViewer (WinForm) new method ClearCache().
- ChangedImproves SVG rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves EML/MSG conversion engine.
- ChangedImproves OCR accuracy and speed.
- ChangedImproves PDF text removal engine.
- ChangedBattery of minor bug fixes.
14.1.150 01 February 2022
- ChangedImproves OCR accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.149 27 January 2022
- ChangedImproves OCR accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.148 20 January 2022
- ChangedImproves OCR accuracy.
- ChangedImproves PDF/A converter and validator engines.
- ChangedImproves Office rendering engine.
- ChangedBattery of minor bug fixes.
14.1.147 14 January 2022
- ChangedImproves OCR accuracy.
- ChangedImproves text extraction engine.
- ChangedImproves MaxiCode reader accuracy.
- ChangedImproves Office rendering engine.
- ChangedImproves internal PDF repair engine.
- ChangedImproves PDF forms flattening functionality.
- ChangedImproves PDF rendering engine.
- ChangedBattery of minor bug fixes.
14.1.146 10 January 2022
- ChangedGdViewer (WinForm): Fixes a critical bug fix introduced in previous version.
14.1.145 10 January 2022
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF rendering engine.
- ChangedImproves Office rendering engine.
- ChangedImproves Maxicode reader accuracy.
- ChangedBattery of minor bug fixes.
14.1.144 06 January 2022
- ChangedImproves PDF rendering engine.
- ChangedImproves OCR engine accuracy and speed.
- ChangedImproves Office rendering engine
- ChangedImproves text extraction engine.
- ChangedImproves PDF 2.0 / PDF/A-4 support.
- ChangedGdPicture & DocuVieware are now available as NuGet packages.
- ChangedBattery of minor bug fixes.
- ChangedHappy new year!
14.1.143 23 December 2021
- AddedAdds support for PDF/A-4, PDF/A-4e PDF/A-4f, generation, conversion & validation.
- ChangedImproves PDF/A converter and validation engines.
- ChangedImproves built-in PDF font pack engine.
- ChangedImproves OCR engine accuracy.
- ChangedImproves Office rendering engine.
- ChangedBattery of minor bug fixes.
14.1.142 16 December 2021
- ChangedIntroduced support for Maxicode reading & writing.
- ChangedImproves OCR accuracy.
- ChangedImproves Office formats rasterizer engine.
- ChangedGdPictureImaging: new method BarcodeMaxicodeGetSize().
- ChangedGdPictureImaging: new method BarcodeMaxicodeWrite().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderClear().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderDoScan().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeCount().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeValue().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeValueRAWBase64().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeConfidence().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeX1().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeX2().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeX3().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeX4().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeY1().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeY2().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeY3().
- ChangedGdPictureImaging: new method BarcodeMaxicodeReaderGetBarcodeY4().
- ChangedBattery of minor bug fixes.
14.1.141 08 December 2021
- ChangedOCR: Improves accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF reducer engine.
- ChangedImproves PDF rendering engine.
- ChangedGdPicturePDF: Improves grayscale conversion engine.
- ChangedDocuVieware: Improves formfields support.
- ChangedBattery of minor bug fixes.
14.1.140 25 November 2021
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF digital signature support.
- ChangedImproves PDF parsing of malformed documents.
- ChangedImproves Office formats rendering engine.
- ChangedDocuVieware: new JavaScript function: RegisterOnPageDeleted().
- ChangedDocuVieware: new JavaScript function: RegisterOnUnknownLinkNavigation().
- ChangedBattery of minor bug fixes.
14.1.139 18 November 2021
- ChangedImproves OCR accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF/A converter and validation engines.
- ChangedImproves COM edition stream reading performance.
- ChangedDocuVieware: new property PrintDefaultPageRange.
- ChangedDocuVieware: new property SaveDefaultPageRange.
- ChangedDocuVieware: new JavaScript API: RegisterOnAttachmentClick.
- ChangedBattery of minor bug fixes.
14.1.138 08 November 2021
- ChangedImproves OCR engine accuracy.
- ChangedImproves text extraction & paragraphs detection engines.
- ChangedImproves Office formats rendering engine.
- ChangedImproves SVG rendering engine.
- ChangedGdPicturePDF: Improves grayscale conversion engine.
- ChangedBattery of minor bug fixes.
14.1.137 28 October 2021
- ChangedImproves PDF/A converter engine.
- ChangedGdPicturePDF: Improves functionality of DropPDFASupport() method.
- ChangedDocuVieware: Improves form fields support.
- ChangedImproves Office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.136 21 October 2021
- ChangedImproves MRZ reader engine accuracy.
- ChangedImproves OCR engine accuracy & speed.
- ChangedImproves page orientation detection accuracy.
- ChangedGdPicturePDF: Improves RegEx text search.
- ChangedGdPicturePDF: Improves grayscale conversion engine.
- ChangedGdPicturePDF: New overload ConvertToGrayscale() to enable/disable unused resources removal.
- ChangedGdPicturePDF: Improves AutoCropPage functionality.
- ChangedImproves PDF/A converter engine.
- ChangedImproves Office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.135 07 October 2021
- ChangedImproves OCR accuracy.
- ChangedImproves office formats rendering engine.
- ChangedImproves PDF parser engine.
- ChangedGdPictureImaging: new method FontIsSymbolic().
- ChangedGdPictureImaging: new method FontCanRenderText().
- ChangedOCRSpecialContext enumeration: new member NumericLineML.
- ChangedOCRSpecialContext enumeration: new member HandwrittenNumericBoxML.
- ChangedGdPictureOCR: new method GetCharacterAlternativeCount().
- ChangedGdPictureOCR: new method GetCharacterAlternativeValue().
- ChangedGdPictureOCR: new method GetCharacterAlternativeConfidence().
- ChangedDocuVieware: new function RegisterOnUriNavigation().
- ChangedBattery of minor bug fixes.
14.1.134 30 September 2021
- ChangedImproves OCR accuracy.
- ChangedImproves PDF reducer engine.
- ChangedImproves Office rendering engine.
- ChangedBattery of minor bug fixes.
14.1.133 23 September 2021
- ChangedOCR engine accuracy & speed improvements.
- ChangedImproves Office rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves internal PDF repair engine.
- ChangedBattery of minor bug fixes.
14.1.132 17 September 2021
- ChangedImproves OCR accuracy.
- ChangedThumbnailEx control: new property SelectedThumbnailBackColorAlpha.
- ChangedImproves Office rendering engine.
- ChangedGdPicturePDF: Improves PDF repair functionality.
- ChangedBattery of minor bug fixes.
14.1.131 09 September 2021
- ChangedImproves OCR engine accuracy.
- ChangedImproves MRZ reader engine accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.130 03 September 2021
- ChangedImproves OCR accuracy.
- ChangedImproves MRC engine accuracy.
- ChangedImproves office formats rendering engine.
- ChangedImproves 2D barcode reader accuracy.
- ChangedBattery of minor bug fixes.
14.1.129 27 August 2021
- ChangedImproves OCR engine accuracy.
- ChangedImproves MRC engine accuracy.
- ChangedImproves 1D barcode reader accuracy.
- ChangedGdPictureSegmenter: added word segmentation support.
- ChangedGdPictureSegmenter: new property InputValue.
- ChangedSegmentationMode enumeration: new members WordLayout & WordLayoutLK.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF text extraction engine.
- ChangedBookmarkTree (WinForm & WPF): new property RightToLeftLayout.
- ChangedBattery of minor bug fixes.
14.1.128 19 August 2021
- ChangedImproves MRC compression engine.
- ChangedImproves Office formats rendering engine.
- ChangedImproves OCR accuracy.
- ChangedImproves 1D barcode reading accuracy.
- ChangedImproves PDF parsing.
- ChangedBattery of minor bug fixes.
14.1.127 13 August 2021
- ChangedImproves MRC engine accuracy & speed.
- ChangedImproves lossy JBIG2 encoder (better pattern matching on text content).
- ChangedPDF Reducer engine can now produce PDF/A output.
- AddedAdds support for file attachments in Office formats.
- ChangedImproves office formats rendering engine.
- ChangedImproves PDF Reducer compression rate.
- ChangedGdPicturePDF: new method DropPDFASupport().
- ChangedGdPicturePDF: new method GetPageImageMaskResName().
- ChangedBattery of minor bug fixes.
14.1.126 05 August 2021
- ChangedImproves OCR accuracy and speed.
- ChangedImproves Office formats rendering engine.
- ChangedBookmarkTree: new property AutoGenerate.
- ChangedDocuVieware: Improves user interface.
- ChangedBattery of minor bug fixes.
14.1.125 29 July 2021
- ChangedImproves OCR accuracy.
- ChangedImproves DocuVieware user interface.
- ChangedImproves Office formats rendering engine.
- ChangedDocuVieware: new property SnapInSplitterBarColor.
- ChangedDocuVieware: new JavaScript API SetCustomHeaders().
- ChangedGdPicturePDF: new method SetMRCImageMaskResolution().
- ChangedImproves MRC engine compression rate.
- ChangedBattery of minor bug fixes.
14.1.124 23 July 2021
- ChangedImproves OCR accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedImproves MSG rendering engine.
- ChangedImproves 1D barcode reader accuracy.
- ChangedDocuVieware: new property ShowLoadingSpinner.
- ChangedDocuVieware: added new optional parameter (xferCount) to the TwainSetConfig() JavaScript function.
- ChangedDocuVieware: new property ScrollBarStyle.
- ChangedGdPictureDocumentUtilities: new method GetWebBrowserPoolSize().
- ChangedBattery of minor bug fixes.
14.1.123 16 July 2021
- AddedAdds support to convert any document to SVG.
- ChangedGdPicturePDF: new method SearchAndHighlight().
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedGdPictureDocumentConverter: new method SaveAsSVG().
- ChangedBattery of minor bug fixes.
14.1.122 08 July 2021
- ChangedImproves OCR accuracy.
- ChangedImproves DocuVieware UX.
- ChangedImproves Office formats rendering engine.
- ChangedGdPictureDocumentConverter: new overloaded method CombineToPDF() taking an array of stream.
- ChangedDocuVieware: new Event BeforeRequest.
- ChangedBattery of minor bug fixes.
14.1.121 02 July 2021
- ChangedDocuVieware: new property EnableThumbnailRotateButtons.
- ChangedDocuVieware: new property EnableThumbnailDeleteButton.
- ChangedGdPicturePDF: Improves AutoCropPage functionality.
- ChangedGdPicturePDF: Improves embedded files handling.
- ChangedGdPicturePDF: Improves RegEx text search.
- ChangedDocuVieware: DocuViewareManager new method SetEncryptionMode().
- ChangedDocuVieware: DocuViewareManager new method AbandonSessions().
- ChangedDocuVieware: new enumeration DocuViewareFilesEncryptionMode.
- ChangedImproves PDF/A converter and validation engines.
- ChangedBattery of minor bug fixes.
14.1.120 25 June 2021
- ChangedImproves OCR accuracy.
- ChangedImproves Office documents rendering engine.
- ChangedImproves QrCode reader accuracy.
- ChangedImproves 1D barcode reader accuracy.
- ChangedImproves PDF/A converter and validation engines.
- ChangedBattery of minor bug fixes.
14.1.119 16 June 2021
- ChangedGdPictureOCR: new property MaxThreadCount.
- ChangedImproves OCR accuracy.
- ChangedImproves PDF/A converter engine.
- ChangedImproves office formats rendering engine.
- ChangedImproves PDF & image rendering speed.
- ChangedGdPictureImaging: new overload Barcode1DReaderGetBarcodeValue() to specify if Febraban digital line should be computed.
- ChangedGdPictureStatus enumeration: added new member BarcodePDF417InvalidDataCount.
- ChangedDocuVieware: Improves page generation speed.
- ChangedBattery of minor bug fixes.
14.1.118 10 June 2021
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF digital signature support.
- ChangedImproves PDF/OCR engine.
- ChangedImproves OCR accuracy.
- ChangedDocuVieware: some UI improvements.
- ChangedBattery of minor bug fixes.
14.1.117 02 June 2021
- ChangedImproves OCR accuracy.
- ChangedImproves PDF digital signature support.
- ChangedImproves office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.116 27 May 2021
- ChangedImproves PDF text extraction engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves speed & robustness of the PDF417 recognition engine.
- ChangedImproves 1D barcode reader engine accuracy.
- AddedAdds EML & MSG formats support.
- ChangedGdPictureDocumentConverter: new property EmailPageWidth.
- ChangedGdPictureDocumentConverter: new property EmailPageHeight.
- ChangedGdPictureDocumentConverter: new property EmailPageMarginLeft.
- ChangedGdPictureDocumentConverter: new property EmailPageMarginTop.
- ChangedGdPictureDocumentConverter: new property EmailPageMarginRight.
- ChangedGdPictureDocumentConverter: new property EmailPageMarginBottom.
- ChangedBattery of minor bug fixes.
14.1.115 20 May 2021
- AddedAdds support for HEIF format.
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves office formats rendering engine.
- ChangedImproves TWAIN scanning support.
- ChangedBattery of minor bug fixes.
14.1.114 13 May 2021
- AddedAdds support for HEIF format.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF rendering engine.
- ChangedBattery of minor bug fixes.
14.1.113 29 April 2021
- ChangedImproves Office rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves OCR engine speed.
- ChangedImproves GdViewer Winform rendering engine.
- ChangedGeneral speed improvements.
- ChangedBattery of minor bug fixes.
14.1.112 22 April 2021
- ChangedImproves GdViewer Winform rendering engine.
- ChangedImproves RTL support for annotation editing.
- ChangedImproves MICR accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves OCR engine accuracy.
- ChangedBattery of minor bug fixes.
14.1.111 15 April 2021
- ChangedImproves support for unstable TWAIN drivers.
- ChangedDocuVieware: added support for 64-bit TWAIN devices acquisition.
- ChangedImproves Office formats rendering engine.
- ChangedImproves global toolkit speed.
- ChangedBattery of minor bug fixes.
14.1.110 08 April 2021
- ChangedImproves MICR engine accuracy and speed.
- ChangedImproves support for JPEG compression in tiff images.
- ChangedGdPicturePDF: new method AutoCropPage().
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF generation speed.
- ChangedImproves PNG images generation speed.
- ChangedDocuVieware: Improves page transfer speed.
- ChangedBattery of minor bug fixes.
14.1.109 01 April 2021
- ChangedImproves PDF rendering engine.
- ChangedImproves office formats rendering engine.
- ChangedTextExtractionOptions enumeration: added new member IgnoreRotatedText.
- ChangedImproves PDF text extraction engine.
- ChangedImproves PDF/A converter engine.
- ChangedDocuVieware: new JavaScript function SetMaxUploadThreads().
- ChangedDocuVieware: new JavaScript function DeletePages().
- ChangedDocuVieware: new JavaScript function RotatePages().
- ChangedDocuVieware: new JavaScript function SwapPages().
- ChangedDocuVieware: new .NET method DeletePages().
- ChangedDocuVieware: new .NET method RotatePages().
- ChangedDocuVieware: new .NET method SwapPages().
- ChangedDocuVieware: extended page reordering support to all document types.
- ChangedBattery of minor bug fixes.
14.1.108 23 March 2021
- AddedNew enumeration MRZFormat.
- AddedNew enumeration OCRBlockSpecialFormat.
- ChangedTextExtractionOptions enumeration: added new member DisableTextOrientationDetection.
- ChangedGdPictureOCR: new method GetBlockSpecialFormat().
- ChangedGdPictureOCR: new method GetBlockSpecialFormatData().
- ChangedImproves Office rendering engine.
- ChangedImproves MICR engine accuracy.
- ChangedImproves HTML engine.
- ChangedGdPicturePDF: new methods OverlayPage().
- ChangedDocuVieware: Improves printing speed.
- ChangedDocuVieware: Improves HTTP loading speed. Up to 4x faster.
- ChangedDocuVieware: Improves page rotation mechanism.
- ChangedBattery of minor bug fixes.
14.1.107 11 March 2021
- AddedAdds HTML format support for viewing and conversion.
- ChangedImproves Office formats rendering engine.
- ChangedImproves HTTP transfer support and added support for HTTP/2 protocol.
- ChangedGdPictureDocumentUtilities: new method IsWebBrowserAvailable().
- ChangedGdPictureDocumentUtilities: new method GetWebBrowserPath().
- ChangedGdPictureDocumentUtilities: new method SetWebBrowserPath().
- ChangedGdPictureDocumentUtilities: new method SetWebBrowserPoolSize().
- ChangedGdPictureDocumentUtilities: new method ClearWebBrowserCache().
- ChangedGdPictureStatus enumeration: new member WebBrowserStartingError.
- ChangedDocumentType enumeration: new member DocumentTypeHTML.
- ChangedDocumentFormat enumeration: new member DocumentFormatHTML.
- ChangedGdPictureDocumentConverter: new property HtmlPageWidth.
- ChangedGdPictureDocumentConverter: new property HtmlPageHeight.
- ChangedGdPictureDocumentConverter: new property HtmlPageMarginLeft.
- ChangedGdPictureDocumentConverter: new property HtmlPageMarginTop.
- ChangedGdPictureDocumentConverter: new property HtmlPageMarginRight.
- ChangedGdPictureDocumentConverter: new property HtmlPageMarginBottom.
- ChangedGdPictureDocumentConverter: new property HtmlPreferCSSPageSize.
- ChangedGdPictureDocumentConverter: new method LoadFromHttp().
- ChangedDocuVieware: new property EnableLinkRect.
- ChangedBattery of minor bug fixes.
14.1.106 04 March 2021
- ChangedImproves Office formats rendering engine.
- ChangedImproves MICR engine accuracy and speed.
- ChangedImproves OCR engine accuracy.
- ChangedImproves MRZ reader accuracy.
- ChangedImproves quality image annotations embedded into PDF.
- ChangedBattery of minor bug fixes.
14.1.105 25 February 2021
- ChangedImproves MICR engine accuracy and speed, and we will do even better in next release.
- ChangedImproves OCR engine accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedImproves (a lot) PDF/A converter and validation engines.
- ChangedOCRSpecialContext enumeration: added MICRLineE13B and MICRLineCMC7 members.
- ChangedGdPictureOCR: new property ExpectedSymbolCount.
- ChangedGdPicturePDF: new method SetForceRasterizerInterpolation().
- ChangedImproves blank page detection algorithm.
- ChangedDocuVieware: new JavaScript function: DirectSave().
- ChangedGdPictureImaging: new overload of Barcode1DReaderDoScan() to allow to set a timeout.
- ChangedBattery of minor bug fixes.
14.1.104 18 February 2021
- ChangedImproves MICR engine accuracy.
- ChangedImproves Office formats rendering engine.
- ChangedGdPicturePDF: new overloads of SearchText() to enable text search of any word in the search expression.
- ChangedBattery of minor bug fixes.
14.1.103 11 February 2021
- ChangedImproves PDF/A converter and validation engines.
- ChangedImproves MICR engine accuracy & speed.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedBattery of minor bug fixes.
14.1.102 04 February 2021
- ChangedGdPictureDocumentConverter: new property TimeoutMilliseconds.
- ChangedGdPictureImaging: new method ConvertTo1BppWAN().
- ChangedGdPicturePDF: new method ConvertToGrayscale().
- ChangedDocuVieware: new property LoadingTimeout.
- ChangedDocuVieware: new contextual menu item to remove selected text.
- ChangedDocuVieware: new property EnableRemoveTextItem.
- ChangedImproves MRZ reader accuracy and speed.
- ChangedImproves MRC engine.
- ChangedImproves OCR engine.
- ChangedImproves office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.101 28 January 2021
- ChangedImproves PDF redaction engine.
- ChangedImproves MRC engine.
- ChangedImproves PDF/OCR generation with Chinese language.
- ChangedImproves office formats rendering engine.
- ChangedImproves PDF text extraction engine.
- ChangedImproves PDF rendering engine.
- ChangedDocuVieware: new JavaScript function: RegisterOnTextUnselected().
- ChangedDocuVieware: new property: EnableTextCopyMenuItem.
- ChangedDocuVieware: added Chinese traditional locale.
- ChangedBattery of minor bug fixes.
14.1.100 20 January 2021
- ChangedImproves MRC engine.
- ChangedImproves OCR accuracy for Chinese language.
- ChangedImproves office formats rendering engine.
- ChangedImproves PDF engine.
- ChangedImproves DocuVieware UI responsiveness.
- ChangedBattery of minor bug fixes.
14.1.99 14 January 2021
- ChangedImproves digital signature support.
- ChangedImproves MRC engine accuracy and speed.
- ChangedPDFReducerConfiguration class: new property EnableParallelization.
- ChangedImproves PDF417 barcode decoder accuracy.
- ChangedBattery of minor bug fixes.
14.1.98 06 January 2021
- ChangedImproves toolkit speed.
- ChangedImproves automatic page orientation engine speed and accuracy.
- ChangedImproves OCR accuracy.
- ChangedImproves MRC engine accuracy and speed.
- ChangedBattery of minor bug fixes.
14.1.97 31 December 2020
- ChangedGdViewer (WinForm & WPF) new method TerminateLastAnnotInteractiveAdd().
- ChangedImproves PDF merging engine.
- ChangedImproves RTL support with GdPicture/XMP annotations.
- ChangedImproves page orientation detection engine.
- ChangedImproves MRC engine speed.
- ChangedDocuVieware: Improves UI and document loading speed.
- ChangedDocuVieware: added support for file attachment annotations.
- ChangedDocuViware: new property EnableFileAttachments.
- ChangedBattery of minor bug fixes.
- Changed< HNY/ >
14.1.96 24 December 2020
- ChangedImproves internal rendering engine speed.
- ChangedImproves digital signature support.
- ChangedImproves PDF/A converter and validation engines (speed & accuracy).
- ChangedImproves PDF parser, especially to handle malformed documents.
- ChangedImproves office formats rendering engine.
- ChangedImproves color detection engine accuracy.
- ChangedBattery of minor bug fixes.
- ChangedMerry Christmas / Feliz Navidad.
14.1.95 17 December 2020
- FixedFixes a critical issue on .NET 5.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedGdViewer (WinForm & WPF): new property PreserveViewRotation.
- ChangedDocuVieware: Improves TWAIN controller.
- ChangedDocuVieware: Improves interactive form-fields support.
- ChangedDocuVieware: dramatical speed improvement when session state mode is DocuViewareSessionStateMode.File.
- ChangedBattery of minor bug fixes.
14.1.94 10 December 2020
- ChangedImproves office formats rendering engine.
- ChangedImproves PDF/A converter and validation engines.
- ChangedImproves PDF parser with malformed documents.
- ChangedImproves rendering engine.
- ChangedImproves 2D barcode reader engine accuracy.
- ChangedDocuVieware: Improves the TWAIN Web scanning support.
- ChangedBattery of minor bug fixes.
14.1.93 03 December 2020
- ChangedAnnotationRuller: new TicksPerUnit property.
- ChangedImproves office formats rendering engine.
- ChangedImproves OCR engine accuracy and speed.
- ChangedImproves PDF/A converter and validation engines.
- ChangedDocuVieware: added support for multiple annotations selection.
- ChangedDocuVieware: new JavaScript function EnableAnnotMultiSelect().
- ChangedDocuVieware: new JavaScript function UnselectAnnot().
- ChangedBattery of minor bug fixes.
14.1.92 26 November 2020
- ChangedImproves OCR accuracy.
- ChangedImproves office formats rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves 1D & 2D barcode reader engines accuracy.
- ChangedBattery of minor bug fixes.
14.1.91 19 November 2020
- ChangedGdPicturePDF: new method GetPageImageICCProfile().
- AddedAdds support for CR3 raw image format and more than 50 others camera support.
- ChangedGdViewer (WinForm & WPF): added support for multiple annotations selection by code.
- ChangedGdPictureSegmenter: Improves layout analyzer engine.
- ChangedImproves MRC engine.
- ChangedImproves OCR engine.
- ChangedImproves PDF redaction engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves Office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.90 13 November 2020
- ChangedImproves Office formats rendering engine (speed and rendering fidelity).
- ChangedImproves PDF rendering engine (speed and rendering fidelity).
- ChangedImproves PDF reducer engine.
- ChangedImproves PDF redaction engine.
- ChangedGdViewer (WPF & WinForm): added multiple selection support to annotations.
- ChangedGdViewer (WPF & WinForm): new property AnnotationEnableMultiSelect.
- ChangedGdViewer (WPF & WinForm): Improves annotations rendering quality and speed.
- ChangedDocuVieware: new property TwainAcquisitionFormat.
- ChangedDocuVieware: Improves contextual menu appearance and interactivity.
- ChangedDocuVieware: new JavaScript function GetSelectedTextAreas().
- ChangedGdPicturePDF: Improves PDF repair functionality.
- ChangedGdPicturePDF: new methods IsValidPDFA().
- ChangedGdPicturePDF: new method CheckPDFAConformance().
- ChangedBattery of minor bug fixes.
14.1.89 04 November 2020
- ChangedImproves office formats rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves text extraction/selection engine.
- ChangedImproves OCR engine accuracy & speed.
- AddedAdds a new PDF/A validation engine.
- ChangedGdPicturePDF: new method ValidatePDFA().
- ChangedGdPictureImaging: 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.
- ChangedGdViewer (WinForm & WPF): Improves text selection.
- ChangedGdViewer (WinForm & WPF): new property DocumentFormat.
- ChangedGdViewer (WinForm & WPF): new property ClipAnnotsToPageBounds.
- ChangedDocuVieware: Improves text selection.
- ChangedDocuVieware: new property ShowLogo.
- ChangedDocuVieware: new JavaScript function DirectPrint().
- ChangedDocuVieware: added option into the saving dialog box to burn annotation to produced tiff documents.
- ChangedDocuVieware: Improves document navigation speed.
- ChangedDocuVieware: clients using external DocuVieware controller will have to update it. Latest version can be found here.
- ChangedDocuVieware: added optional parameter BurnAnnotations to the SaveAsTIFF() method.
- ChangedThe GdPicture.NET.14.jbig2.encoder.64.dll & GdPicture.NET.14.jbig2.encoder.dll are not required anymore.
- ChangedBattery of minor bug fixes.
14.1.88 20 October 2020
- ChangedImproves PDF/A converter engine.
- ChangedImproves Office formats rendering engine.
- ChangedImproves DOCX format conversion to PDF.
- ChangedImproves PDF text extraction engine.
- ChangedDocuVieware: Improves user interface & user experience.
- ChangedGdPictureDocumentConverter: new property: PdfUseDeflateOnJPEG.
- ChangedBattery of minor bug fixes.
14.1.87 09 October 2020
- AddedAdds support for doc, xls and ppt formats.
- ChangedDocuVieware: the SaveAsPDF method is now taking an optional parameter allowing to apply page view rotation(s) to the produced document.
- ChangedImproves text extraction and text search speed.
- ChangedImproves Office formats rendering engine.
- ChangedImproves SVG rendering engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves built-in PDF font pack engine.
- ChangedDocuVieware: new property AnnotationOrientationMode.
- AddedNew enumeration OrientationMode.
- ChangedGdViewer (COM/ActiveX edition): new property hWnd.
- ChangedBattery of minor bug fixes.
14.1.86 01 October 2020
- ChangedDocuVieware: Improves document rendering speed.
- ChangedDocuVieware: new event OpenFileError offering a fallback strategy to handle unsupported document formats.
- ChangedImproves 1D barcode reader accuracy.
- ChangedImproves 2D barcode reader accuracy.
- ChangedImproves SVG renderer.
- ChangedImproves DXF renderer.
- ChangedBattery of minor bug fixes.
14.1.85 23 September 2020
- ChangedGdViewer: new property: ClipRegionsToPageBounds.
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeConfidence().
- ChangedGdPictureImaging: new method BarcodeDataMatrixReaderGetBarcodeConfidence().
- ChangedGdPicturePDF: Improves formfields handling during page cloning.
- ChangedGdPicturePDF: new method SearchAndAddRedactionRegions().
- ChangedImproves SVG rendering engine.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves PDF parsing of malformed documents.
- ChangedImproves OCR engine speed and accuracy.
- ChangedImproves MRC engine speed and accuracy.
- ChangedImproves memory usage.
- ChangedBattery of minor bug fixes.
14.1.84 17 September 2020
- ChangedImproves MICR engine reading accuracy.
- ChangedImproves PDF rendering engine.
- ChangedImproves Office formats rendering engine.
- ChangedBattery of minor bug fixes.
14.1.83 10 September 2020
- ChangedGdPicturePDF: new overload AddJpegImageFromStream() to allow ICC profile embedding.
- ChangedGdPictureDocumentConverter: new property: EnableICC.
- ChangedImproves OCR accuracy.
- ChangedImproves PDF rendering engine.
- ChangedBattery of minor bug fixes.
14.1.82 08 September 2020
- ChangedImproves OCR accuracy.
- ChangedImproves PDF rendering engine.
- ChangedImproves Office formats rendering engine.
- ChangedImproves PDF text exaction engine.
- ChangedDocuVieware: saving dialog now offers a way to save documents with/without annotations.
- ChangedBattery of minor bug fixes.
14.1.81 01 September 2020
- ChangedImproves OCR engine accuracy.
- ChangedImproves 2D barcode reading accuracy.
- ChangedImproves Office formats rasterizer.
- ChangedBattery of minor bug fixes.
14.1.80 24 August 2020
- ChangedImproves MRZ engine accuracy.
- ChangedImproves 2D barcode reading accuracy.
- ChangedImproves Office formats rasterizer.
- ChangedImproves PDF generator engine.
- ChangedBattery of minor bug fixes.
14.1.79 13 August 2020
- ChangedImproves PDF rendering engine.
- ChangedImproves Office formats rendering engine.
- ChangedImproves RAW image format support.
- ChangedReleased first version of the MRZ recognition engine (special context of the GdPictureOCR API).
- ChangedBattery of minor bug fixes.
14.1.78 05 August 2020
- ChangedImproves OCR page rotation detection speed & accuracy.
- ChangedImproves office formats rasterizer.
- ChangedBattery of minor bug fixes.
14.1.77 02 August 2020
- ChangedGdPictureImaging: new method TwainSetKeepSourceEnabled().
- ChangedImproves Office formats rasterizer.
- ChangedImproves OCR engine accuracy.
- ChangedImproves OCR page rotation detection.
- AddedAdds special context for OCR of MRZ (Beta).
- ChangedBattery of minor bug fixes.
14.1.76 27 July 2020
- ChangedIntroduced support for text search using regular expressions.
- ChangedGdViewer (WinForm & WPF): new method SearchTextRegex().
- ChangedGdPicturePDF: new method SearchTextRegex().
- ChangedGdPicturePDF: new method RemoveXFAFormFieldsData().
- ChangedGdPictureOCR: new overloaded method GetOCRResultText().
- ChangedImproves PDF/A converter engine.
- ChangedImproves OCR engine accuracy.
- ChangedImproves Office formats rasterizer engine.
- ChangedBattery of minor bug fixes.
14.1.75 13 July 2020
- ChangedImproves automatic page orientation detection engine.
- ChangedImproves OCR segmentation engine.
- ChangedImproves PDF rendering engine.
- ChangedBattery of minor bug fixes.
14.1.74 09 July 2020
- ChangedGdPictureImaging: new overload: TagGetValueString() to favor ASCII representation of undefined tag types.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves Office formats rendering engine.
- ChangedImproves image loading speed.
- ChangedGdPicturePDF: new method UnembedFont().
- ChangedBattery of minor bug fixes.
14.1.73 02 July 2020
- ChangedImproves MRC engine accuracy speed.
- ChangedImproves 1D barcode recognition engine.
- ChangedImproves Office formats rasterizer.
- ChangedDocuVieware: added multi-line text search support.
- ChangedDocuVieware: Improves accessibility support based on WAI-ARIA specifications.
- ChangedGdPicturePDF: new method IsTagged().
- ChangedImproves PDF text extraction engine.
- ChangedBattery of minor bug fixes.
14.1.72 25 June 2020
- ChangedImproves MRC engine accuracy.
- ChangedImproves 1D & 2D barcode reader accuracy.
- ChangedImproves Office formats rasterizer.
- ChangedDocuVieware: new JavaScript API: RegisterOnDocumentSigned().
- ChangedDocuVieware: new JavaScript API SelectAnnot().
- ChangedGdPicturePDF: new method RemovePageBox().
- ChangedBattery of minor bug fixes.
14.1.71 18 June 2020
- ChangedAnnotationPolyRuler & AnnotationRuler annotations: new property Value.
- ChangedAnnotationManager: new method RenderAnnotation().
- ChangedImproves 1D & 2D barcode recognition engines.
- ChangedImproves office formats rasterizer.
- ChangedImproves PDF format rasterizer.
- ChangedImproves PDF parser to handle / recover more malformed documents.
- ChangedDocuVieware: new JavaScript function GetPageAnnotCount().
- ChangedDocuVieware: new JavaScript function GetPageAnnotId().
- ChangedDocuVieware: added support for impersonation level management.
- ChangedDocuVieware: Improves UI about annotation manipulations.
- ChangedBattery of minor bug fixes.
14.1.70 11 June 2020
- ChangedImproves PDF rasterizer engine.
- ChangedImproves MRC engine accuracy.
- ChangedImproves PDF/A converter engine.
- ChangedImproves office formats rasterizer engine.
- ChangedDocuVieware: Improves UI.
- AddedAdds Content and Password properties in GdViewer.WPF in order to set the content from the ViewModel in a MVVM fashion.
- ChangedBattery of minor bug fixes.
14.1.69 04 June 2020
- ChangedGdPicturePDF: new overload SearchText() to enable text search of strings across multiple lines.
- ChangedImproves PDF rasterizer engine.
- ChangedImproves Office formats rasterizer engine.
- ChangedImproves 1D barcode reader accuracy.
- ChangedImproves OCR engine accuracy and speed.
- ChangedBattery of minor bug fixes.
14.1.68 26 May 2020
- ChangedGdPictureDocumentUtilities: new method IsImageFormat().
- ChangedImproves PDF rasterizer engine.
- ChangedImproves PDF redaction engine.
- ChangedImproves accuracy of 1D barcode recognition engine.
- ChangedImproves accuracy of DataMatrix barcode recognition engine.
- ChangedImproves accuracy of OCR engine.
- AddedAdds new OCR engine producing fast & accurate recognition on single line of numeric characters.
- ChangedOCRSpecialContext: new enumeration member: SingleLineNumerics.
- ChangedGdPictureDocumentConverter: new properties: Author, Title, Subject, Producer, Metadata, Keywords.
- ChangedBattery of minor bug fixes.
14.1.66 14 May 2020
- ChangedGlobal performance improvements (memory & CPU usage).
- ChangedImproves MRC engine.
- ChangedImproves PDF rasterizer engine.
- ChangedImproves Office formats rasterizer engine.
- ChangedThumbnailEx: new method UnselectAllItems().
- ChangedThumbnailEx: new method LoadAllItems().
- ChangedThumbnailEx: new porperty DefaultItemCheckState.
- ChangedThumbnailEx: DefaultItemTextPrefixe property renamed to DefaultItemTextPrefix.
- ChangedPDFReducerImageQuality: new enumeration member ImageQualityVeryVeryHigh.
- ChangedDocuVieware: new method AddCustomToolbarButton().
- ChangedImproves PDF/A converter engine.
- ChangedBattery of minor bug fixes.
14.1.65 01 May 2020
- ChangedImproves text extraction engine.
- ChangedImproves Office formats rasterizer.
- ChangedBattery of minor bug fixes.
14.1.64 23 April 2020
- ChangedImproves Office formats rasterizer.
- ChangedDocuVieware: new JavaScript function SetAnnotationsInteractionState().
- ChangedDocuVieware: Improves TWAIN scanning speed.
- ChangedImproves text extraction engine.
- ChangedBattery of minor bug fixes.
14.1.63 16 April 2020
- ChangedDocuVieware: new JavaScript function UnselectAllAnnotations().
- ChangedDocuVieware: several UI improvements.
- ChangedDocuVieware: Fixes SVG file loading issue.
- ChangedImproves OCR accuracy.
- ChangedImproves margins detection filter.
- ChangedImproves office formats rasterizer.
- ChangedAnnotationEmbeddedImage: new property KeepAspectRatio.
- ChangedBattery of minor bug fixes.
14.1.62 09 April 2020
- ChangedImproves PDF rasterizer engine.
- ChangedImproves Office formats rasterizer engine.
- ChangedDocuVieware: Improves touch support.
- ChangedDocuVieware: added overload of LoadFromUri() taking ICredential parameters.
- ChangedDocuVieware: added new JavaScript API: RegisterOnViewerScroll()
- ChangedBattery of minor bug fixes.
14.1.61 02 April 2020
- ChangedImproves MRC engine.
- ChangedImproves OCR engine.
- ChangedImproves Office formats rasterizer engine.
- ChangedImproves PDF/A converter engine.
- ChangedDocuVieware: Improves UI responsivness.
- ChangedDocuVieware: added zooming support using crtl+whell.
- ChangedDocuVieware: added pinch zoom support.
- ChangedDocuVieware: added support for adding image annotation from the JavaScript API AddAnnot(). See reference guide for an example of usage.
- ChangedGdViewer (WinForms & WPF): new method ApplyAllRedactions().
- ChangedBattery of minor bug fixes.
14.1.60 26 March 2020
- ChangedImproves PDF rasterizer engine.
- ChangedImproves Office formats rasterizer engine.
- ChangedAnnotation: new public property ClientTag.
- ChangedGdViewer: new event AnnotationTextBoxKeyDown().
- ChangedGdViewer: new event AnnotationTextBoxLostFocus().
- ChangedGdPicturePDF: New method ClonePages().
- ChangedGdPicturePDF: Improves Redaction Engine.
- ChangedDocuVieware: new JavaScript functions: SetAnnotClientTag(), GetAnnotClientTag(), UpdateAnnotById(), GetAnnotProperties().
- ChangedDocuVieware: new server-side property: LinkAnnotationClickBehaviour.
- ChangedDocuVieware: added zoom preview support (by maintaining pressed zoom-in and zoom-out buttons).
- ChangedBattery of minor bug fixes.
14.1.59 20 March 2020
- FixedFixes a critical bug preventing usage of the WFP controls within the .NET Core edition.
- ChangedPDFReducerPDFVersion enumeration: added enumeration members PdfVersionA1a, PdfVersionA1b, PdfVersionA2a, PdfVersionA2b.
- ChangedImproves internal PDF/A editor engine.
14.1.58 19 March 2020
- ChangedImproves PDF rasterizer engine.
- ChangedImproves office formats rasterizer engine.
- ChangedImproves OCR engine.
- ChangedImproves automatic page orientation detection engine.
- ChangedImproves PDF text extraction engine.
- ChangedTextExtractionOptions enumeration: added new member PreserveLayout.
- ChangedGdPicturePDF: new event BeforePrintPage.
- ChangedGdPicturePDF: new event AfterPrintPage.
- ChangedGdPicturePDF: Improves timestamp server compatibility for digital signatures.
- ChangedDocuVieware: Improves UI responsiveness.
- ChangedBattery of minor bug fixes.
14.1.57 12 March 2020
- ChangedImproves office formats rasterizer engine.
- ChangedImproves links support for built-in PDF merger engine.
- ChangedImproves MRC engine accuracy.
- ChangedImproves OCR accuracy.
- ChangedImproves PDF rasterizer engine.
- ChangedGdPicturePDF: New method RemoveTextArea().
- ChangedGdPicturePDF: New overload GetPageTextWithCoords() to specify which information should be included in the output.
- ChangedGdPicturePDF: GetPageTextWithCoordsEx method marked as deprecated.
- AddedNew enumeration TextExtractionOutputInfo.
- ChangedDocuVieware: Various UI Improvements.
- ChangedDocuVieware: Improves support with stylus devices.
- ChangedBattery of minor bug fixes.
14.1.56 05 March 2020
- ChangedImproves MRC engine accuracy.
- ChangedImproves PDF/A converter engine.
- ChangedImproves office formats rasterizer engine.
- ChangedImproves PDF rasterizer engine.
- ChangedImproves PDF/OCR accuracy.
- ChangedBattery of minor bug fixes.
14.1.55 27 February 2020
- ChangedGdPicturePDF: New method RemoveAllText().
- ChangedGdPicturePDF: New method SetTextDecorationStyle().
- ChangedGdPicturePDF: New method SetTextUnderlineStyle().
- ChangedGdPicturePDF: New method SetTextUnderlineWidth().
- ChangedGdPicturePDF: New method SetTextUnderlineColor().
- ChangedGdPicturePDF: New method SetTextUnderlineDistance().
- ChangedGdPicturePDF: new overload SetSignatureText() to specify text decoration style of the text.
- ChangedGdPicturePDF: DrawTextUnderline methods marked as deprecated.
- AddedNew enumeration PdfTextDecorationStyle.
- AddedNew enumeration PdfTextUnderlineStyle.
- ChangedAutomatic conversion of Interleaved2Of5 barcode value to Febraban digital line.
- ChangedImproves PPTX and DOCX rasterizer engines.
- AddedAdds special context support into the OCR engine.
- ChangedGdPictureOCR: new overloaded method RunOCR() to specify a special context.
- AddedNew OCRSpecialContext enumeration.
- ChangedImproves MRC engine accuracy.
- ChangedBattery of minor bug fixes.
14.1.54 20 February 2020
- ChangedImproves PDF text extraction engine.
- ChangedImproves PPTX rasterizer engine.
- ChangedImproced OCR engine accuracy.
- ChangedPDFReducerConfiguration: New configuration option member RemovePagePieceInfo.
- ChangedGdPicturePDF: New method DeletePagePieceInfo().
- ChangedGdPicturePDF: New method HasInvisibleText().
- ChangedThumbnailEx: New method SetItemToolTipText().
- ChangedImproves JPEG2000 image decoder.
- ChangedDocuVieware: new JavaScript function GetAnnotBBoxOnViewer()
- ChangedDocuVieware: new digital signature snap-in.
- ChangedDocuVieware: new property ShowDigitalSignatureSnapIn.
14.1.53 13 February 2020
- ChangedImplemented support for PPTX (Preview).
- ChangedImproves XLSX rasterizer engine.
- ChangedImproves MRC engine accuracy and speed.
- ChangedImproves 1D & 2D barcode reader accuracy.
- ChangedImproves OCR automatic orientation detection.
- ChangedImproves TWAIN support with memory transfer mode.
- ChangedGdPicturePDF: new overload AddRedactionRegion() to specify transparency value of the region color.
- ChangedGdPicturePDF: Improves Redaction Engine.
- ChangedGdPicturePDF: Improves form fields Unicode support.
- ChangedGdPicturePDF: Improves font substitution for CJK text rendering.
- ChangedDocuVieware: Improves annotation rendering support.
- ChangedDocuVieware: new JavaScript function: RegisterOnAnnotationMoved().
- ChangedBattery of minor bug fixes.
14.1.52 31 January 2020
- ChangedImproves tiff codec to decode some malformed documents.
- ChangedImproves support for large linearized PDF creation (more than 2GB files).
- ChangedImproves PDF & Office format rasterizers.
- ChangedImproves 1D barcode reader accuracy.
- ChangedImproves OCR automatic orientation detection.
- ChangedImproves OCR accuracy.
- ChangedBattery of minor bug fixes.
14.1.51 22 January 2020
- ChangedDocuVieware class: new method GetDocuViewareControl().
- ChangedDocuVieware & DocuViewareControl classes: new method RegisterCertificate().
- ChangedDocuVieware & DocuViewareControl classes: new method ResetCertificates().
- ChangedDocuVieware: new JavaScript function SetAnnotationsVisibility().
- ChangedGdPicturePDF: Fixes minor issues in parsing engine.
- ChangedImproves PDF & Office format rasterizers.
- ChangedGdViewer: improves text selection and extraction for right-to-left text based documents.
- ChangedBattery of minor bug fixes.
14.1.50 14 January 2020
- ChangedGdPicturePDF & DocuVieware: Improves redaction precision for text objects.
- ChangedDocuVieware: New JavaScript function: ResetSelectedTextContextMenu.
- ChangedImproves PDF rasterizer engine.
- ChangedImproves .NET Core editions interfaces.
- ChangedBattery of minor bug fixes.
14.1.49 04 January 2020
- ChangedImproves PDF/OCR generation.
- ChangedImproves office format rendering engines.
- ChangedBattery of minor bug fixes.
14.1.48 21 December 2019
- ChangedImproves PDF rasterizer engine.
- ChangedImproves PDF generator engine.
- ChangedImproves office formats rasterizer engine.
- ChangedImproves loading speed of large office files.
- ChangedImproves support for more than 4 GB PDF files.
- ChangedGdPictureSegmenter: new method SetROI().
- ChangedGdPictureSegmenter: new method ResetROI().
- ChangedGdPicturePDF: Improves resource optimization in RemoveUnusedResources method.
- ChangedGdPicturePDF: Improves text extraction and search for right-to-left text based documents.
- ChangedDocuVieware: Improves performances with large documents.
- ChangedBattery of minor bug fixes.
14.1.47 13 December 2019
- ChangedImproves office formats rasterizer engine.
- ChangedGdPicturePDF: Improves redaction precision on text objects.
- ChangedImproves OCR accuracy and speed.
- ChangedDocuVieware: New JavaScript function SelectRedactionSnapIn().
- ChangedDocuVieware: New JavaScript function RegisterOnRedactionMarksApplied().
- ChangedDocuVieware: New JavaScript function HasPendingRedactionMark().
- ChangedDocuVieware: New javaScript function ExitAnnotationDrawingMode().
- ChangedBattery of minor bug fixes.
14.1.46 06 December 2019
- ChangedImproves OCR engine accuracy and speed.
- ChangedImproves RTL text support in office format rasterizers.
- ChangedGeneral improvements on office format rasterizers.
- ChangedDocuVieware: Added redaction support. (New redaction snap-in + set of features / API).
- ChangedDocuVieware: new .NET property ShowRedactionSnapIn.
- ChangedDocuVieware: new .NET method ApplyAllRedactions().
- ChangedDocuVieware: new JavaScript function RedactSelectedText().
- ChangedDocuVieware: new JavaScript function ApplyAllRedactions().
- ChangedDocuVieware: new JavaScript function AddRedactionMarkAnnotInteractive().
- ChangedGdPicturePDF: Improves redaction precission.
- ChangedBattery of minor bug fixes.
14.1.45 27 November 2019
- ChangedImproves OCR accuracy.
- ChangedGdPicturePDF: new overload AddRedactionRegion() to specify color for each added region.
- ChangedGdPicturePDF: Fixes minor issues in Annotation Flattening for FreeText Annotations.
- ChangedGdPicturePDF: Improves Redaction Engine.
- ChangedGdPicturePDF: Improves PDF/A converter engine.
- ChangedImproves Office formats rasterizer engine.
- ChangedBattery of minor bug fixes.
14.1.44 21 November 2019
- ChangedEmergency update causing regressions:
- Changed
- ChangedBad assembly version.
- AddedAdding item to ThumbnailEx control was not working anymore.
- ChangedOCR with automatic page orientation was raising exception in particular situations.
- ChangedEnhancements:
- Changed
- ChangedImproves PDF rendering.
- ChangedDocuVieware: Improves displaying of document having different page sizes .
14.1.43 19 November 2019
- ChangedImproves MRC accuracy.
- ChangedImproves OCR accuracy.
- ChangedImproves QrCode reader accuracy.
- ChangedImproves memory management.
- ChangedImproves office formats rasterizer engine.
- ChangedImproves PDF/A converter engine.
- ChangedGdPictureDocumentUtilities: new overload GetDocumentPreview to specify if thumbnail must be generated without any margin.
- ChangedGdPicturePDF: new method RemoveHiddenText().
- ChangedGdPicturePDF: new method ClearCachedResources().
- ChangedGdViewer (WinForms & WPF): new method AddRedactionAnnotInteractive().
- ChangedDocuVieware: reduced memory usage.
- ChangedBattery of minor bug fixes.
14.1.42 29 October 2019
- AddedAdds new annotation type: AnnotationRedaction
- ChangedAnnotationManager: new method AddRedactionAnnot().
- ChangedGdPicturePDF: new method Repair().
- ChangedDocuVieware: Improves TWAIN scanning support.
- ChangedImproves MRC engine.
- ChangedImproves MRC engine accuracy and speed.
- ChangedBattery of minor bug fixes.
14.1.41 24 October 2019
- ChangedGdPictureOCR: new method GetPageRotation()
- ChangedGdPictureOCR: new method GetPageSkewAngle()
- ChangedGdPictureOCR: new mehod GetBlockOrientation()
- ChangedImproves MRC engine accuracy.
- ChangedImproves OCR engine accuracy.
- ChangedDocuVieware: Improves page transfer speed.
- ChangedBattery of minor bug fixes.
14.1.40 17 October 2019
- AddedAdds PDF redaction support.
- ChangedImproves OCR engine accuracy.
- ChangedImproves MRC engine accuracy & speed.
- ChangedImproves OMR engine accuracy.
- ChangedImproves SVG rendering engine, quality and speed.
- ChangedGdPictureOCR: new property EnablePreprocessing.
- ChangedGdPictureOCR: new method GetWordConfidence().
- ChangedGdPictureOCR: new method GetSerializedResult().
- ChangedGdPicturePDF: new method SetOcrPageOrientationDetection().
- ChangedGdPicturePDF: new method AddRedactionRegion().
- ChangedGdPicturePDF: new method ApplyRedaction().
- ChangedGdPicturePDF: new method ClearRedactionRegions().
- AddedNew enumeration OCRBlockOrientation.
- ChangedDocuVieware: new property ImageQuality.
- ChangedImproves rendering speed.
- ChangedImproves font substitution mechanism for all formats.
- ChangedBattery of minor bug fixes.
14.1.39 08 October 2019
- ChangedImproves MRC engine.
- ChangedImproves OMR engine speed and accuracy.
- ChangedImproves PDF/OCR generation.
- ChangedImproves SVG rendering engine.
- ChangedImproves patch code reader accuracy.
- AddedAdds support for external OCR engine usage during PDF/OCR generation.
- ChangedDocuVieware: new property DisableAnnotationPrinting.
- ChangedGdPicturePDF: new method MergePages().
- ChangedGdPicturePDF: new method SetOverrideOcrEngine().
- ChangedGdPicturePDF: new method GetOverrideOcrEngine().
- ChangedGdPicturePDF: new event ExternalOcrPageRequest.
- AddedNew class added: PdfOcrOptions.
14.1.38 30 September 2019
- ChangedImproves SVG rendering engine.
- ChangedImproves digital signing support with the .NET core edition.
- ChangedImproves MRC engine: accuracy, speed and produced document quality.
- ChangedImproves OCR speed and accuracy.
- ChangedImproves .NET Core 3 edition. (now based on the final .NET core 3.0 release).
- ChangedDocuVieware: new JavaScript function LoadFromBase64().
- ChangedBattery of minor bug fixes.
14.1.37 18 September 2019
- AddedAdds support for converting SVG images to vector PDF documents.
- ChangedThumbnailEx control (WinForm): Improves drop shadow appearance and rendering speed.
- ChangedImproves PDF optimizer engine.
- ChangedImproves SVG rendering engine.
- ChangedImproves document printing support.
- ChangedImproves Office formats rendering engine.
- ChangedDocuVieware: new method LoadFromByteArray().
- ChangedDocuVieware: new method LoadFromFile().
- ChangedDocuVieware: new method BurnAnnotations().
- ChangedBattery of minor bug fixes.
14.1.36 10 September 2019
- ChangedGdPictureDocumentConverter class: new methods ConvertToPDF().
- ChangedGdPictureDocumentConverter class: new methods CombineToPDF().
- ChangedGdPictureDocumentConverter class: new property TxtPageWidth.
- ChangedGdPictureDocumentConverter class: new property TxtPageHeight.
- ChangedGdPictureDocumentConverter class: new property TxtPageMarginLeft.
- ChangedGdPictureDocumentConverter class: new property TxtPageMarginTop.
- ChangedGdPictureDocumentConverter class: new property TxtPageMarginRight.
- ChangedGdPictureDocumentConverter class: new property TxtPageMarginBottom.
- ChangedGdPictureDocumentConverter class: new property TxtHorizontalTextAlignment.
- ChangedGdPictureDocumentConverter class: new property TxtFontSize.
- ChangedGdPictureDocumentConverter class: new property TxtFontFamily.
- ChangedGdPictureDocumentConverter class: new property TxtFontBold.
- ChangedGdPictureDocumentConverter class: new property TxtFontItalic.
- ChangedImproves PDF encryption support.
- ChangedImproves Office formats renderers.
- ChangedImproves DocuVieware data transfer performances.
- ChangedImproves DocuVieware TWAIN controller.
- ChangedBattery of minor bug fixes.
14.1.35 03 September 2019
- ChangedImproves PDF/A converter engine.
- ChangedImproves XLSX format rendering and conversion to PDF.
- ChangedImproves performance and stability of the GdPicture.NET COM/ActiveX edition.
- ChangedDocuVieware: Improves stability and performance under high server loads.
- ChangedBattery of minor bug fixes.
14.1.34 29 August 2019
- ChangedImproves PDF reducer engine.
- ChangedImproves Office format rendering.
- ChangedImproves TWAIN support.
- ChangedGdPictureImaging: new method TwainImagePreview().
- ChangedGdPicturePDF: new overload DeleteOCG() to specify if OCG content shall be removed.
- ChangedDocuVieware: Improves TWAIN Controller UX.
- ChangedDocuVieware: Improves TWAIN acquisition speed.
- ChangedDocuVieware: new Javascript function GetPageWidth().
- ChangedDocuVieware: new Javascript function GetPageHeight().
- ChangedDocuVieware: added the possibility to undo drawings of freehand annotations one by one using ctrl+z shortcut.
- ChangedDocuVieware: added the possibility to select all current page text using ctrl+a shortcut.
- ChangedBattery of minor bug fixes.
14.1.33 16 August 2019
- ChangedImproves PDF form-fields support.
- ChangedDocuVieware: improves TWAIN scanning controller (speed & memory usage).
- ChangedXLSX rasterizer engine: improves support for cell/text formatting.
- ChangedBattery of minor bug fixes.
14.1.32 13 August 2019
- ChangedImproves PNG file creation speed and compression rate.
- ChangedImproves TIFF image creation speed and compression rate (when Deflate encoding is used).
- ChangedImproves PDF reducer engine (compression speed and rate).
- ChangedDOCX rasterizer engine: Fixes paragraph numbering-related issues.
- ChangedDOCX rasterizer engine: Fixes header/footer-related issues.
- ChangedGdPictureDocumentConverter: new property PdfEnableColorDetection.
- ChangedDocuVieware: Improves global performances.
- ChangedDocuVieware: introduced a new adaptive raster cache mechanism which dramatically speed-up transfer content of reused documents.
- ChangedDocuViewareControl: new property EnableAdaptiveRasterCache.
- ChangedDocuVieware: new property EnableAdaptiveRasterCache.
- ChangedDocuViewareManager: new method SetAdaptiveRasterCacheLength().
- ChangedBattery of minor bug fixes.
14.1.31 07 August 2019
- ChangedGdViewer (WinForm): Improves UI.
- ChangedImproves PDF/A converter engine.
- ChangedImproves XLSX rasterizer engine.
- ChangedImproves RAW image loading.
- ChangedImproves WIA and TWAIN scanning support.
- ChangedImproves MRC engine.
- ChangedGdPicture & DocuVieware: added .NET Core 3 edition of the assemblies. (preview).
- ChangedGdPicturePDF: new method FlattenVisibleOCGs().
- ChangedBattery of minor bug fixes.
14.1.30 30 July 2019
- ChangedImproves PDF rasterizer engine.
- ChangedImproves XLSX rasterizer engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF/OCR generator.
- ChangedImproves PDF Reducer engine.
- ChangedPdfEncryption Enumeration: added new member PdfEncryption256BitAES2.
- ChangedGdPicturePDF added AES-256 encryption algorithm with Improves password handling introduced in ISO 32000-2.
- ChangedBattery of minor bug fixes.
14.1.29 23 July 2019
- ChangedIntroduced support for XLSX format.
- ChangedImproves MRC engine.
- ChangedImproves PDF Reducer engine.
- ChangedGdPicturePDF: new overload FlattenFormFields() to specify page on which form fields shall be flattened.
- ChangedGdPicturePDF: new method FlattenAnnotation().
- ChangedGdPicturePDF: reduced produced file size.
- ChangedImproves COM edition support for Delphi.
- ChangedBattery of minor bug fixes.
14.1.28 17 July 2019
- ChangedImproves MRC engine speed and accuracy.
- AddedNew PDF optimizer engine. Delivered through the GdPicturePDFReducer class (requires Ultimate edition).
- ChangedImproves SVG rasterizer.
- ChangedImproves PDF/A converter engine.
- ChangedDocuVieware: Improves UI responsiveness.
- ChangedBattery of minor bug fixes.
14.1.27 10 July 2019
- ChangedImproves MRC engine speed and accuracy.
- ChangedIntroduced support for tables in RTF rasterizer engine.
- ChangedImproves SVG rasterizer.
- ChangedDocuVieware: Improves gesture support with touch screen devices.
- ChangedDocuVieware: Added support for password protected documents from the client side.
- ChangedBattery of minor bug fixes.
14.1.26 04 July 2019
- ChangedImproves MRC engine.
- ChangedImproves PDF/A converter engine.
- ChangedImproves PDF rendering engine.
- ChangedImproves SVG rendering engine.
- ChangedImproves PDF text extraction engine.
- ChangedImproves support for password protected PDF with unicode characters.
- ChangedImproves printing speed.
- ChangedGdPicturePDF: new overload EmbedFile() for embedding files from stream.
- ChangedGdPicturePDF: new method PrintSetPreRasterizationDPI().
- ChangedGdViewer (WPF and WinForms): new method PrintSetPreRasterizationDPI().
- ChangedBattery of minor bug fixes.
14.1.25 25 June 2019
- ChangedGdPicture.NET is now compatible with .NET core 3 Windows Forms App.
- ChangedImproves COM edition interfaces generation to offer backward/forward compatibility starting version 14.0.25.
- ChangedImproves MRC engine.
- ChangedImproves PDF/OCR generator.
- ChangedSeveral improvements on user control appearances (WinForm and WPF).
- ChangedThumbnailEx WinForm control: new property EnableDropShadow.
- ChangedGdViewer WinForm control: new property DrawPageBorders.
- ChangedGdViewer WinForm control: new property PageBordersPenSize.
- ChangedGdViewer WinForm control: new property PageBordersColor.
- ChangedImproves PDF/A converter engine.
- ChangedImproves built-in PDF font pack engine.
- ChangedGdPictureOCR: Added automatic automatic orientation support with LSTM based dictionaries.
- ChangedDocuVieware: Improves document loading speed while using http/ftp transfer modes.
- ChangedBattery of minor bug fixes.
14.1.23 19 June 2019
- ChangedImproves image autocrop with 32bpp bitmap.
- ChangedImproves MRC engine accuracy and speed.
- ChangedImproves PDF/A converter engine.
- ChangedImproves SVG rendering engine.
- ChangedImproves DOCX rasterizer engine.
- ChangedBattery of minor bug fixes.
14.1.22 12 June 2019
- ChangedIntroduced the first version of the built-in PDF to PDF/A converter.
- ChangedImproves PDF generation speed.
- ChangedImproves SVG rasterizer.
- ChangedGdPicturePDF: new method ConvertToPDFA().
- ChangedImproves MRC engine.
- ChangedImproves QR-Code reader engine.
- AddedNew enumeration PdfConversionConformance.
- ChangedDocuVieware: Improves stylus support.
- ChangedBattery of minor bug fixes.
14.1.21 04 June 2019
- ChangedImproves MRC engine.
- ChangedImproves SVG renderer.
- ChangedIntroduced support of page layouts with several columns in DOCX rasterizer engine.
- ChangedImproves OCR accuracy and stability with LSTM based dictionaries.
- ChangedGdPicturePDF: Improves digital signature and certification processing.
- ChangedGdPicturePDF: Improves forms editing support.
- ChangedAnnotationManager: new method GetFirstAnnotationCommentIdx().
- ChangedDocuVieware: Improves user experience.
- ChangedBattery of minor bug fixes.
14.1.20 22 May 2019
- ChangedImproves MRC engine accuracy.
- ChangedImproves SVG rasterizer.
- ChangedImproves DOCX rasterizer.
- ChangedGdPictureImaging: New enumeration BarcodeAztecCodeVersion.
- ChangedDocuVieware: new property AjaxCustomHeaders.
- ChangedDocuVieware: new property FileDownloadCustomHeaders.
- ChangedDocuVieware: new property AjaxRequestTimeout.
- ChangedDocuVieware: new JavaScript function DisplayMessageBox().
- ChangedDocuVieware: new JavaScript function DisplayPendingActionNotification().
- ChangedDocuVieware: new JavaScript function HidePendingActionNotification().
- ChangedDocuVieware: Improves speed on farms context.
- ChangedGdPicturePDF: set of new methods DrawBarcodeAztec().
- ChangedGdPicturePDF: Improves text extracion / text selection coordinate precision.
- ChangedImproves compatibility with .NET Core 3.0 (preview).
- ChangedBattery of minor bug fixes.
14.1.19 15 May 2019
- ChangedImproves QR-code decoder accuracy.
- ChangedGdPicturePDF: Improves digital signature and certification processing.
- ChangedImproves global speed of the Toolkit.
- ChangedImproves MRC engine accuracy and speed.
- ChangedBattery of minor bug fixes.
14.1.18 08 May 2019
- ChangedImproves MRC engine accuracy and speed.
- ChangedImproves Office formats rasterizer.
- ChangedImproves SVG rasterizer.
- ChangedImproves PDF rasterizer.
- ChangedBattery of minor bug fixes.
14.1.17 01 May 2019
- ChangedImproves MRC engine.
- ChangedImproves PDF generator engine.
- ChangedImproves SVG rasterizer.
- ChangedDocuVieware: Improves UI with mobile devices.
- ChangedBattery of minor bug fixes.
14.1.16 24 April 2019
- ChangedImportant improvements in the DOCX rasterizer engine.
- ChangedImproves MRC engine accuracy.
- ChangedBattery of minor bug fixes.
14.1.15 17 April 2019
- ChangedImproves MRC engine accuracy.
- ChangedImproves 1D barcode reader accuracy and speed.
- ChangedImproves PDF rasterizer.
- ChangedGdPicturePDF: new method GetPageUserUnit().
- ChangedGdPicturePDF: new method SetPageUserUnit().
- ChangedGdPictureDocumentConverter: new property RasterizationDPI.
- ChangedDocuVieware: Improves annotations manipulation support.
- ChangedIntroduced support for tables in header/footer in DOCX rasterizer engine.
- ChangedImproves header/footer rendering in DOCX rasterizer engine.
14.1.14 09 April 2019
- ChangedImproves MRC engine.
- ChangedImproves PDF rendering quality.
- ChangedGdPictureImaging: new overload SaveAsJPEG() to specify jpeg sub-sampling mode.
- AddedNew enumeration JPEGSubsamplingMode.
- ChangedBattery of minor bug fixes.
14.1.13 03 April 2019
- ChangedImproves zero-length pdf path rendering.
- FixedFixes a critical bug in DocuVieware preventing execution in some context. (2)
14.1.12 02 April 2019
- FixedFixes a critical bug in DocuVieware preventing execution in some context.
14.1.11 01 April 2019
- ChangedIntroduced a new rendering engine based on Skia. Now GdPicture.NET.14.Imaging.Rendering.Skia(.64).dll is required by the runtime.
- ChangedGdViewer: improves rendering speed and control responsiveness with large bitmap.
- ChangedImproves of lot the rendering speed of all kind of documents (PDF, DOCX, DXF, raster images…).
- ChangedImproves memory usage of the toolkit.
- ChangedGdPicturePDF: new method SetTextExtractionOptions().
- ChangedImproves autodeskew filter speed and produced image quality.
- Addednew enumeration TextExtractionOptions.
- ChangedImproves support of tables (notably tables split over several pages) in DOCX and ODT rasterizer engines.
- ChangedSeveral improvements on the MRC engine.
- ChangedDocuVieware: new JavaScript function RegisterOnSnapInPanelResized().
- ChangedDocuVieware: new JavaScript function RegisterOnSnapInPanelToggle().
- ChangedDocuVieware: new JavaScript function RemoveAnnotById().
- ChangedBattery of minor bug fixes.
14.1.9 14 March 2019
- ChangedImproves the support of forced page breaks and tables of one single cell in the DOCX rasterizer engine.
- ChangedImproves 1D barcode reader engine accuracy and speed.
- ChangedImproves MRC engine accuracy.
- ChangedReintroduced PDFA/1 (a-b) generation support for produced documents of the MRC engine.
- AddedAdds support for custom annotations printing.
- ChangedImproves PDF/OCR generator accuracy.
- ChangedImproves PDF rendering engine.
- ChangedBattery of minor bug fixes.
14.1.8 07 March 2019
- ChangedImproves 1D barcode reader accuracy and speed.
- ChangedImproves MRC engine.
- ChangedImproves text rendering and extraction support with multi-byte characters.
- ChangedDocuVieware: new property RasterizerPixelSizeLimit.
- ChangedDocuVieware: new method GetLastTransferError().
- ChangedBattery of minor bug fixes.
14.1.7 27 February 2019
- ChangedGreatly Improves the rendering of table borders in the DOCX rasterizer engine.
- ChangedImproves MRC engine compression rate and produced documents quality.
- ChangedImproves PDF rendering speed.
- ChangedBattery of minor bug fixes.
14.1.6 21 February 2019
- ChangedImproves rendering and rasterizing speed of large bitmaps.
- ChangedIntroduced the support of tables in the ODT rasterizer engine.
- ChangedImproves MRC engine accuracy.
- ChangedImproves PDF rendering speed and memory usage.
- ChangedGdViewer (WinForms & WPF): Improves zooming speed of large documents.
- ChangedDocuVieware: Improves page transfer speed.
- ChangedImproves PDF Text Search functionality.
- ChangedGdPicturePDF: new overload SearchText().
- ChangedGdViewer: new overload SearchText().
- ChangedGdViewer: new overload GetTextOccurrenceCount().
- ChangedGdPicturePDF: new method GetFormFieldsNeedAppearances().
- ChangedGdPicturePDF: new method SetFormFieldsNeedAppearances().
- ChangedImproves built-in PDF optimization engine.
- ChangedBattery of minor bug fixes.
14.1.5 12 February 2019
- ChangedImproves MRC compression rate and produced document quality.
- ChangedImproves OCR engine accuracy.
- ChangedImproves DOCX and ODT rasterizers.
- ChangedImproves 1D & 2D barcode reader accuracy & speed.
- ChangedGdPicturePDF: new method RemoveUnusedResources().
- ChangedImproves PDF parser and built-in PDF optimization engine.
- ChangedDocuVieware: new property CustomHeaders.
- ChangedBattery of minor bug fixes.
14.1.4 1 February 2019
- ChangedImproves MRC compression rate and produced document quality.
- ChangedImproves DOCX and ODT rasterizer engines.
- ChangedImproves PDF/OCR engine.
- ChangedImproves 2D barcode reader accuracy.
- ChangedImproves built-in PDF font pack engine.
- ChangedDocuVieware: improves loading speed of RTF, ODT and DOCX document on farms hosting.
- ChangedDocuVieware: Fixes compatibility issue with RequireJS.
- ChangedBattery of minor bug fixes.
14.1.3 23 January 2019
- ChangedImproves MRC engine compression rate.
- ChangedImproves memory management of the internal PDF merger engine.
- ChangedImproves accuracy of 1D & 2D barcode reader engines.
- ChangedImproves DOCX and ODT rasterizers.
- ChangedImproves PDF/OCR generator.
- ChangedBattery of minor bug fixes.
14.1.2 17 January 2019
- ChangedImproves 1D barcode reading accuracy.
- ChangedImproves 2D barcode reading accuracy.
- ChangedImproves ODT rasterizer.
- ChangedImproves MRC engine compression rate.
- ChangedBattery of minor bug fixes.
14.1.1 10 January 2019
- ChangedGdViewer (WinForm & WPF): new property AnnotationSelectionLineColor.
- ChangedGdPicturePDF: new overload method IsPageImage(bool IgnoreHiddenText).
- ChangedGdPicturePDF: new method ReplaceImageMRC().
- ChangedGdPicturePDF: new method AutoDeskew().
- ChangedImproves DOCX rasterizer.
- ChangedImproves ODT rasterizer.
- ChangedImproves MRC engine.
- ChangedImproves 1D barcode reader accuracy.
- ChangedBattery of minor bug fixes.
14.1.0 2 January 2019
- AddedAdds support for OpenDocument Text format (.odt).
- ChangedImproves MRC compression rate and quality of produced documents.
- ChangedImproves 1D barcode reader accuracy.
- ChangedImproves 2D barcode reader accuracy.
- ChangedImproves DOCX rasterizer.
- ChangedImproves the color detection engine.
- ChangedGdPicturePDF: new method GetWrappedTextLineCount().
- ChangedImproves built-in PDF merger engine.
- ChangedImproves built-in PDF font pack engine.
- ChangedThe SDK now targets the .NET framework 4.6.
- ChangedBattery of minor bug fixes.
14.0.77 29 November 2018
- ChangedMRC engine: Improves quality and compression rate of produced documents.
- ChangedGdPictureDocumentConverter: new method SaveAsDOCX().
- ChangedGdPictureDocumentConverter: new property DocXImageQuality.
- ChangedGdPictureImaging: new method SetPixelArrayByteBGR().
- ChangedImproves PDF, DOCX and RTF rasterizers.
- ChangedImproves 2D barcode recognition speed and accuracy.
- ChangedImproves PDF form-fields support, especially with Unicode characters handling.
- ChangedBattery of minor bug fixes.
14.0.76 21 November 2018
- ChangedMRC engine: Improves quality and compression rate of produced documents.
- ChangedGdPicturePDF: new method DeleteCustomPDFInformation()
- ChangedImproves 1D barcode reader accuracy, especially with low quality images.
- ChangedBattery of minor bug fixes.
14.0.75 16 November 2018
- ChangedMRC engine: Improves quality and compression rate of produced documents.
- ChangedGdPicturePDF: new method GetPageTextWithCoordsEx().
- ChangedImproves OCR speed, especially with document having lot of content.
- ChangedImproves DOCX rasterizer.
- ChangedImproves PDF text extraction.
- ChangedImproves 2D barcode reader robustness.
- ChangedBattery of minor bug fixes.
14.0.74 09 November 2018
- ChangedMRC engine: Improves quality and compression rate of produced documents.
- ChangedImproves 2D barcode recognition speed and accuracy.
- ChangedBattery of minor bug fixes.
14.0.73 07 November 2018
- ChangedImplemented a new adaptive file caching mechanism into the toolkit.
- ChangedImproves PDF rasterizer.
- ChangedImproves MRC engine compression rate and quality of produced documents.
- ChangedImproves 2D barcode reader accuracy.
- ChangedGdPictureOCR: new property EnableVigorousDespeckle.
- ChangedGdPictureDocumentUtilities: new method SetAdaptiveFileCachingMechanism().
- ChangedGdPictureDocumentUtilities: new method ReleaseAllGdPictureImages().
- ChangedGdPicturePDF: new method GuessPageTextRotation().
- ChangedGdPicturePDF: new method SetAnnotationName().
- ChangedGdPicturePDF: new method GetAnnotationName().
- ChangedGdPicturePDF: dramatically reduced memory usage while manipulating / cloning documents.
- ChangedBattery of minor bug fixes.
14.0.72 30 October 2018
- AddedAdds support for reading and writing Aztec Codes.
- ChangedImproves the MRC engine compression rate, quality and speed.
- ChangedGdPicturePDF: new method SetMRCPreserveSmoothing().
- ChangedGdPictureSegmenter: new method GetBlockType().
- ChangedGdPictureImaging: new method BarcodeAztecReaderClear().
- ChangedGdPictureImaging: new method BarcodeAztecReaderDoScan().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeCount().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeValue().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeValueRAW().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeValueRAWBase64().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeX1().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeX2().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeX3().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeX4().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeY1().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeY2().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeY3().
- ChangedGdPictureImaging: new method BarcodeAztecReaderGetBarcodeY4().
- ChangedGdPictureImaging: new method BarcodeAztecGetSize().
- ChangedGdPictureImaging: new method BarcodeAztecWrite().
- ChangedImproves DOCX rasterizer.
- ChangedBattery of minor bug fixes.
14.0.71 19 October 2018
- ChangedImproves MRC engine.
- ChangedDOCX rasterizer: Fixes a number of issues related to tabs, lists and indentation.
- ChangedImproves PDF page normalization feature.
- ChangedBattery of minor bug fixes.
14.0.70 12 October 2018
- ChangedGdPicturePDF: new method SetMRCImageBackgroundResolution().
- ChangedImproves MRC engine: produced output quality and compression rate.
- ChangedImproves DOCX and PDF rendering engines.
- ChangedImproves PDF/OCR generation (accuracy and memory usage).
- ChangedBattery of minor bug fixes.
14.0.69 04 October 2018
- ChangedGdPicturePDF: new overload FormFieldHasBorderColor().
- ChangedGdPicturePDF: new overload GetFormFieldBorderColor().
- ChangedGdPicturePDF: new overload SetFormFieldBorderColor().
- ChangedGdPicturePDF: new overload SetFormFieldNoBorderColor().
- ChangedGdPicturePDF: new overload GetFormFieldBorderStyle().
- ChangedGdPicturePDF: new overload SetFormFieldBorderStyle().
- ChangedImproves MRC engine: speed, compression rate, output quality.
- ChangedImproced rendering of PDF documents with CJK fonts.
- ChangedImproves 1D barcode reader accuracy.
- ChangedImproves DOCX renderer, especially images position, text position, text rendering, indentations and tabulations.
- ChangedBattery of minor bug fixes.
14.0.67 20 September 2018
- ChangedImproves quality of produced documents by the MRC engine.
- ChangedImproves OCR accuracy & speed.
- ChangedImproves DXF rasterizer.
- ChangedImproves PDF/A generator.
- ChangedBattery of minor bug fixes.
14.0.66 11 September 2018
- ChangedGdPicturePDF: new overload GetFormFieldCheckBoxStyle()
- ChangedGdPicturePDF: new overload SetFormFieldCheckBoxStyle()
- ChangedImproves MRC engine (compression rate and output quality).
- ChangedImproves DXF rasterizer.
- ChangedImproves DOCX rendering speed.
- ChangedBattery of minor bug fixes.
14.0.65 03 September 2018
- ChangedGdPicturePDF: new method BeginXObjectForm.
- ChangedGdPicturePDF: new method EndXObjectForm.
- ChangedGdPicturePDF: new method DrawXObjectForm.
- ChangedDocuVieware: new JavaScript function: GetAnnotPropertiesValues()
- ChangedImproves PDF generation speed.
- ChangedImproves DXF rasterizer.
- ChangedImproves MRC engine (compression rate and output quality).
- ChangedImproves 1D barcode reading speed and accuracy.
14.0.64 15 August 2018
- FixedFixes regression on the PDF/MRC engine.
- ChangedImproves MRC engine (produced document quality and compression rate).
- ChangedImproves borders detection engine accuracy.
14.0.63 13 August 2018
- ChangedGdPictureImaging: Improves speed of the TiffMergeFiles() methods.
- ChangedImproves DXF -> PDF converter.
- ChangedImproves borders detection accuracy.
- ChangedMRC engine: Improves compression rate and dramatically increased quality of produced documents.
- ChangedDocuVieware: the control now uses FIPS-compatible cryptographic algorithms.
- ChangedBattery of minor bug fixes.
14.0.62 03 August 2018
- AddedAdds support for PDF 2.0 reading (writing was already supported).
- ChangedImproves MRC compression engine (better quality of produced documents and better compression rate).
- ChangedImproves DOCX rasterizer, especially with tables rendering.
- ChangedBattery of minor bug fixes.
14.0.61 26 July 2018
- ChangedImproves 1D & 2D barcode recognition speed and accuracy.
- ChangedImproves DXF rasterizer.
- ChangedImproves PDF rasterizer.
- ChangedImproves DOCX rasterizer.
- ChangedImproves DXF –> PDF conversion to produce smaller file size.
- ChangedGdPicturePDF: added a font compression / reduction engine.
- ChangedGdPicturePDF: new method PackFonts()
- ChangedImproves compression rate and produced document quality of the MRC engine.
- ChangedImproves PDF417 barcode decoder accuracy.
- ChangedBattery of minor bug fixes.
- FixedFixes a DOCX reading error.
14.0.60 16 July 2018
- ChangedGdViewer: ForceTemporaryModeForImage and ForceTemporaryModeForPDF properties renamed to ForceTemporaryMode.
- ChangedDocuVieware: new static method DocuViewareManager.CollectSessionsData().
- ChangedImproves color detection engine accuracy.
- ChangedImproves DOCX rasterizer.
- ChangedImproves DXF rasterizer.
- ChangedImproves PDF417 barcode reader accuracy.
- ChangedImproves compression rate of the MRC engine.
- ChangedBattery of minor bug fixes.
14.0.58 07 July 2018
- ChangedImproves 1D barcode reader accuracy and speed.
- ChangedImprovd DOCX rendering.
- ChangedImproves DXF rendering.
- ChangedBattery of minor bug fixes.
14.0.57 05 July 2018
- AddedAdds support for DXF document viewing (preview).
- ChangedImproves malformed PDF parsing.
- ChangedImproves 1D & 2D barcode detection accuracy.
- ChangedImproves DOCX rasterizer.
- ChangedReduced size of produced PDF.
- ChangedImproves MRC engine to produce better quality output.
- ChangedGdPicturePDF: new method ResetFormFieldCheckedState().
- ChangedGdPicturePDF: new method ResetFormFieldDefaultCheckedState().
- ChangedGdPicturePDF: new overload GetFormFieldFontSize().
- ChangedGdPicturePDF: new overload GetFormFieldFontColor().
- ChangedGdPicturePDF: new overload SetFormFieldFontSize().
- ChangedGdPicturePDF: new overload SetFormFieldFontColor().
- ChangedGdPicturePDF: new method GetFormFieldBackgroundColor().
- ChangedGdPicturePDF: new method SetFormFieldBackgroundColor().
14.0.56 21 June 2018
- ChangedImproves DOCX renderer.
- ChangedImproves PDF renderer.
- ChangedImproves MRC compression engine to produce better quality output.
- ChangedImproves color detection engine accuracy.
- ChangedImproves 1D & 2D barcode readers speed & accuracy.
- AddedAdds support for generating PDF/Universal Accessibility (PDF/UA).
- ChangedGdPicturePDF: new method GetTagRootID().
- ChangedGdPicturePDF: new method NewTag().
- ChangedGdPicturePDF: new method BeginMarkedContentSequence().
- ChangedGdPicturePDF: new method BeginMarkedContent().
- ChangedGdPicturePDF: new method EndMarkedContent().
- ChangedGdPicturePDF: new method AttachTagToAnnotation().
- ChangedGdPicturePDF: new method AttachTagToFormField().
- ChangedGdPicturePDF: new method MapStructureType().
- ChangedGdPicturePDF: new method SetLanguage().
- ChangedGdPicturePDF: new method SetTagTitle().
- ChangedGdPicturePDF: new method SetTagAlternateDescription().
- ChangedGdPicturePDF: new method SetTagActualText().
- ChangedGdPicturePDF: new method SetTagLanguage().
- ChangedGdPicturePDF: new method SetTagAttribute().
- ChangedDocuVieware: new JavaScript function ShowSnapIn().
- ChangedDocuVieware: new JavaScript function HideSnapIn().
- ChangedDocuVieware: new JavaScript function RegisterOnThumbnailsSnapInSelected().
- ChangedDocuVieware: new JavaScript function RegisterOnBookmarksSnapInSelected().
- ChangedDocuVieware: new JavaScript function RegisterOnSearchSnapInSelected().
- ChangedDocuVieware: new JavaScript function RegisterOnAnnotationsSnapInSelected().
- ChangedDocuVieware: new JavaScript function RegisterOnCommentsSnapInSelected().
- ChangedBattery of minor bug fixes.
14.0.55 14 June 2018
- ChangedGdPictureImaging: new method AppendToTiff().
- ChangedImproves form-fields handling.
- ChangedImproves MRC compression rate.
- ChangedImproves DataMatrix reader accuracy.
- ChangedImproves automatic borders removal filter.
- ChangedImproves PDF parsing and rendering.
- ChangedBattery of minor bug fixes.
14.0.54 06 June 2018
- ChangedImproves borders detection filters speed and accuracy.
- ChangedImproves DOCX rendering.
- ChangedImproves QR-code reader speed and accuracy.
- ChangedImproves OCR accuracy on color bitmap.
- ChangedImproves PDF form-fields handling.
- ChangedDocuVieware: new JavaScript function LoadFromByteArray().
- ChangedBattery of minor bug fixes.
14.0.53 29 May 2018
- ChangedImproves black border removal filter.
- ChangedImproves MRC engine.
- ChangedImproves QR-code reading speed and accuracy.
- ChangedImproves form-fields handling support.
- ChangedGdViewer (WinForm and WPF): the aspect ratio of annotations is maintained during resizing with shift key pressed.
- ChangedGdPictureDocumentConverter: new property PdfImageQuality.
- ChangedBattery of minor bug fixes.
- ChangedImproves DOCX rasterizer.
14.0.52 22 May 2018
- ChangedImproves OCR engine accuracy.
- ChangedImproves PDF/OCR generation.
- ChangedImproves borders removal filter accuracy.
- ChangedImproves punch holes removal filter accuracy.
- ChangedImproves blank page detection filter accuracy.
- ChangedBattery of minor bug fixes.
14.0.51 18 May 2018
- ChangedImproves docx renderer.
- ChangedImproves PDF parser.
- ChangedImproves borders detection algorithm.
- ChangedImproves OCR page orientation detection feature.
- ChangedImproves 1D & 2D barcode readers accuracy and speed.
- ChangedBattery of minor bug fixes.
14.0.50 10 May 2018
- ChangedImproves PDF rendering with ICC color spaces.
- ChangedImproves accuracy and speed of Qr Code recognition engine.
- ChangedBattery of minor bug fixes.
14.0.49 07 May 2018
- ChangedImproves PDF rendering with CJK fonts.
- ChangedImproves punch holes removal filter speed and accuracy.
- ChangedImproves black margins removal filter speed and accuracy.
- ChangedImproves white margins removal filter speed and accuracy.
- ChangedImproves borders detection filter speed and accuracy.
- ChangedImproves the blank page detection engine.
- ChangedImproves accuracy and speed of 1D barcode recognition engine.
14.0.48 27 April 2018
- ChangedGdViewer WPF: Improves annotation rendering quality.
- ChangedImproves speed of the punch holes removal filter.
- ChangedImproves loading speed of large tiff files.
- ChangedImproves text search and text extraction speed.
- ChangedDocuVieware: form-fields tab order is now honored.
- ChangedBattery of minor bug fixes.
14.0.47 19 April 2018
- ChangedImproves punch hole removal filter accuracy and speed (up to 6x faster).
- ChangedImproves docx document rendering.
- ChangedDocuVieware: new javascript function EnsureAnnotVisibility().
- ChangedDocuVieware: Improves user experience related to annotations and text results navigation.
- ChangedBattery of minor bug fixes.
14.0.46 13 April 2018
- ChangedImproves DICOM image reader speed and memory usage.
- ChangedImproves jpeg2000 & JBIG2 decoding speed and memory usage in the 32-bit version (64-bit was already optimized).
- ChangedGdPicturePDF: Improves SetFormFieldDefaultChecked() method.
- ChangedGdPicturePDF: new method RemoveJavaScript()
- ChangedGdViewer (WPF version): Improves support for page link navigation in touch mode.
- ChangedImproves 1D barcode reader accuracy and speed.
- ChangedImproves COM/ActiveX interface.
14.0.45 06 April 2018
- ChangedImproves color detection engine accuracy.
- ChangedPDF: Improves form-fields handling (radio buttons, list boxes).
- ChangedGdPicturePDF: new overload GetFormFieldOnStateName().
- ChangedGdPicturePDF: new overload SetFormFieldOnStateName().
- ChangedGdPicturePDF: new method GetFormFieldDefaultChecked().
- ChangedGdPicturePDF: new method SetFormFieldDefaultChecked().
- ChangedGdPicturePDF: new overload GetFormFieldChecked().
- ChangedGdPicturePDF: new overload SetFormFieldChecked().
- ChangedGdPicturePDF: new overload GetFormFieldValue().
- ChangedGdPicturePDF: new overload SetFormFieldValue().
- ChangedGdPictureDocumentConverter: Improves PDF -> TIFF conversion speed and produced file size.
- ChangedImproves robustness and speed of 2D barcode recognition engines.
- ChangedImproves PDF rendering speed with complex documents.
14.0.44 23 March 2018
- ChangedImproves docx rasterizer.
- ChangedImproves docx -> pdf conversion.
- ChangedPDF: Improves form-fields handling.
- ChangedGdViewer: new property: RenderGdPictureAnnots.
- ChangedThe DeleteBlackBorders() method of the GdPictureImaging class can now work with any pixel format bitmap.
- ChangedImproves 2D barcode encoding engines to better handle utf8 characters.
- ChangedBattery of minor bug fixes.
14.0.43 16 March 2018
- AddedNew GdPictureSegmenter class to offer segmentation features (requires an Ultimate license).
- ChangedGdPicturePDF: new overload of MergeDocuments() to enable control over some merging options.
- ChangedImproves color detection engine.
- ChangedImproves PDF/OCR engine.
- ChangedImproves all barcode reader engines (speed & accuracy).
- ChangedDocuVieware: new RegisterOnTextAnnotated(docuViewareID, callback) JavaScript event.
- ChangedDocuVieware: new HighlightSelectedText(docuViewareID, [color]) JavaScript function.
- ChangedDocuVieware: new StrikeoutSelectedText(docuViewareID, [color]) JavaScript function.
- ChangedDocuVieware: new UnderlineSelectedText(docuViewareID, [color]) JavaScript function.
- ChangedDocuVieware: new AddSelectedTextContextMenuItem(docuViewareID, caption, callback) JavaScript function.
- ChangedDocuVieware: new AddAnnotationsActionButton(docuViewareID, title, icon, callback) JavaScript function.
- ChangedDocuVieware: new EnableSelectedTextAnnotationEdition .NET property.
- ChangedBattery of minor bug fixes.
14.0.42 09 March 2018
- ChangedGdPictureOCR: added support for obtaining the page segmentation without characters recognition.
- ChangedImproves MRC engine. Speed and compression rate.
- ChangedImproves speed & robustness of the PDF417 recognition engine.
- ChangedDocuVieware: Selected text context menu now provides direct highlight, strikeout and underline features.
- ChangedDocuVieware: New .NET property: EnableTextSelectionAnnotation.
- ChangedBattery of minor bug fixes.
14.0.41 01 March 2018
- ChangedImproves blank page detection speed & accuracy.
- ChangedImproves PDF rasterizer memory usage.
- ChangedImproves PDF parser.
- ChangedImproves robustness of PDF417 engine.
- ChangedBattery of minor bug fixes.
14.0.40 23 February 2018
- ChangedImproves PDF417 barcode reader accuracy.
- FixedFixes a licensing issue.
14.0.39 22 February 2018
- Changed1D barcode reader: speed Improves.
- ChangedDataMatrix barcode reader: Improves accuracy.
- ChangedQR code reader: Improves accuracy and speed.
- FixedFixes a regression into the PDF417 barcode reader.
- ChangedGdPicturePDF: new method HasXFAFormFields().
- FixedFixes Digital Signature issues with encrypted documents.
- ChangedImproves process of applying Multiple Digital Signatures, especially when using Signature Place Holders.
- ChangedGdPicturePDF: new overload of SetSignaturePosFromPlaceHolder() to select place holder by name.
- ChangedDocuVieware: new JavaScript function GetPageFormFields().
- ChangedDocuVieware: new JavaScript function UpdateFormFields().
- ChangedBattery of minor bug fixes.
14.0.38 14 February 2018
- ChangedImproves PDF formfields support.
- ChangedDocuVieware: new javascript function AddAnnot.
- ChangedDocuVieware: new JavaScript function AddCustomSnapIn().
- ChangedBattery of minor bug fixes.
14.0.35 01 February 2018
- ChangedGdPictureOCR: new method GetParagraphBlockIndex()
- ChangedGdPictureOCR: new method GetTextLineParagraphIndex()
- ChangedGdPictureOCR: new method GetWordLineIndex()
- ChangedGdPictureOCR: new method GetCharacterWordIndex()
- ChangedImproves PDF rendering.
- ChangedBattery of minor bug fixes.
14.0.34 25 January 2018
- ChangedDOCX rasterizer: Introduced support for rotated pictures.
- ChangedDOCX rasterizer: Introduced support for sub tables.
- ChangedDOCX rasterizer: Introduced support for structured document content within tables.
- ChangedDOCX rasterizer: Improves speed and accuracy for the rendering of tables.
- ChangedRTF rasterizer: added support for image rendering.
- ChangedOCR: Improves recognition speed on HQ bitmap.
- ChangedTWAIN: Improves memory transfer mode.
- ChangedPDF rasterizer: Improves pattern rendering.
- ChangedPDF417 barcode reader: Improves speed and accuracy.
- ChangedGdPicturePDF class: updated interface of AddRadioButtonFormField method.
- ChangedBattery of minor bug fixes.
14.0.33 17 January 2018
- ChangedGdPictureImaging: new method PrintSetPageSelection().
- ChangedGdPicturePDF: GetAnnotationReadOnly marked as deprecated.
- ChangedGdPicturePDF: SetAnnotationReadOnly marked as deprecated.
- ChangedGdPictureOCR: new method GetTextLineValue().
- ChangedImproves the font substitution mechanism.
- ChangedDOCX: Improves the rendering of tables.
- ChangedDOCX: Introduced support for alternative content.
- ChangedGdPictureDocumentConverter: new property PdfBitonalImageCompression.
- ChangedGdPictureDocumentConverter: new property PdfColorImageCompression.
- ChangedGdPictureOCR: removed recently introduced RunOCR() and GetOrientation() methods taking a GdPicture image as parameter*.
- ChangedOCR: added support for page orientation detection for arabic language.
- Changed*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.
- Changed
14.0.32 08 January 2018
- FixedFixes a critical regression introduced in the 14.0.31 about a GDPICTUREIMG_GetImageFormat function missing.
- ChangedSome memory usage improvements to the OCR engine.
14.0.31 05 January 2018
- ChangedGdPictureOCR: new property CharacterBlackList.
- ChangedGdPictureOCR: new property EnableSkewDetection.
- ChangedGdPictureOCR: new property EnableOrientationDetection.
- ChangedGdPictureOCR: new property OrientationDetectionAccuracyLevel.
- ChangedImproves autodeskew engine speed and accuracy.
- ChangedIntroduced support for loading CUR files.
- ChangedBattery of minor bug fixes.
14.0.30 03 January 2018
- ChangedImproves blank page detection accuracy.
- ChangedImproves page orientation detection accuracy.
- ChangedImproves autodeskew engine accuracy.
- ChangedImproves PDF/OCR generation accuracy and speed.
- ChangedBattery of minor bug fixes.
14.0.29 19 December 2017
- FixedFixes a problem reading some specific WSQ files.
- ChangedImproves PDF rasterizer engine with non embedded fonts.
- ChangedImproves blank page detection engine accuracy.
- ChangedImproves borders removal engine accuracy.
- FixedFixes a bug into the OCR engine while processing non common image resolutions.
- ChangedBattery of minor bug fixes.
14.0.28 14 December 2017
- AddedNew GdPictureOCR class with advanced OCR capabilities and segmentation features.
- AddedNew format supported: WSQ. (Wavelet scalar quantization).
- ChangedOCR methods of the GdPictureImaging class are now deprecated. The new GdPictureOCR class must be used instead.
- ChangedImproves pdf text extraction and search algorithms.
- ChangedImproves PDF rasterizer with better handling of non embedded fonts and by adding support to non standard color spaces produced by popular PDF generators.
- ChangedReduced OCR memory usage, especially in multithread context.
- ChangedDatamatrix reader engine: Improves accuracy by introducing support for several string encoding.
- ChangedPDF417 reader engine: Improves accuracy by introducing support for several string encoding.
- ChangedQR Code reader engine: Improves accuracy by introducing support for several string encoding.
- ChangedBattery of minor bug fixes.
14.0.27 01 December 2017
- FixedFixes a problem causing the OCR not to recognize large image files.
- ChangedImproves speed of the GdViewer control (WPF edition) for annotations drawing and rendering.
- Changed1D barcode engine: Improves accuracy to avoid false positives.
- Changed1D barcode engine: Improves speed.
- Changed1D barcode writer: Fixes a problem causing some characters not to be encoded properly.
- ChangedPDF417 barcode writer: Fixes a crash.
- ChangedDocuVieware: new JavaScript function GetCurrentSearchOccurrenceIdx().
- ChangedBattery of minor bug fixes.
14.0.26 21 November 2017
- ChangedImproves jpeg2000 encoding / decoding speed and memory usage.
- ChangedBarcode 1d reader: Improves recognition speed.
- ChangedAll barcode reader engines: Improves robustness.
- ChangedBarcode PDF417 reader engine: reduced memory used.
- ChangedBarcode Datamatrix reader engine: reduced memory used.
- ChangedGdPicturePDF: new method GetFontData().
- ChangedImproves PDF parser engine.
- ChangedImproves pdf rendering engine.
- ChangedImproves borders detection filters.
- ChangedImproves blank pages detection algorithm.
- ChangedImproves TWAIN memory transfer mode and added compatibility with some CANON drivers producing invalid bitmap headers.
- ChangedDocuVieware: new JavaScript function GetSearchResultsCount().
- ChangedDocuVieware: new JavaScript function SearchNavigateToOccurrence().
- ChangedDocuVieware: new JavaScript function RegisterOnSearchInvoked().
- ChangedDocuVieware: new JavaScript function RegisterOnAnnotationMouseEnter().
- ChangedDocuVieware: new JavaScript function RegisterOnAnnotationMouseLeave().
- ChangedBattery of minor bug fixes.
14.0.25 01 November 2017
- ChangedBarcode 1D engine: Improves accuracy and speed.
- ChangedImproves the accuracy of the color detection engine.
- ChangedImproves PDF rendering with type 3 fonts.
- ChangedImproves PDF rendering with badly encoded font references.
- ChangedImproves TWAIN acquisition support.
- ChangedImproves GdViewer (WinForm) rendering and behavior with native screen scale.
- ChangedImproves PDF parser to better handle some corrupted data.
- ChangedDocuVieware: new property EnableDocumentsDrop.
- ChangedDocuVieware: new Javascript function RegisterOnFullscreenModeChanged().
14.0.24 17 October 2017
- ChangedImproves auto-deskew algorithm.
- ChangedImproves JPEG decoder for tiff format to better handle malformed images.
- ChangedImproves pdf annotations rendering.
- ChangedImproves GdViewer WPF gesture support to produce a better user experience.
- Changed1D barcode engine: Improves speed and accuracy.
- Changedbattery of minor bug fixes.
- ChangedUpdated Digital Signatures with Hash selection and SHA256 as default.
- ChangedUpdated Digital Signatures with Timestamp functionality.
- ChangedGdPicturePDF: DigiSign() method and all overloads marked as deprecated.
- ChangedGdPicturePDF: DigiSignWithStamp() method and all overloads marked as deprecated.
- ChangedGdPicturePDF: SigSetCertificationLevel() method marked as deprecated.
- ChangedGdPicturePDF: SigSetCertFromP12() method and all overloads marked as deprecated.
- ChangedGdPicturePDF: SigSetCertFromStore() method marked as deprecated.
- ChangedGdPicturePDF: SigSetCertFromSmartCard() method marked as deprecated.
- ChangedGdPicturePDF: SigSetCertFromSmartCardBySerialNumber() method marked as deprecated.
- ChangedGdPicturePDF: SigSetSignaturePos() method marked as deprecated.
- ChangedGdPicturePDF: SigSetStampImage() method marked as deprecated.
- ChangedGdPicturePDF: SigSetSignatureInfos() method marked as deprecated.
- ChangedGdPicturePDF: SigSetText() method and all overloads marked as deprecated.
- ChangedGdPicturePDF: SigShowValidationMark() method marked as deprecated.
- ChangedGdPicturePDF: SigSign() method and all overloads marked as deprecated.
- ChangedGdPicturePDF: new method SetSignatureCertificationLevel().
- ChangedGdPicturePDF: new method SetSignatureCertificateFromP12() + 1 overload.
- ChangedGdPicturePDF: new method SetSignatureCertificateFromStore().
- ChangedGdPicturePDF: new method SetSignatureCertificateFromSmartCard().
- ChangedGdPicturePDF: new method SetSignatureCertificateFromSmartCardBySerialNumber().
- ChangedGdPicturePDF: new method SetSignaturePos().
- ChangedGdPicturePDF: new method SetSignatureStampImage().
- ChangedGdPicturePDF: new method SetSignatureInfo().
- ChangedGdPicturePDF: new method SetSignatureText() + 1 overload.
- ChangedGdPicturePDF: new method SetSignatureValidationMark().
- ChangedGdPicturePDF: new method SetSignatureTimestampInfo().
- ChangedGdPicturePDF: new method SetSignatureHash().
- ChangedGdPicturePDF: new method ApplySignature() + 1 overload.
- ChangedGDPicture : new public Enum PdfSignatureHash.
14.0.23 06 October 2017
- ChangedGdPictureImaging: new method FxBitonalDespeckleAdvanced()
- Addednew enumeration DespeckleType
- ChangedGdViewer Winform: Improves zooming and panning, especially in multiple page view mode.
- ChangedBattery of minor bug fixes.
14.0.22 03 October 2017
- ChangedImproves PDF parser speed.
- ChangedImproves 1D & 2D barcode reading accuracy and speed.
- ChangedDocuVieware: Improves .NET core demo.
- ChangedDocuVieware: Improves UI responsiveness.
- ChangedBattery of minor bug fixes.
14.0.20 21 September 2017
- ChangedImproves 1D barcode reading accuracy and speed.
- ChangedBattery of minor bug fixes.
14.0.19 15 September 2017
- ChangedImproves Punch hole removal filter accuracy.
- ChangedImproves blank page detection engine accuracy.
- ChangedImproves 1D barcode reader accuracy.
- ChangedImproves DataMatrix barcode reader accuracy.
- ChangedImproves PDF417 barcode reader accuracy.
- ChangedImproves PDF packing speed.
- ChangedBattery of minor bug fixes.
14.0.18 31 August 2017
- ChangedImproves TWAIN memory transfer mode with CCITT4 encoded dib.
- ChangedImproves autodeskew filter.
- ChangedImproves speed and memory usage of the toolkit core.
- ChangedImproves ocr accuracy and speed.
- ChangedPdfConformance enumeration: added new member PDF_UA_1.
- ChangedImproves image decoders of the PDF engine to reach best performance and better support for malformed data.
- ChangedImproves MICR engine especialy for e13b font detection.
- ChangedDocuVieware: Improves rendering quality.
- ChangedBattery of minor bug fixes.
14.0.17 19 August 2017
- ChangedOCR: Fixes issues with reading Japanese vertical text.
- ChangedOCR: Fixes issues with reading mix of Hebrew and English text (heb+eng).
- ChangedOCR: Fixes issues with reading Arabic text (ara).
- ChangedOCR: Fixes issues with reading English vertical text.
- ChangedOCR: Fixes an issue causing characters to be replaced with the rejection character.
- ChangedOCR: Improves memory handling and speed.
- ChangedOCR: Fixes memory allocation failures management.
- ChangedOCR: Fixes an issue causing white list and black list not to work properly.
- ChangedBARCODE 1D: Improves robustness for reading IATA2OF5 barcodes, avoiding some false positives.
- ChangedBARCODE PDF 417: Fixes a bug preventing some PDF417 to be read.
- ChangedBARCODE 1D: Improves the accuracy.
- ChangedPDF: Improves support for keeping initial PDF conformance after edition.
- ChangedPDF merging: added support for merging any kind of PDF/A by keeping input conformance.
- ChangedDocuVieware: Improves form field filling support.
- ChangedDocuVieware: Improves speed when sticky session is not enabled.
- ChangedBattery of minor bug fixes.
14.0.16 10 August 2017
- ChangedGdPicturePDF: added opentype font support to AddTrueTypeFontFromFile(), AddTrueTypeFont(), AddTrueTypeFontU() and AddTrueTypeFontFromFileU() methods.
- AddedNew IsBlank() overload to specify if punch holes must be taken into account.
- ChangedBattery of minor bug fixes.
14.0.15 04 August 2017
- ChangedImproves blank page detection accuracy.
- AddedAdds support for region of interest to the blank page detection algorithm.
- ChangedImproves speed of the PDF rasterizer for jbig2 bitmap.
- ChangedBattery of minor bug fixes.
14.0.14 28 July 2017
- ChangedGdViewer (WinForm and wpf) now honors the exif rotation tag of the displayed image.
- ChangedImproves blank page detection accuracy.
- ChangedImproves color detection and MRC accuracy.
- ChangedDocuVieware: added support for link to URI.
- ChangedBattery of minor bug fixes.
14.0.13 23 July 2017
- ChangedGdPictureImaging: Improves primitive drawing speed (rectangle, ellipse, line, path…) (up to 3x faster)
- ChangedImproves blank page detection filter accuracy.
- ChangedImproves color detection filter accuracy.
- ChangedDocuVieware: new SetAnnotPropertiesToDisplay() JavaScript function.
- ChangedDocuVieware: new ResetAnnotPropertiesToDisplayDefault() JavaScript function.
- ChangedBattery of minor bug fixes.
14.0.12 17 July 2017
- ChangedImproves MICR engine accuracy and speed with checks.
- ChangedGdPictureImaging: new method ForceTopDown()
- ChangedGdPictureImaging: new method ForceDownTop()
- ChangedPunch hole removal filter is now able to remove punch holes from greyscale and color images.
- ChangedPunch hole removal filter now removes punch holes from documents scanned with a white background scanner.
- ChangedPunch hole removal filter now removes punch holes made by specialized hole punch for comb binding (rectangles).
- ChangedDocuVieware: Improves memory usage with large documents.
- Changedbattery of minor bug fixes.
14.0.11 11 July 2017
- ChangedImproves document format detection.
- ChangedImproves auto-deskew accuracy.
- ChangedBattery of minor bug fixes.
14.0.10 07 July 2017
- ChangedGdPicturePDF: added support form CMYK JPEG file to the AddJpegImageFromFile() & AddJpegImageFromStream() method.
- ChangedDatamatrix barcode reader engine: Fixes a bug causing some umlauts not to be read properly.
- ChangedQr barcode reader engine: Fixes a bug causing GdPicture.NET not to interpret properly some raw bytes within QR code (accuracy +4%)
- Changed1D 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
- ChangedDocuVieware: DocuViewareManager: new overload of SetupConfiguration() to specify the application URI.
- ChangedDocuVieware: Added support for ASP.NET Core Web Applications (.NET Framework).
- ChangedDocuVieware: New JavaScript function AddLinkAnnotInteractive().
- ChangedDocuVieware: Added link annotation support in built-in annotation palette.
- ChangedBattery of other minor bug fixes.
14.0.9 27 June 2017
- ChangedBarcode 1D: Improves the accuracy for some difficult cases of code 128.
- ChangedBarcode 1D: Improves the accuracy for some degraded code 39.
- Changed2D Barcode writer: Fixes a bug affecting Datamatrix Edifact encoding.
- ChangedDocx: Fixes a problem causing images not to be rendered properly in headers and footers.
- ChangedDocx: Fixes a problem causing images not to be rendered at the correct location.
- ChangedDocx: Improves table borders rendering.
- ChangedImproves RTF and PDF rendering engines.
- ChangedDocuViewareManager: new static overloaded method SetupConfiguration(bool StickySession, DocuViewareSessionStateMode SessionStateMode, string CacheFolder)
- ChangedDocuVieware: new enumeration DocuViewareSessionStateMode.
- ChangedDocuVieware: CacheFolder & StickySessionsEnabled properties have been marked as obsolete.
- ChangedBattery of minor bug fixes.
14.0.8 19 June 2017
- ChangedIntroduced a new filter to dropout colors into several contexts: drop out forms, etc.
- ChangedGdPictureImaging: new method FxColorDropout().
- Addednew enumeration ColorDropoutFilter.
- Changedbattery of minor bug fixes.
14.0.7 16 June 2017
- ChangedImproves PDF rendering quality with small bitmap.
- ChangedGdPicturePDF: new OcrPages() overload to specify if the method must run synchronously.
- ChangedGdPictureImaging: new method MeasureTextBox().
- ChangedGdPictureImaging: new method TwainIsMemoryTransferModeAvailable()
- ChangedGdPictureImaging: new method TwainAcquireToMemoryFile()
- ChangedGdPicturePDF: new method PrintSetPreRasterization().
- ChangedGdViewer (WinForms and WPF): new method PrintSetPreRasterization().
- ChangedGdViewer WinForm: Fixes a flickering issue while navigating through multipage documents in single page view mode.
- ChangedBattery of performance enhancements, especially for getting and setting bitmap data.
- ChangedImproves speed and dramatically reduced memory usage while converting bitmap to 32 bpp.
- ChangedViewerZoomMode enumeration: new member ZoomModeShrinkToViewerWidth.
- ChangedGdViewer (WinForm & WPF): added new zoom mode: Shrink image to viewer width.
- ChangedGdViewer (WinForm): new method SetZoomShrinkWidthViewer()
- ChangedDocx: Fixes an issue with specific headers and footers causing some not to be rendered.
- ChangedDocx: Added the rendering of the page numbers.
- ChangedRTF: Implementation of underline support.
- ChangedRTF: Implementation of paragraph justification support (horizontal alignment of type “both”).
- ChangedRTF: Implementation of forced line breaks support.
- ChangedRTF: Fix incorrect page break detection bug.
- ChangedDocuVieware: Improves file transfer mechanism to recover from transfer error.
- ChangedDocuVieware Improves speed when sticky session is disabled.
- ChangedDocuVieware Improves error handling and diagnostic mechanism.
- ChangedDocuVieware New mobile/touch device optimized toolbar.
- ChangedDocuVieware New .NET property ToolbarStyle to choose between auto, desktop or mobile.
- ChangedDocuVieware Improves rendering quality on devices with high pixel density.
- ChangedBattery of minor bug fixes.
14.0.6 2 June 2017
- AddedAdds support for rtf document.
- ChangedImproves docx rendering speed.
- ChangedPDF: Fixes a bug preventing to set the owner password when the user password was empty.
- ChangedPDF printing: reduced generated spool size for some complex documents.
- ChangedPDF printing: Improves quality of produced pages, especially with virtual printers.
- ChangedBarcode QR: +24% accuracy.
- ChangedBarcode Datamatrix: Fixes a bug causing some characters not to be properly decoded.
- ChangedDatamatrix encoder: Fixes a bug when encoding a string starting with FNC1 character.
- ChangedImproves the efficiency tables rendering for docx.
- ChangedImproves text extraction and selection for docx and txt documents.
- ChangedDocuVieware: Dramatically decreased the amount of data required to handle free hand drawing annotations.
- ChangedDocuVieware: Added Slovenian language support.
- ChangedDocuVieware: new .NET method TwainSetCapCurrentNumeric().
- ChangedDocuVieware: new .NET method TwainSetCapCurrentString().
- ChangedDocuVieware: new JavaScript function TwainSetConfig().
- ChangedDocuVieware: new JavaScript function TwainGetLocalServiceStatus().
- ChangedDocuVieware: new JavaScript function TwainGetSources().
- ChangedDocuVieware: new JavaScript function TwainDownloadServiceSetup().
- ChangedDocuVieware: new JavaScript function TwainAcquireToNewDocument().
- ChangedDocuVieware: new JavaScript function TwainAcquireToCurrentDocument().
- ChangedDocuVieware: TwainSetConfig JavaScript function has been Improves to accept advanced TWAIN configuration.
- ChangedBattery of minor bug fixes.
14.0.5 24 May 2017
- Changed1D barcode reader: Improves the accuracy when the image contains several barcodes.
- ChangedGdViewer (winform) Fixes an annotation flickering issue.
- ChangedGdPicturePDF: new overload SaveToStream() to specify linearization.
- ChangedGdPicturePDF: New overload method NewPDF() to specify PDF conformance to use (any PDF/A is supported).
- ChangedDOCX renderer: Added support for images encoded by the mean of legacy format Vector Markup Language (VML).
14.0.4 19 May 2017
- ChangedDocx rasterizer: Improves the rendering of tables.
- ChangedImproves the PDF rasterizer.
- ChangedDocuVieware: SetAnnotDefaultAuthor JS API now takes an extra parameter to define if the author field should be read-only or not.
- ChangedDocuVieware: New JS function: EnableAnnotEditionOnDblClick.
- ChangedBattery of minor bug fixes.
14.0.3 12 May 2017
- ChangedGdViewer (WinForm): new event: RegionMovedByUser.
- ChangedGdViewer (WinForm): new event: RegionResizedByUser.
- ChangedImproves blank page detection filter.
- ChangedImproves docx rasterizer.
- FixedFixes a bug with some PDF generated with annotations causing an error message on Adobe reader at opening.
- ChangedBattery of other minor bug fixes and minor improvements.