Quote:
Originally Posted by fodiator
Hi,
I've just have received my Iliad and really like it. Unfortunately some of my PDFs are multipaged (2 portait formatted pages on one landscape page), like the Linux pnup tool is generating.
...
Find my bash script attached.
Hope you find it useful
Regards
Fodiator
|
The script behind "unpnup.gz" given in the first message of this topic works well on my Ubuntu 10.04 32bit, except a minor change, namely I had to edit the file and replace the line
pdftk "$1" burst
with
pdftk ../"$1" burst
Otherwise it all works well and smoothly.