PDFLib icon indicating copy to clipboard operation
PDFLib copied to clipboard

Show nothing in response no error and script is not working

Open haseebhk22 opened this issue 5 years ago • 4 comments

Here is my code : `<?php include "PDFLib.php"; $pdf_file_path = "C:/wamp64/www/PDFLib-master/tests/resources/sample.pdf"; $folder_path_for_images = "C:/wamp64/www/PDFLib-master/tests"; $pdflib = new ImalH\PDFLib\PDFLib(); $pdflib->setPdfPath($pdf_file_path); $pdflib->setOutputPath($folder_path_for_images); $pdflib->setImageFormat(\ImalH\PDFLib\PDFLib::$IMAGE_FORMAT_PNG); $pdflib->setDPI(300); $pdflib->setPageRange(1,$pdflib->getNumberOfPages()); $pdflib->setFilePrefix('page-'); // Optional $pdflib->convert();

?>`

haseebhk22 avatar Jan 15 '20 18:01 haseebhk22

Same for me, did you solve that?

TheSlimReaper925 avatar Aug 20 '21 11:08 TheSlimReaper925

Also true for me

dejan-mocevic avatar Aug 03 '22 13:08 dejan-mocevic

Same issue.

Asmitta-01 avatar May 06 '23 14:05 Asmitta-01