ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* pdf 1.5 pb
@ 2004-05-19  9:10 olivier Turlier
  2004-05-19  9:20 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: olivier Turlier @ 2004-05-19  9:10 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pdf 1.5 pb
  2004-05-19  9:10 pdf 1.5 pb olivier Turlier
@ 2004-05-19  9:20 ` Taco Hoekwater
  2004-05-19 21:41   ` Henning Hraban Ramm
  2004-05-20 10:10   ` AW: " Andreas Ulbrich
  0 siblings, 2 replies; 5+ messages in thread
From: Taco Hoekwater @ 2004-05-19  9:20 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pdf 1.5 pb
  2004-05-19  9:20 ` Taco Hoekwater
@ 2004-05-19 21:41   ` Henning Hraban Ramm
  2004-05-20  9:09     ` Hans Hagen
  2004-05-20 10:10   ` AW: " Andreas Ulbrich
  1 sibling, 1 reply; 5+ messages in thread
From: Henning Hraban Ramm @ 2004-05-19 21:41 UTC (permalink / raw)



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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pdf 1.5 pb
  2004-05-19 21:41   ` Henning Hraban Ramm
@ 2004-05-20  9:09     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2004-05-20  9:09 UTC (permalink / raw)


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  

^ permalink raw reply	[flat|nested] 5+ messages in thread

* AW: pdf 1.5 pb
  2004-05-19  9:20 ` Taco Hoekwater
  2004-05-19 21:41   ` Henning Hraban Ramm
@ 2004-05-20 10:10   ` Andreas Ulbrich
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Ulbrich @ 2004-05-20 10:10 UTC (permalink / raw)


> > 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-05-20 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-19  9:10 pdf 1.5 pb olivier Turlier
2004-05-19  9:20 ` Taco Hoekwater
2004-05-19 21:41   ` Henning Hraban Ramm
2004-05-20  9:09     ` Hans Hagen
2004-05-20 10:10   ` AW: " Andreas Ulbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).