Ohoy!

The viewer above shows FlexPaper in flip book mode. Using FlexPaper 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').FlexPaperViewer(
   { config : {
           PDFFile : 'pdf/Paper.pdf',
   }});
FlexPaper 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
» FlexPaper in HTML5 mode
» FlexPaper in HTML4 mode
» FlexPaper in Flash mode
» Viewer starting at page 3
» Interactive debugging API
» Set up publishing with PHP 5
» Read documentation
 
» Set up publishing with ASP.NET
» Read documentation
 
» War file for publishing with Java
Documentation
» Choosing Publishing Format
» Converting Documents Manually
» Parameters
» API