Understanding Flex Print Job from A to Z
What is FlexPrintJob
In Flex, you usually do printing in your application through FlextPrintJob.
According to Adobe, FlexPrintJob is:
- A class that prints one or more objects
- Automatically splits large objects for printing on multiple pages
- Scales the output to fit the page size
Posted by: Bryan Date: Tuesday, June 23, 2009 Comments: 6

