[XeTeX] print pdf from command line
Andreas Matthias
amat at kabsi.at
Thu Feb 28 15:34:17 CET 2008
Volker Jordan wrote:
> maybe this is a little bit off topic, but how can I print a pdf from the
> command line, especially if I want only a range of pages?
With pdftops (xpdf) or acroread you can convert your PDF to PS and
specify the page range (first and last page):
# acroread -toPostScript -start 3 -end 5 -size a4 dummy.pdf
# pdftops -f 3 -l 5 dummy.pdf
Ciao
Andreas
More information about the XeTeX
mailing list