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 contract automation platform built to help your team success
Why did my license stop working?
There are a couple reasons why a license might stop working. The most common would be if the MAC addresses changed (on a virtual machine, or after significant hardware change). Additionally, a temporary two week license can be put on a machine via the Server Licensing Utility if there are no licenses available when you license a machine. Feel free to contact us at marketing@accusoft.com if you have additional questions. If you want a new license please contact info@accusoft.com.
Why do I get a “80040154 Class Not Registered” error when using the License Development Kit on IIS?
If you are receiving a “80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).” error while trying to use the LDK on a website created through IIS, it is likely because of a platform conflict (x32 vs x64). To fix it, try checking (or unchecking) “Enable 32-Bit Applications” for the App Pool associated with the website.
Why do I still get the “Accusoft Licensing” popup after I have licensed my machine?
There are a few reasons why this might happen:
HKEY_LOCAL_MACHINE\SOFTWARE\Accusoft\Licensing\Accusoft
HKEY_LOCAL_MACHINE\SOFTWARE\Accusoft\Licensing\YourSolutionName
Why, when I tried to run the SLU, do I get a ” Component ‘COMDLG32.OCX’ or one of its dependences not correctly registered” error?
This error happens if a particular deployment machine doesn’t have the COMDLG32.OCX file registered. To fix this: 1. Install the comdlg.ocx dependency, if not available on the target machine. If the comdlg.ocx is not present on the system than it will need to be obtained from a system that has it (it should be available on your development machine in the directory mentioned in step 2). 2. Place the file in the C:\Windows\System32 folder. (C:\Windows\SysWOW64 on a 64 bit machine) 3. Register the DLL via the regsvr32.exe command. 4. You should see a successful message and then be able to proceed with the licensing installation.
I need to share a large file with Accusoft support. What should I do?
EXISTING CUSTOMERS:
If you are an existing customer, you can access our server using any of the following with your current credentials:
To access the server with FTPS/SFTP using a browser, you may need to install/enable a plugin or extension. To access using HTTPS, you would use the URL shown above. FTPS and SFTP are accessible using most any FTP Client (e.g. filezilla, WinSCP etc.) Windows 10 b1803 and newer have sftp.exe built-in. This is a command-line-only utility for transferring files using SFTP.
You can share your files with us through your choice of service. Here are some of our suggested options below:
Google Drive
Dropbox
OneDrive
What browsers does PrizmDoc support?
Please refer to our latest documentation for the most up-to-date list of supported browsers:
For documentation on older versions of PrizmDoc, please see our documentation archive.
What operating systems (Windows, Linux, etc.) does PrizmDoc officially support?
Please refer to our latest documentation for the most up-to-date list of supported operating systems:
What are the absolute essentials for embedding the PrizmDoc Viewer into my web page/application?
Viewer API (viewercontrol.js)
The Viewer API is the base building block of the Viewer. We ensure that API changes are backward compatible with point releases (for example, PrizmDoc v13.5 → PrizmDoc v13.6) and will not introduce breaking changes unless critical. With major releases we also endeavor to ensure backward compatibility with previous releases of the Viewer API.
HTML Templates (viewerCustomization.js) and CSS (viewercontrol.css, viewer.css)
The Viewer that is shipped with the product will be maintained and enhanced from release to release. The Viewer HTML and CSS markup will change with each release. Once you have begun to modify your markup, it is recommended that you consider subsequent PrizmDoc releases as sample code, in which you would evaluate product changes and choose to incorporate all or parts of those changes into your customization.
JavaScript files (viewer.js)
The Viewer JavaScript that lies above the Viewer API is unobfuscated and open for customization. While we expect many developer needs will be satisfied through configuration parameters and minor HTML or styling changes, some developers will desire to modify viewer.js for more advanced customization. You should carefully consider your development and ongoing maintenance strategy to ensure that future releases of PrizmDoc are easy to integrate into your customizations. We cannot guarantee backward compatibility of viewer.js in future releases as it is central to the functionality of the Viewer.
For information on integrating PrizmDoc Viewer, see the Getting Started section of the documentation.
For more in depth customization, see the PrizmDoc Customization section of the documentation.
The ISIS Xpress BasicCapabilities and AdvancedCapabilities samples demonstrate a number of different ways to acquire images and save a batch of them to file, but how can I get a single image as soon as it gets acquired by the scanner?
During the ISIS Xpress Scanned() event, you can get the currently acquired page via the ISISXpress.Output property (i.e., – ISISXpress.Output.TransferTo() or ISISXpress.Output.ToHdib()).
Scanned()
ISISXpress.Output
ISISXpress.Output.TransferTo()
ISISXpress.Output.ToHdib()
My document has Asian characters (CJK, etc.), which are not displaying correctly in PrizmDoc Viewer; what steps can I take to view them?
In some cases, the reason is due to the fonts not being installed on the operating system. We have outlined some commands to install fonts for select operating systems below:
In CentOS 6 do:
yum groupinstall "Chinese Support" yum groupinstall "Japanese Support" yum groupinstall "Korean Support" yum groupinstall "Kannada Support" yum groupinstall "Hindi Support"
In CentOS 7 do:
yum groupinstall "fonts"
In Ubuntu do:
sudo apt-get install language-pack-ja sudo apt-get install japan* sudo apt-get install language-pack-zh* sudo apt-get install chinese* sudo apt-get install language-pack-ko sudo apt-get install korean* sudo apt-get install fonts-arphic-ukai fonts-arphic-uming fonts-ipafont-mincho fonts-ipafont-gothic fonts-unfonts-core
Many Microsoft Office files have macros in them. Does PrizmDoc execute macros that are within Office files?
PrizmDoc does not execute macros within Office documents.
The PrizmDoc Office Conversion Service on my localhost:18681/admin page says it’s “Starting” or has failed to start. What could the issue be?
PrizmDoc Office Conversion Service
localhost:18681/admin
This indicates that the license key provided is not licensed for the Microsoft Office Conversion feature.
To fix this, modify the fidelity.msOfficeDocumentsRenderer property in prizm-services-config.yml.
fidelity.msOfficeDocumentsRenderer
prizm-services-config.yml
For information on the supported values, see the Fidelity section in the Central Configuration topic.