Below, please find the release notes for RasterMaster v20.17.X. For questions, please contact us at info@accusoft.com.

v20.17.8

Patch release

Bug fixes

  • Added support for highlighted text in DOC files.

v20.17.7

Patch release

Bug fixes

  • Fixed a font issue with certain MODCA/AFP files.
  • Improved font substitution on Linux for certain DOCX files.

v20.17.6

Patch release

Bug fixes

  • Added support for highlighted text in DOC files.

v20.17.5

Patch release

Bug fixes

  • IMGLOW_set_document_input now properly return an error status if the user attempts to specify an illegal argument.
  • Improved PDF inline image operator parsing when using PdfRenderingMode.Legacy.

Security

  • Updated components related to DWG support to address potential vulnerabilities.

v20.17.4

Patch release

Bug fixes

  • Fixed an issue that could prevent PDF files from being written correctly.

v20.17.3

Patch release.

Bug fixes

  • Fixed an issue that could cause a NullPointerException when attempting to apply redactions to a PDF.

v20.17.1

Patch release.

Bug fixes

  • Fixed an issue that caused certain XLSX files to fail to load.
  • Fixed an issue that caused images to render as blank in certain AFP files.
  • Fixed an issue that misidentified certain TXT files as DWG.
  • Fixed an issue that caused inccorect page dimensions for certain PDF files.
  • Fixed an issue that caused slow performance when extracting pages from certain TIFF files.

v20.17.0 - March 31, 2025

Minor release.

Security

  • Updated many dependent libraies to avoid security vulnerabilities.

Bug fixes

  • Improved SVG conversion for PDF pages containing soft mask, tiling pattern, and shading pattern graphics when using PdfRenderingMode.Default.
  • Updated Snowbnd.IMGLOW_get_pdf_text(int,int[]) to preserve its associated reader when called with a negative page number.
  • Updated Snowbnd.IMGLOW_splitPDF(int,String,String) to preserve its associated reader when called successfully.
  • Updated Snowbnd.IMGLOW_splitPDF(int,String,String) and Snowbnd.IMGLOW_encryptPDFFile(byte[],byte[],byte[],int,int,int[]) to avoid PdfBox ‘Warning: You did not close a PDF Document’ warnings during JVM garbage collection.

New features

  • Added new API that will return the names of non-embedded fonts within PDF documents: public String[] listFonts(DataInputStream inputStream) throws SnowException