Utilizes Apryse Webviewer API (Version 11.13.0)
See connected demo module for example usage
To Implement:
Apryse WebViewer API Methods:
Load Document From Blob or URL
Export Annotations as Blob, then convert to Base64 to pass into OutSystems
WebViewer Worker Path Configuration:
Use the worker path APIs below to connect hosted WebViewer workers and enable additional Apryse features such as:
Example CDN configuration:
var cdnUrl = {{sampleCDNUrl}}; instance.Core.setPDFResourcePath(cdnUrl + 'pdf/'); instance.Core.setPDFWorkerPath(cdnUrl + 'pdf/lean/'); instance.Core.setOfficeWorkerPath(cdnUrl + 'office/'); instance.Core.setOfficeAsmPath(cdnUrl + 'office/'); instance.Core.setOfficeResourcePath(cdnUrl + 'office/');
Ensure the configured CDN paths match your hosted WebViewer resource structure.
**Important Notes**
OutSystems Personal Environments:
OutSystems Self Managed Environments:
OutSystems Cloud Hosted Environments:
**Apryse trial usage allows unlimited usage in development otherwise see pricing info here
**If you need additional support from Apryse, please contact Apryse Support here
Updated to the latest release 11.13.0. For further details here is the changelog.