Page 1 of 1

How to print a long,long,long picture on multiple pages?

Posted: Mon Mar 25, 2013 11:23 am
by pstein
Assume I have a long,long,long picture (e.g. 1060 * 4620 pixels).

I want to print it out on physical or pdf printer.

BUT I don't want to shrink or stretch the picture or let it somehow fit on ONE page.

Instead it should be adjusted so that the current WIDTH fits exactly on one page.
If the lengthof the picture is too big to fit on the first page then automatically additional pages should be printed.

How can I achieve this?

Thank you
Peter

Re: How to print a long,long,long picture on multiple pages?

Posted: Mon Mar 25, 2013 9:11 pm
by Peter2
You can try a workaround:

a) Create a PDF
(via print-command in XnView or with http://www.noliturbare.com/convert/image-to-pdf)

b) Use a Tool to tile the PDF:
http://www.noliturbare.com/pdf-tools/pdf-tiler

Peter