[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do I do n-up printing with my layout?



On 12/8/06, Florian Kulzer <florian@molphys.leidenuniv.nl> wrote:
You could maybe work around the problem by going via PDF, i.e.

ps2pdf file.ps
pdfnup --outfile newfile.pdf --nup nxm file.pdf
pdftops newfile.pdf

"nxm" is the nup specification, e.g. 2x3 for two columns by three rows.
You might have to use "--paper" and "--orient" in the pdfnup step to get
exactly the result you want.


Thanks a lot. This solves my problem.

Regards,
Santanu



Reply to: