From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14591 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: how to get an image format flowchart Date: Wed, 21 Jan 2004 14:11:01 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040121140922.02b45ec0@server-1> References: <200401210903.i0L93o3U027431@d3-hrz.uni-duisburg.de> 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 1074690880 8530 80.91.224.253 (21 Jan 2004 13:14:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 13:14:40 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jan 21 14:14:37 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 1AjIBo-000302-00 for ; Wed, 21 Jan 2004 14:14:36 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C6C7A10B3D; Wed, 21 Jan 2004 14:13:39 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id A2C5B10B4B for ; Wed, 21 Jan 2004 14:11:47 +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 i0LDCal15970 for ; Wed, 21 Jan 2004 14:12:36 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 8927917A70; Wed, 21 Jan 2004 14:12:40 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id E24C317B1A for ; Wed, 21 Jan 2004 13:12:36 +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: <200401210903.i0L93o3U027431@d3-hrz.uni-duisburg.de> Original-References: <200401210903.i0L93o3U027431@d3-hrz.uni-duisburg.de> 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:14591 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14591 At 15:02 21/01/2004, you wrote: >Hello,everybody, > > I have a problem while using context to create some flowcharts. The > beginning of >my tex source file looks like: > > \setupoutput[pdftex] > \usemodule[chart] > > Naturally I got a flowchart in pdf version. But a pdf version > flowchart is >not suitable for inserting into a paper or a report. Then I try to use >software to convert it from pdf format into some other imgage formats. But >none of them was satisfied. >I wonder how can I direct get a flowchart in some imgage formats (e.g. in >png, jpg format) from the source tex file. Are there some >tricks in the settings of the tex source file? you can try ghostscript: d:\gs\gs8.00\bin\gswin32c.exe -r1200x1200 -q -sDEVICE=png16 -dNOPAUSE -dBATCH -sOutputFile=result.png result.pdf ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ system dependent Hans