The example above shows FlowPaper in flip book mode. Using FlowPaper with JavaScript is as easy as pointing to a PDF file like the code snippet below. We have also included a few set up guides to the right to help you get started quickly without any programming.

$('#documentViewer').FlowPaperViewer(
   { config : {
           PDFFile : 'pdf/Paper.pdf'
   }});
FlowPaper Javascript API
Can't see the document and running from a local directory? Upload the contents of the zip file to a web server.
Quick Start
» Viewer starting at page 3
» Interactive debugging API
Documentation
» Parameters
» API