From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14015 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Severin_Obert=FCfer?= Newsgroups: gmane.comp.tex.context Subject: Re: resolution Date: Sun, 9 Nov 2003 15:04:36 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <000f01c3a6ca$69f53cb0$f2eae6c2@Sevi> 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="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068387133 10608 80.91.224.253 (9 Nov 2003 14:12:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2003 14:12:13 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Nov 09 15:12:11 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 1AIqIV-0005xB-00 for ; Sun, 09 Nov 2003 15:12:11 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B271710B1F; Sun, 9 Nov 2003 15:12:04 +0100 (MET) Original-Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id E811110ADF for ; Sun, 9 Nov 2003 15:04:44 +0100 (MET) Original-Received: (qmail 26388 invoked by uid 65534); 9 Nov 2003 14:04:43 -0000 Original-Received: from pop-ls-15-1-dialup-498.freesurf.ch (EHLO Sevi) (194.230.234.242) by mail.gmx.net (mp022) with SMTP; 09 Nov 2003 15:04:43 +0100 X-Authenticated: #9004909 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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:14015 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14015 sorry that i didn't write back till now, but I have hardly ever time for stuff like that :) ----- Original Message ----- From: "Patrick Gundlach" To: Sent: Sunday, October 26, 2003 5:34 PM Subject: Re: [NTG-context] resolution > "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! I don't know the meanig of this ip and this port! what is texshow-web? I tried to get something about this from the internet, but i could not find a lot of things. once, my goal was to use the command "pstopdf --method=4 somefile.pdf" severin > > > 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! > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >