tags:

views:

30

answers:

1

I need to export charts and data tables to pdf file in flex application.

For this we can user AlivePDF but i need to export to local not server.

Can we export to local system prompting user to select the location to export?

Thanks in advance.

+1  A: 

Since FP10 the FileReference Class should support this via the save() function.

splash