Hi Contexers, I've used Acrobat 6 to import and create .pdfs for inclusion as images, not thinking about compatibility mode (set by default on acrobat 6 I suppose). When I try to texexec a .tex doc with such pdf inclusions, i get this output : Error: pdfetex (file ./pieces-graphiques-l.pdf): pdf inclusion: found pdf version <1.5>, but at most version <1.4> allowed ==> Fatal error occurred, the output PDF file is not finished! My actual system (tetex+last context beta --thanks to Patrick Gundlach for his installcontext.sh script): pdfetex --version pdfeTeX (Web2C 7.4.5) 3.14159-1.10b-2.1 texexec --version TeXExec 4.3 - ConTeXt / PRAGMA ADE 1997-2004 texutil --version TeXUtil 8.2 - ConTeXt / PRAGMA ADE 1992-2004 Thanks for your answer -- Olivier TURLIER F&M-CRP La Rouguière 101 Bd des libérateurs 13367 MARSEILLE cedex11 0(33)04 91 18 56 00 +0(33)04 91 45 14 48 crp.tbeb@wanadoo.fr
On Wed, 19 May 2004 11:10:54 +0200, olivier wrote:
Hi Contexers, I've used Acrobat 6 to import and create .pdfs for inclusion as images, not thinking about compatibility mode (set by default on acrobat 6 I suppose). When I try to texexec a .tex doc with such pdf inclusions, i get this output : Error: pdfetex (file ./pieces-graphiques-l.pdf): pdf inclusion: found pdf version <1.5>, but at most version <1.4> allowed ==> Fatal error occurred, the output PDF file is not finished!
You could try this: $ 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. -- groeten, Taco
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. Grüßlis vom Hraban! -- http://www.fiee.net/texnique/
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
I've used Acrobat 6 to import and create .pdfs for inclusion as images, not thinking about compatibility mode (set by default on acrobat 6 I suppose). When I try to texexec a .tex doc with such pdf inclusions, i get this output : Error: pdfetex (file ./pieces-graphiques-l.pdf): pdf inclusion: found pdf version <1.5>, but at most version <1.4> allowed ==> Fatal error occurred, the output PDF file is not finished!
You could try this:
$ 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.
You can also use the Acrobat 6 PDF Optimizer (Acrobat 6 Menu: Advanced -> PDF Optimizer) to create PDF files in earlier PDF versions. I usually use "compatible with acrobat 4" which works quite nicely with PDFTEX. I don't quite understand why they didn't make that an option in the "save as" dialog ... Grüße, ulbi
participants (5)
-
Andreas Ulbrich
-
Hans Hagen
-
Henning Hraban Ramm
-
olivier Turlier
-
Taco Hoekwater