From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15113 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Images Date: Wed, 12 May 2004 11:55:33 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040512115443.029b39e0@server-1> References: 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 1084356056 5831 80.91.224.253 (12 May 2004 10:00:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 May 2004 10:00:56 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed May 12 12:00:51 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 1BNqXj-0005N7-00 for ; Wed, 12 May 2004 12:00:51 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 87C0C10B09; Wed, 12 May 2004 11:56:31 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id D159D10AFA for ; Wed, 12 May 2004 11:54:20 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4C9wYqI019956 for ; Wed, 12 May 2004 11:58:34 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 4EE76232FB; Wed, 12 May 2004 11:58:34 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id A97D617B74 for ; Wed, 12 May 2004 09:58:32 +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: Original-References: X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j 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:15113 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15113 At 12:15 12/05/2004, you wrote: >Hello all! > >Thanks for all your suggestions. I am capturing screenshots and saving them >as .eps images using Jasc Paint Shop Pro 8. I then convert the eps images >to PDF using "convertall2pdf"(on the command line) which is the batch file >that Ghostscript uses. I am sending through the script of "Convertall2pdf". > >@echo off >PATH=%PATH%;c:\gs\gs8.13\lib;c:\gs\gs8.13\bin; >for /F %%i in ('dir /b *.eps') do ps2pdf %%i %%i.pdf see pstopdf.pdf manual on or site; play with: pstopdf --method=1 yourfile.eps pstopdf --method=2 yourfile.eps pstopdf --method=3 yourfile.eps Hans