20 May
2004
20 May
'04
11:09 a.m.
At 23:41 19/05/2004, you wrote:
Am Mittwoch, 19.05.04, um 11:20 Uhr (Europe/Zurich) schrieb Taco Hoekwater:
$ perl -npi.bak -e 's/%PDF-1.5/%PDF-1.4/;' *.pdf It might/might not work, I do not have any read PDF-1.5 files to test.
If they use 1.5 features (compression of file structure etc!) it won't work.
You mean the embedded object streams? I never ran into such a file. I'd rather expect problems with 1.5 files that do layers and such, since then we need to merge in clever ways. Hans