There doesn't appear to be any Perl libraries that can open, manipulate, and re-save PDF documents that use the newer PDF version (1.5 and above I believe) that use a cross-reference stream rather than table. Does anyone know of any unix/linux-based utilities to convert a PDF to an older version? Or perhaps there's a Perl module in CPAN I missed that can handle this?
|
|
Done! An hour ago, I uploaded CAM::PDF v1.50 to CPAN. It now supports PDF v1.5 compressed object streams and cross-reference streams. I've tested it with a few PDF files that I found online, but I'd sure appreciate feedback (good or bad). |
||
|
|
|
|
I'm working on it! I'm the CAM::PDF author and I've coded about a third of the support for the new crossref syntax. Donations would help (code, tests or dollars) because my bottleneck is free time... |
||
|
|
|
I would try running it through ghostscript with appropriate parameters. Something like |
||||
|
