Brian Huisman
Brian Huisman
PdfParser should output UTF-8 encoded text by default, so I'm not sure what all your mb_converts and utf8_decodes after the `getText()` are doing. What's the value of `$text` right after...
> [test1.pdf](https://github.com/smalot/pdfparser/files/14884073/test1.pdf) for the above pdf.. getText() has return empty There is no readable / editable text in the document; it is a scanned image. OCR would be required to...
> Reproduced on linux build of PHP. File generated by PDFLib Can you post a sample PDF that shows the issue, @ephrin ? And may we use it in the...
Fortunately, the PDF for issue #592 has this font-without-Width problem as well and we already have permission to use it. **/samples/bugs/Issue592.pdf** The key thing is, what do we want PdfParser...
This function doesn't seem to be used by any other function in PdfParser after running a quick search, so I think returning `null`, `-1` or even `false` would be okay.
Well, I can only say that I personally have gone through about ~100 PDFs from the PdfParser issues list and run them through my test environment. All but this one...
It would be useful to see the data from the PDF in question. Any of a number of things might be happening. The document might be trying to define a...
> EDIT: And of course now its working, so no clue what was wrong before. But it does happen on other documents, which I also can not share. Yep, your...
> Hi! I have the same issue. After re-opening the file in Adobe and save it again, the error has gone. I can provide the 2 files (with error and...
I suspect this might be another inline image issue, the same as #691, where binary image data containing 'q' or 'Q' is unbalancing the stored state of the document, which...