indexprint with margin
Posted: 2013-05-31T02:07:29-07:00
Hi,
please can you help me to get margins to an indexprint created with montage.
I made this little script:
How can I put margins around the output? The -geometry option only makes spacings between the thumbnails but not on the margins.
I tried something with -page option but I do not get the right result.
Thank you in advance you for help.
Ferdinand
please can you help me to get margins to an indexprint created with montage.
I made this little script:
Code: Select all
targetfile=/tmp/indexprint.pdf
tile=$(kdialog --radiolist "Anordnung der Bilder:" 2x3 "2 x 3" off 3x4 "3 x 4" on 4x5 "4 x 5" off)
montage -monitor -auto-orient -label %f -geometry 320x320+10+10 -tile $tile $sourcefiles $targetfile
okular $targetfile
I tried something with -page option but I do not get the right result.
Thank you in advance you for help.
Ferdinand