Creating Flipbook
Last updated
Last updated
Once you have Flipbook plugin activated you can start creating flipbooks.
Click on the ‘Real3D Flipbook’ > ‘Add new’
Click on the Select PDF or images button
Select PDF form media library
or select images (multiple images can be selected at once)
and click Send to Flipbook.
Click on the Publish button to publish the flipbook post.
After the post has been published you can preview the flipbook, view the flipbook post (Permalink) or copy the Shortcode to embed the flipbook in a post or page.
For using PDF from another domain you need to enable CORS.
For Apache server, add following lines to .htaccess
More info https://enable-cors.org/server.html
For Amazon S3 add following JSON configuration for the bucket
More info here https://aws.amazon.com/premiumsupport/knowledge-center/s3-configure-cors/
PDF flipbook supports partial PDF download (it can display pages before entire PDF is downloaded). For that feature to work server needs to support range requests.
With PDF Tools addon, (requires Real3D Flipbook Pro), you can create fastest loading PDF flipbook by converting PDF to images and JSON on the server. This flipbook will load pages faster because it will not load JS files required to process the PDF and it will load images and JSON from the server instead of loading and processing the PDF at runtime.
Flipbook created with PDF tools will still have PDF links, search and text selection working.
After you have created flipbook from PDF with PDF Tools, you can delete PDF from the server, which is the only real protection for your original PDF file.