Join us for an engaging webinar, as we unravel the potential of AI for revolutionizing document management.
Watch Now
Enable your employees to remain productive throughout the document management process.
Read More
Learn how SmartZone uses a regular expression engine integrated into the recognition engine to achieve the best possible accuracy on data that can be defined by a regular expression.
Docubee is an intelligent contact automation platform built to help your team success
How do I get Viewing Packages working in PrizmDoc?
Viewing Package Full Setup Instructions
We recommend pre-converting documents through a feature called viewing packages and it can be turned on in PAS Configuration.
viewingPackages – default: disabled – Enable Pre-Conversion Services and APIs, which allow you to pre-convert documents and cache on-demand document views in PAS, to improve the speed at which documents can be viewed, as well as reduce the processing time in PrizmDoc Server for repeat document views.
default: disabled
Enable Viewing Packages Feature
feature.viewingPackages: enabled
Since viewing packages also use a database you will need to create a database for PAS, configure a database, and run the scripts that are included to create the tables necessary for viewing packages to work.
Configuring Database
Install Microsoft SQL Express
Note 1: If you have Visual Studio installed, you might have to uninstall the recent versions of C++ that are installed before MSSQL Express will successfully install.
Remove Visual Studio C++ Redistributables
Note 2: When installing, use all default install settings except for setting a custom database instance id and set mixed mode authentication so a custom password can be set.
Turn On TCP/IP For Database Instance
Step 1:
Step 2:
Set Port 1433 for TCP/IP Connection
Restart SQL Express Instance
Right-click and select "Restart" or double-click and select "Restart".
"Restart"
Install Microsoft SQL Management Studio
Install from this downloads page
Connect To Database Instance In Microsoft SQL Management Studio
Create A Database In Microsoft SQL Management Studio
PAS Config Database Settings
feature.viewingPackages: "enabled" database.adapter: "sqlserver" database.host: "localhost" database.port: 1433 database.user: "sa" database.password: "Password1" database.database: "prizmdb" # Default timeout for the duration of a viewing session defaults.viewingSessionTimeout: "20m" viewingPackagesData.storage: "database" viewingPackagesProcesses.storage: "database" viewingSessionsData.storage: "database" viewingSessionsProcessesMetadata.storage: "database" viewingPackagesArtifactsMetadata.storage: "database" viewingPackagesArtifacts.storage: "filesystem" viewingPackagesArtifacts.path: "%ALLUSERSPROFILE%\\Accusoft\\Prizm\\ViewingPackages"
Create the database tables
Restart PAS
Create Viewing Package
Get State of Viewing Package Creator Processing
Get Viewing Package Info With Document Id
Create Viewing Session From Viewing Package With Document Id
View Document In Viewing Package With The Created Viewing Session Id
For examples of creating viewing packages, click on the link below to see the various ways of using them:
Viewing Package Creators