PrizmDoc v13.3 introduces the following new features:
Improved Rendering of Microsoft Excel Documents
- PrizmDoc can now paginate and render Microsoft Excel documents while preserving the original page dimensions and margins specified in the document (matching the Page Layout rendering mode of Microsoft Excel). This is a non-default rendering option, which needs to be explicitly turned on. For more information, see Customize Excel Document View Settings to Match Rendering in PrizmDoc Cloud.
Improved Customization and Integration
- We've updated the Viewer's gulp build to produce a new viewerCustomizations.js that contains the required customization objects to instantiate the viewer control. This allows you to build the customizations once and then easily integrate them into your web app, regardless of the server-side language you're using. Previously, our Viewer samples dynamically built these objects at runtime in the particular server-side language of the sample. This approach made it hard to integrate this code into your own web application (especially if you used a language not covered by our samples). For more information, see Embed the Viewer.
Improved Office Conversion Service Task Scheduler Performance for LibreOffice Users
- We've rewritten the task scheduler inside the Office Conversion Service (OCS) to improve performance. OCS processes its requests with multiple workers that execute in parallel. There are now a larger number of workers, keeping more documents resident in memory simultaneously, while continuing to have the same amount of execution concurrency (so as to not overwhelm the server). This means that document reloading by the workers happens less frequently, gaining performance overall.