Ohoy!

The viewer above shows FlowPaper in annotations 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 Example Document
Can't see the document and running from a local directory? Upload the contents of the zip file to a web server.
Quick Start
» FlowPaper in HTML5 mode
» FlowPaper in HTML4 mode
» FlowPaper in Flash mode
» Viewer starting in two-page mode
» Viewer starting at page 3
» Interactive debugging API
Publishing with PHP
» On the fly publishing (requires PHP5)
» Large (split) file publishing (requires PHP5)
Publishing with ASP.NET
» On the fly publishing (requires ASP.NET)
» Large (split) file publishing (requires ASP.NET)
Documentation
» Choosing Publishing Format
» Configuring and Publishing with PHP
» Configuring and Publishing with ASP.NET
» Converting Documents Manually
» Parameters
» API