LEADTOOLS Support
Document
Document SDK Examples
HOW TO: Use the Different Configurations of the Document Viewer Demo
#1
Posted
:
Wednesday, June 20, 2018 3:10:36 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 199
Was thanked: 28 time(s) in 28 post(s)
Several of our HTML5 demos are all built using the same source code, they are just run using a different mode. The default mode is our Document Viewer:
https://demo.leadtools.com/JavaScript/DocumentViewer/The possible configurations are as follows:
There are three methods for specifying the configuration to use:
- Using the configuration name in the URL path: http:// demo.leadtools.com/JavaScript/<ConfigurationName>/
Note: This will require hosting the same files in several locations (either by copying to separate folders, or redirecting multiple paths)
- Specifying the configuration name for the "mode" parameter
For example, to enable the SVG configuration, use the following: https://demo.leadtools.com/JavaScript/DocumentViewer/?mode=SVG
- The "mode" parameter will also accept the index of a configuration (in parenthesis in the list above)
To enable the Barcode configuration (an index of 3), use the following: https://demo.leadtools.com/JavaScript/DocumentViewer/?mode=3
- If no configuration is found using the above methods, it uses "Default" which is the standard Document Viewer demo
The checkDemoMode method handles choosing the configuration. The source for this method can be found in the following files shipped with the SDK:
- JavaScript: LEADTOOLS 20\Examples\JS\Documents\DocumentViewer\Clients\Apps\App1\site\Main\Main.js (lines 353 through 401)
- Typescript: LEADTOOLS 20\Examples\JS\Documents\DocumentViewer\Clients\Apps\App1\ts\Main\Main.ts (lines 479 through 540)
Anthony Northrup
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Document
Document SDK Examples
HOW TO: Use the Different Configurations of the Document Viewer Demo
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.