How do I print a JPEG ?
Posted: Sun Jan 29, 2012 5:53 pm
I have the following print statment
print card 2 from the topLeft of graphic "OuterRect" on card 2 to the bottomRight of graphic "OuterRect" on card 2
and I want to create a .jpg to a file instead.
Context:-
At the moment, a series of cards (with a constant and fixed print area smaller than the actual card) are printed to paper one after another.
I now need to generate a JPEG of this printed area instead and save it to file.
How can the line of code be changed to do this?
The file name and path can be assumed to be set up already and as each card is cycled through, the file name will be incremented by the code.
print card 2 from the topLeft of graphic "OuterRect" on card 2 to the bottomRight of graphic "OuterRect" on card 2
and I want to create a .jpg to a file instead.
Context:-
At the moment, a series of cards (with a constant and fixed print area smaller than the actual card) are printed to paper one after another.
I now need to generate a JPEG of this printed area instead and save it to file.
How can the line of code be changed to do this?
The file name and path can be assumed to be set up already and as each card is cycled through, the file name will be incremented by the code.