mgufrone / pdf-to-html

PDF to HTML PHP Class using Poppler-Utils
MIT License
175 stars 88 forks source link

Maximum execution time error #33

Open leena123 opened 7 years ago

leena123 commented 7 years ago

Implementing this on windows , every dependencies installed now getting this issue "Maximum execution time of 30 seconds exceeded in pdf-to-html\src\Base.php" i got below file object : Gufy\PdfToHtml\Pdf Object ( [file:protected] => ./uploads/2/2.pdf [info:protected] => ) it is showing me protected,is that ok? why this error , any clue?

leena123 commented 7 years ago

I set maximum execution time to ini_set('max_execution_time', 14000); But i doubt if it is the correct way of handling this issue.