12-27-2010 02:06 PM
Is there a way to export data from an AIR application to a PDF or Excel document? I want to export report data from my application and would prefer to have it exported to PDF so that the end users can save the report or email it.
Thank you for your time.
12-27-2010 02:17 PM
This is where libraries come in handy.
Examples:
Haven't used those myself though. Just google a bit (library excel OR pdf actionscript).
12-27-2010 05:40 PM
CSV files for Excel are ridiculously easy to output too and don't need a library to use so are arguably the quickest way to get something out. Obviously if you need formula in your cells this isn't an option.
12-27-2010 05:48 PM
I've used AlivePDf on several projects and it does a great job.