Re: Re: xpdf printing with pdftops

2009-11-02 Thread Andreas Goesele
Despite the warning the file is printed, just that additionally I get the warning and a non-essential image is replaced by a blurry box. Is the page expanded to fit the paper? On the command line, yes. Not in xpdf Hmm, I am starting to think that maybe we should try a different approach. W

Re: Re: xpdf printing with pdftops

2009-11-02 Thread Andreas Goesele
> >gs -q -dSAFER -sDEVICE=pswrite -dFIXEDMEDIA -dPDFFitPage -sPAPERSIZE=a4 -o %pipe%lpr - > > Thanks for the suggestion. The first line works (more or less) on the command line, but gives the warning: >GPL Ghostscript 8.62: Could not open the file lpr . > (I say more or less, because an

Re: Re: xpdf printing with pdftops

2009-11-01 Thread Andreas Goesele
cat test.pdf | gs -q -dSAFER -sDEVICE=pswrite -dFIXEDMEDIA -dPDFFitPage -sPAPERSIZE=a4 -o %pipe%lpr - The above combination of commands prints test.pdf on my default printer after scaling it to fit the page. Therefore I would hope that the following works as a print command for XPDF (which I h