DocuVieware™ only requires its own resources, one JavaScript file and one CSS file, both can be found in your [SDK INSTALL DIR]\Redist\DocuVieware (Resources)\ folder. In the following examples, it will be assumed that they are available locally.
Prerequisite |
Copy Code |
---|---|
<script src="docuvieware-min.js"></script> <link rel="stylesheet" type="text/css" href="docuvieware-min.css"> |
The last thing required is the complete and accurate URL your REST service is reachable at.
For this tutorial it is assumed that the service is locally running on the machine using the port 62968. The complete URL to the method is http://localhost:62968/api/DocuViewareREST/GetDocuViewareControl.
Be careful: your own implementation will most probably differ, especially the port that is usually randomly selected upon project creation by Visual Studio so be sure to adapt the URL to your configuration.