ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Patrick Gundlach <pg@levana.de>
Subject: Re: resolution
Date: Sun, 26 Oct 2003 17:34:51 +0100	[thread overview]
Message-ID: <m2ad7onej8.fsf@levana.de> (raw)
In-Reply-To: <30102.1067169604@www45.gmx.net> (Severin Obertuefer's message of "Sun, 26 Oct 2003 13:00:04 +0100 (MET)")

"Severin Obertuefer" <seob@gmx.ch> writes:

[...]

> exampler  +  server started on 127.0.0.1:8061
> exampler  +  listening at 127.0.0.1:8061 in loop mode

what a coincidence that texshow-web and exampler are listening on the
same port!

> what can I do?

perhaps try to run gswin32 with the options that are used in pstopdf
(ruby). I think that the relevant section is:

 def downsample (program, inpfile, outfile)

    process = program + ' ' +  
              "-dPDFSETTINGS=/screen -dEmbedAllFonts=true " + 
              "-dSAFER " + 
              "-q -sDEVICE=pdfwrite -dNOPAUSE -dNOCACHE -dBATCH " +
              "-sOutputFile=#{outfile} #{inpfile} -c quit "

    @exa.execute(process,false)

  end


so try gswin32 -dPDFSETTINGS=/screen -dEmbedAllFonts=true -dSAFER \ 
              -q -sDEVICE=pdfwrite -dNOPAUSE -dNOCACHE -dBATCH \
              -sOutputFile=out.pdf in.pdf -c quit 


(just a guess).

Patrick

-- 
You are your own rainbow!

  parent reply	other threads:[~2003-10-26 16:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-24 14:31 resolution Severin Obertuefer
2003-10-24 15:27 ` resolution Hans Hagen
2003-10-25 10:18   ` resolution Severin Obertuefer
2003-10-25 10:29     ` Re[2]: resolution Giuseppe Bilotta
2003-10-25 10:42       ` Severin Obertuefer
2003-10-25 12:14         ` Re[4]: resolution Giuseppe Bilotta
2003-10-25 15:29       ` Re[2]: resolution Gary Pajer
2003-10-25 15:36       ` Gary Pajer
2003-10-26 12:00         ` Severin Obertuefer
2003-10-26 16:02           ` Gary Pajer
2003-10-27 11:46             ` Hans Hagen
2003-10-26 16:34           ` Patrick Gundlach [this message]
2003-10-27 12:03             ` resolution Hans Hagen
2003-11-09 14:04             ` resolution Severin Obertüfer
2003-11-10 18:36               ` resolution Patrick Gundlach
2003-10-27 11:51           ` Re[2]: resolution Hans Hagen
2003-10-25 10:55     ` resolution Patrick Gundlach

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=m2ad7onej8.fsf@levana.de \
    --to=pg@levana.de \
    --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).