An example has been created demonstrating how to integrate
deck.js with the WebViewer without the use of DocumentViewer, to create an HTML5 slideshow. The sample uses
Document.LoadCanvasAsync to load each page as a canvas and then adds it as a slide. A more advanced sample could use the
Pause,
Resume or
CancelLoadCanvas functions (newly added for 1.5.0), but for a simple slideshow it probably isn't necessary.