From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13949 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: resolution Date: Sun, 26 Oct 2003 17:34:51 +0100 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: References: <006a01c39b0d$d1bc6210$01fd5644@playroom> <30102.1067169604@www45.gmx.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067186745 2140 80.91.224.253 (26 Oct 2003 16:45:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2003 16:45:45 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Oct 26 17:45:43 2003 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 1ADo1P-0004qO-00 for ; Sun, 26 Oct 2003 17:45:43 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D9F4110B27; Sun, 26 Oct 2003 17:45:37 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.184]) by ref.ntg.nl (Postfix) with ESMTP id C3FB910AE1 for ; Sun, 26 Oct 2003 17:38:28 +0100 (MET) Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1ADnuO-0007u6-00 for ntg-context@ntg.nl; Sun, 26 Oct 2003 17:38:28 +0100 Original-Received: from [62.72.92.65] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1ADnuB-00029s-00 for ntg-context@ntg.nl; Sun, 26 Oct 2003 17:38:25 +0100 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 1ADnr3-0000gY-00 for ; Sun, 26 Oct 2003 17:35:01 +0100 Original-Received: from schnee.local (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id h9QGYqN9012992 for ; Sun, 26 Oct 2003 17:34:52 +0100 (CET) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id h9QGYqtr012991; Sun, 26 Oct 2003 17:34:52 +0100 (CET) X-Authentication-Warning: schnee.local: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: <30102.1067169604@www45.gmx.net> (Severin Obertuefer's message of "Sun, 26 Oct 2003 13:00:04 +0100 (MET)") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) 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:13949 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13949 "Severin Obertuefer" 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!