PrizmDoc 版本发布

查看各个版本中的新增内容,包括功能、增强和已解决问题的详细信息。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
PrizmDoc v14.92026年7月11日
功能
  • PrizmDoc Server Docker now supports using Apryse Server SDK to render Microsoft Office formats with improved fidelity by setting 'fidelity.msOfficeDocumentsRenderer' to 'apryse'. The 'accusoft/prizmdoc-viewer-eval USE_APRYSE_SDK' environment variable has been replaced with 'MS_OFFICE_DOCUMENTS_RENDERER=apryse'.
    • NOTE: This support is currently for Docker. Windows support will come in a future release.
  • Inverse Redaction PrizmDoc now allows for creating inverse redactions, a selective redaction that defines content to preserve and redacts the rest of the page. This new mark is fully supported in the viewer and in the Markup Burner API.
  • Added a new Viewer Control PageRedaction mark type and an InverseRedaction mouse tool. The InverseRedaction tool can be used to create a PageRedaction with a visible region, or to add additional visible regions to an existing PageRedaction.
  • Added a new PageRedaction mark type to the PrizmDoc Viewer Markup Burner API. This mark performs selective redaction by preserving specified regions and redacting the rest of the page.
  • The PrizmDoc Server Windows Installer now detects and blocks upgrades when the currently installed version contains one or more components that are newer than those included in the version being installed. The installer halts before modifying the system to prevent an unusable installation.
  • Introduced a new 'fileTypes.email.renderAllRecipientHeaders' parameter in Central Configuration to control whether repeated 'To', 'CC', or 'BCC' recipient headers in 'EML' email documents are merged and rendered as a single header. By default, only the first occurrence of each recipient header is rendered.
修复
  • Fixed an issue in ViewerControl where the EditMarks mouse tool could not select marks via drag selection.
  • Fixed an issue in the PrizmDoc Viewer where rectangle zoom could result in an incorrect scroll position when viewing large documents.
  • Security Updates:
    • Addressed potential security vulnerabilities by upgrading Consul to the latest version.
    • Addressed potential security vulnerabilities by upgrading AWS SDK to the latest version.
PrizmDoc v14.82026年4月4日
功能
  • Introduced a new parameter in Central Configuration to control transfer timeouts when downloading external content in HTML documents and HTML bodies of email documents.
    • Setting this parameter to a smaller value will allow faster rendering of HTML when external content is not available.
修复
  • Fixed an issue where the load balancer might not correctly distribute requests after a server was removed from the configuration and later re-added.
  • Fixed an issue where creating a viewing session from an existing PDF-only viewing package through the PAS /ViewingSession API using source.type: "upload" caused failures in subsequent API calls that use that viewing session.
  • Addressed an issue with PrizmDoc HTML Conversion Service going unhealthy after in-place Windows upgrade from the latest available version 13.28 to version 14.
  • Security Updates:
    • Addressed a potential vulnerability in a component of PrizmDoc Application Services (PAS) by updating it to the most recent version.
    • Addressed a potential vulnerability in a component of prizmdoc-core by updating it to the most recent version.
    • Addressed a potential vulnerability in a component of the Viewing Service by updating it to the most recent version.
    • Addressed a potential vulnerability in a component of the Workfile Service by updating it to the most recent version.
PrizmDoc v14.72026年2月14日
功能
  • Added <blockquote> indentation control for HTML documents, which can be particularly useful for emails in HTML format with a long reply history.
  • Security Updates
    • Updated MongoDB Server included in product to version 8.2.3, taking advantage of recent security fixes.
    • Updated PrizmDoc Services, PrizmDoc Application Services (PAS), and the accusoft/prizmdoc-viewer-eval container image to run on the newer Node.js v22.22.0, taking advantage of recent security fixes and other changes in Node.js.
修复
  • Addressed an issue where CDATA sections in HTML documents were not properly handled, causing some documents to display incorrectly.
  • Addressed an issue where markup layer files larger than 1 MB would fail to apply. The request size limit is now 10 MB.
  • Addressed an issue where malformed HTML attributes could prevent PrizmDoc Server from loading the HTML document successfully. 
  • Security Updates
    • Addressed a potential vulnerability in a component of the Admin Service by updating it to the most recent version.
    • Addressed a potential vulnerability in a component of the Email Processing Service by updating it to the most recent version.
    • Addressed a potential vulnerability in a component of the Text Service by updating it to a newer version. As part of this update, the PII detection language model was upgraded to the latest compatible version.
    • Addressed a potential vulnerability in LibreOffice by removing an unused module.
    • Addressed an issue where non-lowercase tags or attributes in HTML documents could cause external content to be loaded regardless of security.htmlRendering.blockExternalContent setting.