Releases: Accusoft/prizmdoc-viewer
13.28.2 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 13.28.2 viewer.
13.28.2 New Features and Improvements
Product Improvements
- Added an option to disable automatic rotation of page content when printing to accommodate unusually sized pages without rotating content undesirably.
- PrizmDoc Viewer now supports navigating the top-level viewer menus via tabbing.
14.2 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 14.2 viewer.
14.2 New Features and Improvements
New Features
-
Auto Summarization. PrizmDoc Viewer now allows you to perform document summarization which provides concise summaries of lengthy documents. Users quickly grasp the essential points without reading through entire documents, leading to significant time savings and improved decision-making efficiency.
- Please refer to the PrizmDoc Server Document Summarizers and PAS Document Summarizers REST APIs for more information on the new REST API.
- Please refer to the summarizeDocument documentation for more information on the new PCCViewer.ViewerControl API.
- To enable document summarization in the viewer, set the Viewer documentSummarization option to
{ enableDocumentSummarization: true }
. - To enable document summarization in PrizmDoc Server, you must configure the Central Configuration > Watsonx AI variables.
- See Licensing for licensing information.
- This will continue to evolve as we refine these features and extend our cloud service offerings.
-
Auto Tagging and Classification. PrizmDoc Viewer now allows you to perform document tagging and classification which intelligently tags and categorizes content. Users quickly filter documents without reading through them, leading to significant time savings and organizational efficiency.
- Please refer to the PrizmDoc Server Document Taggers, PrizmDoc Server Document Classifiers, PAS Document Taggers, and PAS Document Classifiers REST APIs for more information on the new REST APIs.
- Please refer to the tagDocument and classifyDocument documentation for more information on the new PCCViewer.ViewerControl APIs.
- To enable document tagging and classification in the viewer, set the Viewer documentClassification option and provide a default list of classifications, for example:
{ enableDocumentClassification: true, classifications: ['Technology', 'Geography', 'History'] }
. - To enable document tagging and classification in PrizmDoc Server, you must configure the Central Configuration > Watsonx AI variables.
- See Licensing for licensing information.
- This will continue to evolve as we refine these features and extend our cloud service offerings.
-
Document Q&A. PrizmDoc Viewer now allows you to perform document Q&A which retrieves pertinent information within documents. Users quickly and accurately query for important content information, eliminating the need to review large documents manually.
- Please refer to the PrizmDoc Server Document Queriers and PAS Document Queriers REST APIs for more information on the new REST APIs.
- Please refer to the queryDocument documentation for more information on the new PCCViewer.ViewerControl APIs.
- To enable document Q&A in the viewer, set the Viewer documentQuery option to
{ enableDocumentQuery: true }
. - To enable document Q&A in PrizmDoc Server, you must configure the Central Configuration > Watsonx AI variables.
- See Licensing for licensing information.
- This will continue to evolve as we refine these features and extend our cloud service offerings.
Improvements
- Fast PDF viewing in Hybrid Viewer. The Hybrid Viewer viewing session now supports streaming of the PDF document pages from the server directly to the client viewer for display without downloading the whole document first. This results in a significantly shorter time for the Hybrid Viewer to display the first and subsequent pages for PDF documents.
14.2 Product Updates and Fixes
Product Fixes
- Addressed an issue in PrizmDoc Viewer Client where some contents of specific PDF documents were not displaying in the Hybrid Viewing mode.
- Updated third-party dependencies of the PrizmDoc Viewer Client, taking advantage of recent security fixes and other improvements.
13.28.1 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 13.28 viewer.
New in 13.28.1:
Product Fixes
- Addressed an issue with
TextInputSignature
marks where the vertical positioning of the mark was incorrect when burned into the document.
13.28 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 13.28 viewer.
New in 13.28:
Product Fixes
- Addressed an issue in PrizmDoc Viewer Client where some contents of specific PDF documents were not displaying in the Hybrid Viewing mode.
Security Updates
- Updated third-party dependencies of the PrizmDoc Viewer Client, taking advantage of recent security fixes and other improvements.
- Updated the PrizmDoc Viewer Client to the latest official version of jQuery v3.7.1, taking advantage of recent security fixes.
14.1 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 14.1 viewer.
New in 14.1:
Product Fixes
- Addressed an issue in the PrizmDoc Client where setting data on a mouse tool template mark failed after recreating the mouse tool.
Security Updates
- Updated the Client-side Viewer and samples to the latest official version of jQuery v3.7.1, taking advantage of recent security fixes.
14.0 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 14.0 viewer.
New in 14.0:
- Upcoming Breaking Changes
- The
MarkCreated
,MarkChanged
, andMarkRemoved
events will be updated to no longer trigger while markup is loading. You should avoid depending on these events firing before the markup is finished loading. - Deprecated viewer control API endpoints will be removed in a future release.
- The
13.27 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 13.27 viewer.
New in 13.27:
- New Features:
- Experimental Option to Render Email Headers in End User's Time Zone. PrizmDoc Server has a new experimental parameter that allows the viewing of date and time in email document headers, using the end user's time zone. Please see Configure Date and Time Headers in Email Documents for more information.
- Improvements:
- Improved Viewer Client performance when saving markup layers that affect big number of pages. Improved performance of saving markup layers that affect big number of pages, when the markup was created from search results or loaded from the server and updated. This update eliminates a lot of excessive requests for document page attributes, so it also avoids hitting the request rate limit, if the server imposes it.
- PrizmDoc Viewer now supports searching for contiguous groups of Asian characters. PrizmDoc Viewer now allows you to search for groups of Asian characters separated by spaces or non-word characters using
beginsWith
,endsWith
, andmatchWholeWord
search options.
- Product Fixes:
- Addressed an issue in the PrizmDoc Viewer Client running in Hybrid Viewing mode where it failed to obtain page dimensions or burn markup unless the affected pages were previously scrolled into view.
13.26 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 13.26 viewer.
New in 13.26:
- New Features:
- Personally Identifiable Information (PII) Detection. PrizmDoc Viewer now allows you to perform PII detection. To enable PII detection in the viewer, set the Viewer piiDetection option to
{ enablePiiDetection: true }
. Please refer to the detectPii, setSelectedPiiEntity, getSelectedPiiEntity, selectedPiiEntity, clearSelectedPiiEntity, and clearPiiDetection documentation for more information on the new PCCViewer.ViewerControl API.
- Personally Identifiable Information (PII) Detection. PrizmDoc Viewer now allows you to perform PII detection. To enable PII detection in the viewer, set the Viewer piiDetection option to
- Product Fixes:
- Addressed an issue where the error "Attachment failed to load" was incorrectly shown in the Viewer when opening large PDF documents.
13.25 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 13.25 viewer.
New in 13.25:
- Product Updates
- Added a property to the PrizmDoc Application Services and PrizmDoc Server
GET /v2/viewingSessions/{viewingSessionId}/restrictions
REST APIs for determining if client file retrieval for Hybrid Viewing is disabled.
- Added a property to the PrizmDoc Application Services and PrizmDoc Server
- Product Fixes
- Addressed an issue where the font size of
TextInputSignature
marks could be greater than the specifiedmaxFontSize
.
- Addressed an issue where the font size of
13.24 Release
The attached viewer-assets.zip contains the pre-built assets for the out-of-box 13.24 viewer.
New in 13.24:
- Improvements
- Improved Hybrid Viewer image rendering. Updated the Viewer to improve rendering for scaled images within documents.
- Product Updates
- Support for Firefox was deprecated with PrizmDoc Viewer v13.24 and will be completely removed in a future release. Future releases will no longer support Firefox.
- Product Fixes
- Addressed an issue where redaction annotations in the Hybrid Viewer failed to serialize when attempting to retrieve marks.
- Addressed an issue where the text selection mouse tool also incorrectly selected marks when attempting to select text.
- Addressed an issue in the PrizmDoc Viewer where search terms that include a hyphen character would fail when the 'begins with', 'ends with' or 'whole word' options are selected.