Tutorials
Getting Started with WebViewer.jsIntroduces you to WebViewer.js and gets you started loading WebViewer.js on a simple page. Getting Started with XOD filesIntroduces you to the XOD format and how to get your documents converted to XOD. Using the streaming optionExplains what the streaming option is and how it should be used (or not used). Getting Started with Saving/Loading AnnotationsIntroduces you to the basics of saving and loading annotations on your web server. HTML5 WebViewer Customizations with Config filesIntroduces you to the use of "config files" to perform more specific customizations. |
Creating stamp annotationsExplains how to programatically create a stamp annotation. Customizing toolsExplains how to override functions on the built in tools. Creating custom annotationsExplains how to create a custom annotation and corresponding tool. Advanced Annotation LoadingExplains how to use the setInternalAnnotationsTransform function for more advanced use cases. Optimizing WebViewer AssetsExplains how to use gulp to minify and concatenate Webviewer resources for faster load times. Setting up WebViewer for CORS with xdomain
Takes you through the steps of setting up CORS with WebViewer through the xdomain library.
This is useful if the documents that are being viewed are stored on another domain which you control.
|