Below, please find the release notes for PrizmDoc® for Java v5.23.X. For questions, please contact us at info@accusoft.com.

v5.23.0

Released September 2026

Minor release.

Improved Email Rendering

We have added some rendering improvements for .eml (email) documents. Note that this may change the layout of your .eml documents and separate components like annotations will not change position to match. We will note the previous defaults for each setting so you can restore the previous behavior if desired.

Inline Images

Images that are inline in .eml files will now be displayed in the rendered page instead of as pages. This can be configured using the enableEmlInlineImages parameter in web.xml (default: “true”). Previous behavior can be restored by setting enableEmlInlineImages to “false”; this will not display inline images on the page, but will allow them to be viewable as separate attachments.

Custom Header Display

Email metadata headers (“To”, “From”, “Subject”, etc) can now be specified and displayed in any order. Possible displayable headers include ones that were previously undisplayed, such as “CC” and “BCC”, and even any non-standard or custom headers (e.g. “X-My-Custom-Header”).

If a specified header does not exist in an .eml document, then its header field will not be displayed. This allows adding uncommon header fields without adding clutter to every email that does not include that header.

Displayable headers can be configured by the emlMetadataFields parameter in web.xml, which contains a comma-separated list of header names. The new default is “From,To,Date,Subject,CC,BCC”. Previous behavior can be restored by changing the parameter to “From,To,Date,Subject”.

Bug Fixes

  • Fixed an issue where performing third-party content handler OCR without having the PDJ OCR license enabled would cause an error
  • Fixed an issue where searching for text would disregard data provided by third-party content handler OCR
  • Fixed a cosmetic issue in the User Preferences dialog.