-
Notifications
You must be signed in to change notification settings - Fork 335
panic on some PDFs + suspect memory leak #9
Comments
I get the same error on a PDF that's been "optimized", and on page 1. |
This is the file that causes it: Species Present Report_Apr May Jun 2016.pdf |
I got the same problem. |
I am getting this with every single pdf-file. |
Hey guys, I was having the same problem but after trying out another library I realized that my After converting it with PDFCreator it removed the protection and I could read pages. Hope it helps someone. Cheers |
I also have a lots of pdf throw error maybe just need some pdf software open and resave the pdf, will fix this error? use |
Is the library still maintained? I've come to the conclusion that it does not support PDF versions greater than 1.2 ( so things like LWZ compression, linearization and so on). Please reply. If not maintained, what is a great alternative? |
I have the following Go program that uses this library:
This builds and runs fine and for many PDFs gives the expected output (although it is rather slow).
However I have a few PDFs which produce a panic:
I also have a 647 page PDF for which the program outputs the first 22 pages, then outputs
PAGE 23
and then just sits there eating memory and using ~25% CPU. That particular page has some Japanese characters but I don't know if they are Unicode text or paths.The text was updated successfully, but these errors were encountered: