I have the following code below. Im trying to print a card, 50 pixels/points down from the top. So found the "print card from" command which I though would work. However it just prints a blank page. Any ideas what I could be doing wrong? The "print card" command prints everything out and I'm trying to avoid to top.
Thanks
Jalz
Code: Select all
open printing
repeat with x = 1 to the number of cards
--This works, prints the whole card
print card
-- This does not work.
print this card from 0,50 to 575,600
end repeat
close printing