christian-vigh-phpclasses / PdfToText

Extracts text from PDF files
Other
125 stars 93 forks source link

$pdf -> Load ( $testPath ) - when there's an error #18

Open arathra opened 7 years ago

arathra commented 7 years ago

Sometimes a user will upload a poorly made PDF and when I try to open it normally it will not work. When I do it programmatically using your class, this line crashes the code:

$pdf -> Load ( $testPath ) ;

Is there perhaps some kind of error handling I can use here so I can send out a message rather than have the page simply not load?

PS Many thanks for such an excellent class!