View Single Post
Old 06-12-2010, 05:19 PM   #17
ubuntu21
Junior Member
ubuntu21 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jun 2010
Device: none
Quote:
Originally Posted by fodiator View Post
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.
ubuntu21 is offline   Reply With Quote