Technical FAQs
Can I run PrizmDoc Viewer in a Windows Docker container?
No, you cannot run PrizmDoc Viewer in a Windows Docker container. This is because Windows Docker containers do not provide the full environment that a Virtual Machine or regular Windows system install provides.
However, this is not the same thing as using a Windows system as a Docker Host, which actually can run PrizmDoc Viewer in a Linux Docker container.
When running setup.sh and entering the information for a node-locked license, such as configuration file, solution name, and solution key, the following error occurs:
The licensing configuration file you provided is invalid. Please retry
your request or break the licensing process:
What would cause this issue?
This issue may be caused by a trailing space on the configuration file copied to the Linux server.
To remove the space, run the following command, making sure to replace
configurationfilename
with the name of your configuration file.
truncate -s -1 **configurationfilename**
For example:
truncate -s -1 /usr/share/prizm/licenseconfiguration.txt
Can I assign a name to each end-user using the Editor for the purpose of track changes?
Yes. When creating an instance of the Editor in your web application, you can configure what the end user’s name and initials should be for track changes. Additionally, you have the option to allow the end user to edit their name and initials. PrizmDoc Editor itself has no user account system; that’s the responsibility of your application. However, when you create an editing session, you can easily configure PrizmDoc Editor to use the username and initials which your application requires. Refer to the PrizmDoc Editor API documentation for more information.