Mac printing Scale to fit paper size

2014-08-14 Thread kee nethery
I’m printing postcards onto individually cut postcards and they are a custom paper size (4.25 x 6 inches). The stack displays the postcard text in landscape mode but the postcards go into the printer in portrait orientation (smallest edge gets sucked into the printer). Normally I’d set

Re: Mac printing Scale to fit paper size

2014-08-14 Thread Mark Schonewille
Hi Kee, I'm in a hurry actually, so I don't have time to read everything carefully right now, but I do something like this: put 72 into myMargin put myMargin,myMargin,item 2 of the printPapersize - myMargin,item 1 of the printPapersize - 72 into myPrintRect print this card into myPrintRect

Re: Mac printing Scale to fit paper size

2014-08-14 Thread kee nethery
Mark, Thank you very much for the suggestions. If I print to 8.5x11 paper, I can use the following code to print the postcard full page landscape mode. on mouseUp set the printPaperOrientation to landscape put 18 into myMargin put myMargin,myMargin,item 2 of the printPapersize -