From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15166 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: pdf 1.5 pb Date: Wed, 19 May 2004 11:20:56 +0200 Organization: Elvenkind Sender: ntg-context-admin@ntg.nl Message-ID: <20040519112056.5c427adf@glenlivet.elvenkind.com> References: <20040519111054.3b464dcb@lindoze1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084958596 3181 80.91.224.253 (19 May 2004 09:23:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 May 2004 09:23:16 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed May 19 11:23:10 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQNI6-0002dN-00 for ; Wed, 19 May 2004 11:23:10 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A939810B46; Wed, 19 May 2004 11:18:38 +0200 (MEST) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ref.ntg.nl (Postfix) with ESMTP id 6648A10ABD for ; Wed, 19 May 2004 11:16:30 +0200 (MEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 13ED1156BD for ; Wed, 19 May 2004 11:20:54 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14081-03 for ; Wed, 19 May 2004 11:20:52 +0200 (CEST) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with SMTP id 942B315598 for ; Wed, 19 May 2004 11:20:52 +0200 (CEST) Original-To: ntg-context@ntg.nl In-Reply-To: <20040519111054.3b464dcb@lindoze1> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i586-mandrake-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15166 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15166 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