ralsina / pdfrw

Automatically exported from code.google.com/p/pdfrw
Other
0 stars 0 forks source link

Additional support needed #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- More compression types
- Linearized PDFs
- Maybe more PyPDF emulation (additional dict attributes, mainly)

Original issue reported on code.google.com by pmaupin on 4 Sep 2012 at 2:09

GoogleCodeExporter commented 9 years ago
Attached file with the changes supporting flate decompression with png 
predictor. Source from pypdf. By the way I already implemented support for xref 
streams and object streams. It works fine, but I need to cleanup a little bit. 
If you are interested, later I can send you my implementation.

P.S. Be aware with pypdf emulation. Library is full of bugs. I'm working with 
millions of pages in production printing company and once tried to generate 
content with pypdf. On the screen documents were ok, but after converting to 
postscript and printing about 40000 pages, I saw a lot of shit with fonts and 
graphics at random locations. With pdfrw output, at least for now, is quite 
good and performance is better than hummus pdfwriter (I used it with my own sip 
wrapper until I came to pdfrw).

Original comment by exp...@gmail.com on 17 Nov 2012 at 4:44

Attachments: