Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Graps in PDF

Former Member
0 Kudos

Dear SDN Community,

I am looking for an option to print a chart inside the PDF. With the standard adobe Interactive forms I can't achieve my goal. Can I use flex to print Bar chart and Bubble chart using the data into a PDF. I am planning to develop an WebDynpro for Java application and this would be deployed in Netweaver 7 based CRM 2007 system. Appreciate your inputs here.

Thanks!

Surya.

1 REPLY 1

Former Member
0 Kudos

Hi Surya,

You can generate pdfs in flex at runtime (client-side) using the alivepdf AS3 library http://www.alivepdf.org/

I'm not sure what kind of chart you have .. but if its a flex chart you can capture the component's bitmapdata, convert to JPG or PNG and then create a pdf using alivepdf.

Mrinal