From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14514 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Texutil Date: Tue, 13 Jan 2004 14:38:13 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040113143735.035d13c0@server-1> References: <4001730C.3040402@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1074001207 11244 80.91.224.253 (13 Jan 2004 13:40:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 13:40:07 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jan 13 14:40:03 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 1AgOm3-0000mA-00 for ; Tue, 13 Jan 2004 14:40:03 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2840010B4D; Tue, 13 Jan 2004 14:39:19 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 4C47310B2F for ; Tue, 13 Jan 2004 14:38:40 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0DDdDh13980 for ; Tue, 13 Jan 2004 14:39:13 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id C544B17B02; Tue, 13 Jan 2004 14:39:16 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id CE70117B12 for ; Tue, 13 Jan 2004 13:39:12 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <4001730C.3040402@boede.nl> Original-References: <4001730C.3040402@boede.nl> 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:14514 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14514 At 17:00 11/01/2004, Willi Egger wrote: >Dear Hans, > >I am trying to convert a couple of EPS pictures into PDF files. Viewing >those figures in gostview shows their content on screen as expected. >Unfortunately the conversion with texutil results in some of the files in >a rotation of 90 degrees. >I tried to tweak texutil.pl with adding a line to the $GSCommandLine > $GSCommandLine = "-q " . > ... > "-dAutoRotatePages=/None " . > ... >I also tried to put there > ... > "-dPDFSETTINGS=/printer " . > ... >But the figures remain rotated. - Do you have a clue how to prevent this? > >If you edit texutil.pl would you then have also look at the code line 2079: > Report ( "PdfFile", "$FileName".".pdf" ) ; >instead of > Report ( "PdfFile", "$SuppliedFileName" ) ; use the pstopdf ruby script instead, it does a cleanup of eps code as well (see manuals) Hans