Results 194 comments of Konrad Abicht

You have to be more specific, if you want help. Which version did you try: latest master-branch or a certain version? > i test the languages but it show the...

I believe there are already [issues](https://github.com/smalot/pdfparser/issues?q=is%3Aissue+is%3Aopen+reverse) about this topic. For example, https://github.com/smalot/pdfparser/issues/316. Summary: PDFParser is currently not able to parse languages properly, which are read from right to left. @GreyWyvern...

I am not available to receive private PDF files. Maybe someone else wants to work on this in the future, so they might contact you about it. But you could...

CC @GreyWyvern you may be interested in this.

Please be more specific. What PHP version? What version of PDFParser? What do you mean with "crap"?

Without further investigation I don't think that is possible.

Careful here. There are objects of other types as well, so your `else`-part is likely to run into an error. Also, `Document::getObjects` might not return an ordered list. You shouldn't...

Thanks for the report, I will look into that soon-ish (hopefully until end of next week).

@unixnut sorry for the late response. I added two integration tests, but had to adapt Pages class a bit. Please have a look if its OK for you. If there...