Some test text!
Web / Guides / Setup
This guide will show you how to get started with a free trial of the WebViewer Server by loading a Docker Linux container instance and using it to display WebViewer on a local HTTP server.
WebViewer server is primarily recommended for increased file format support and to enable server side rendering which can improve overall viewing performance on all platforms. This performance improvement is most noticeable on low end mobile devices and Internet Explorer.
Your free trial includes unlimited trial usage and support from solution engineers.
The server sample uses Docker technology, which requires Windows 10, Windows Server 2016, or a Linux distribution. In theory, any system is sufficient as long as Docker can be installed.
Install the appropriate package from https://docs.docker.com/engine/installation/
Download the WebViewer Server package.
Unpack the archive and navigate to its directory.
unzip WebViewer-Server.zip -d WebViewer-Server
cd WebViewer-Server
TRN_PDFNET_KEY
option to your license key (you do not need to set this property if you are demoing our software):TRN_PDFNET_KEY: 'YOUR_LICENSE_KEY'
sudo docker-compose up
You should be up and running at this point.
Once the server is running, the server demo app is accessible at:
http://<HOST_IP_ADDRESS or localhost>:8090/demo
Once the docker container running, then supply the webviewerServerURL
and l
license argument to your WebViewer upon startup:
WebViewer({
// initialDoc: 'YOUR_FILE.pdf',
webviewerServerURL: 'http://<HOST_IP_ADDRESS or localhost>:8090/',
licenseKey: 'Insert commercial license key here after purchase'
}, viewerElement);
WebViewer({
// initialDoc: 'YOUR_FILE.pdf',
pdftronServer: 'http://<HOST_IP_ADDRESS or localhost>:8090/',
licenseKey: 'Insert commercial license key here after purchase'
}, viewerElement);
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales