Multiple pages per sheet (PDF)
Posted
by
smihael
on Super User
See other posts from Super User
or by smihael
Published on 2012-11-24T16:09:39Z
Indexed on
2012/11/24
17:07 UTC
Read the original article
Hit count: 179
I use the following commands
pdf2ps input.pdf - | psnup -pA4 -4 >> output.ps
ps2pdf output.ps output.pdf
rm output.ps
to merge multiple pages (in this case 4) from input file to one sheet in outupt file.
How can I modify pipelining so that I won't have to use 2 commands, but just a single one liner? Is there any other commandline tool that would do the same and can work directly on pdf files?
© Super User or respective owner