Re: [Flashcoders] Exporting Canvas to PDF or Print

2009-07-05 Thread Ktu
You could easily have a button that calls the printer and have it print. If you look at the documentation for AS3 there is a class called PrintJob. You could alternativley use a third party package called AlivePDF which you can use to make a PDF out of your flash content, and have the user downloa

[Flashcoders] Exporting Canvas to PDF or Print

2009-07-05 Thread K-Dawg
Hi, I developed a dynamic coupon engine for a client that loads coupon data from an XML file and draws coupons on the canvas. This all went surprisingly well as I am relatively new to ActionScript. However, I need to be able to make these printable, either printing the canvas or sending to a PDF