"Severin Obertuefer" <[EMAIL PROTECTED]> 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!
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to