Some test text!
Web / FAQ
The Apryse key you were provided is passed to WebViewer Server through environment variables in docker. In your docker-compose.yml
file you can do this by placing the key in the TRN_PDFNET_KEY
variable under environment:
pdfd-tomcat:
image: "pdftron/webviewer-server:latest"
environment:
TRN_PDFNET_KEY: 'YOUR_LICENSE_KEY'
When using Docker directly through other systems or command line you would declare TRN_PDFNET_KEY
as an -e
(environment) argument.
docker run -p 8090:8090 -e TRN_PDFNET_KEY="YOUR_LICENSE_KEY" pdftron/webviewer-server:latest
If you installed WebViewer Server through our Windows installer you can add the key by modifying wvs_config.json
- you will find this under your base_install_directory/apache-tomcat/wvs_config.json
"TRN_PDFNET_KEY":"YOUR_LICENSE_KEY"
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales