All requests | > | What is the best PHP pdf to image class? | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Mohamed Amine - 4 months ago (2017-03-21)
+1 | I need to convert PDF file to image without ImageMagick |
1. by Manuel Lemos - 3 months ago (2017-03-22) Reply
There is one package to render PDF to images using GhostScript and another to convert PDF to HTML using Poppler.
Would these solutions work or you need to render it as an image?
0 | by Dawood Ikhlaq 50 - 2 hours ago (2017-07-20) Comment install properly the library and nothing else just load the pdf file using method from file method as follows , include '../vendor/autoload.php'; use dawood\phpChrome\Chrome; $chrome=new Chrome(null,'/usr/bin/google-chrome'); $chrome->useHtmlFile(__DIR__.'/yourpdfFile.pdf'); print "Image successfully generated :".$chrome->getScreenShot().PHP_EOL; |
Recommend package | |
|