Description
Pdf to Image web gallery creator and tools is a web application that allows you to upload pdf files that will be automatically converted into images in order to create a web gallery page. The code you have to inlcude in your page is really simple and short (just 3 lines of code). You can fully integrate the script in sliders, gallery template, portfolio page and so on…
imagemagick and ghostscript are necessary.
You can also use only the tools to work with pdf, converting them into images.
Configuration
The application is fully customizable and you can chose those customizations:
1 – public $img_type=”png”; // jpg or png
2 – public $jpg_compression=”70”; // the quality of the picture 100 is top quality
3 – public $img_width=”500”; // the width of the image
4 – public $images_per_page=”16”; // how many images in the page (pagination for other pdf)
5 – public $upload_dir=”upload/”; // where all the pdf are
Tools
The application will create 1 image for each page of the pdf files. You can use all the tools in order to work with the pdf.
So you can:
Get all the images of a pdf file
getAllImagesOf(“sample_pdf.pdf”);
Array ( [0] => upload/sample_pdf/sample_pdf0.png [1] => upload/sample_pdf/sample_pdf1.png )
Get the first page of a pdf file
getFirstPageOf(“sample_pdf.pdf”);
upload/sample_pdf/sample_pdf0.png
Get the x (0,1,2…n) page of a pdf file
getPage(“sample_pdf.pdf”, “1”);
upload/sample_pdf/sample_pdf1.png
Admin and live preview
Admin panel
username= admin
password= admin
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = Pdf to Image web gallery creator and tools
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/pdf-to-image-web-gallery-creator-and-tools/1627594″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Pdf to Image web gallery creator and tools from the The Developer ( danilotrix86 ) website. Thank you.
Download = Pdf to Image web gallery creator and tools-[Updated].zip