Details
Class to convert PDF file to JPG files and viewing the jpg files as flip book. Class also helps to zip flip book content into a single package.
Requirements
Class requires "ImageMagicK, GhostScript and Zip" to be installed in the server.
apt-get install imagemagick
apt-get install zip
Tested in ubuntu (Linux environment).
Usage
Create following folder and give write permission CHMOD 777
-
zip folder
-
book folder
-
book/img folder
Place index.htm inside the folder "book".
provides css effect and book flip effect.
Finally open config.php and change the variables
|
Name: |
Flipbook PHP PDF to JPG |
Base name: |
pdf2jpg_flipbook |
Description: |
Convert PDF files to JPEG images using ImageMagick |
Version: |
1.1 |
PHP version: |
5.0 |
License: |
BSD License |
|
|
What is the best PHP convert pdf to html class?
Need to convert PDF to HTML or format to embed in Web site
April 2009
Winner
Prize: One copy of the Zend Studio |
PDF is a very popular format for distributing documents that are ready to be printed.
Displaying PDF documents on a site, depends on the availability of browser plug-ins or external programs installed on the user machine.
This class provides a solution for extracting images of the pages of a PDF document, so it can be browsed on a Web site without depending on having the right plug-ins or programs installed in the user browser.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
config.php |
Conf. |
Configuration file |
demo.php |
Example |
demo file to check class working |
digiBook.php |
Class |
Class to convert PDF to JPG, and package the files. |
index.htm |
Data |
File to placed inside book folder |
readme.txt |
Doc. |
Instruction File |