ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: how to get an image format flowchart
Date: Wed, 21 Jan 2004 14:11:01 +0100	[thread overview]
Message-ID: <6.0.1.1.2.20040121140922.02b45ec0@server-1> (raw)
In-Reply-To: <200401210903.i0L93o3U027431@d3-hrz.uni-duisburg.de>

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  

      parent reply	other threads:[~2004-01-21 13:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-21 14:02 wei jm
2004-01-21 12:09 ` George N. White III
2004-01-21 13:11 ` Hans Hagen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6.0.1.1.2.20040121140922.02b45ec0@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).