.net - Split single large image into multiple A4 pages -


referring following thread how print 1 large image in many pages?

i got image split in multiple pages need adjust width , height according a4 size paper. how can done??

with respect comments above, printers have 'poster print' option. in printer settings 1 review after hitting 'print' on application. not printers this.

the alternative use system.drawing library, import image .bmp in memory, slice off chunks new bmps. first see if can printer dirty work, use option if a) you're not sure printer destination output, or b) you're doing heavy duty graphics anyway , you'll using other purposes.

poster print page

if printers in stores use pcl6, support mode consistently. if not, you'll have hard way.


Comments