I’m looking to print my view to an A5-printer but when I test the print functionality to pdf, I always get a narrow and long printout.
Is there a way to set the pageheight and width? According to adobe help it’s read-only.
Does anyone have experience with printing in flex?
The default flex printing is indeed rather dodgy.
If you really want smoother printouts, you could use one of the following open source libraries that do the job just fine
AlivePDF
or PurePDF (as3 IText Port)
Cheers