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
Using Flex Build-in Print Function
The build-in print function provided by Adobe Flex is actually pretty straightforward. For a single page print, it is good enough. Here is how it works:
Posted by: Bryan Date: Thursday, May 21, 2009 Comments: 4

