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', }});