i have AIR application and I need save some data to PDF file..can i do it some simple??
is different way for save image to pdf or save only text to pdf??
thanks for help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are ActionScript 3 libraries for creating PDFs. Take a look at purePDF or AlivePDF. Here are some of the features from purePDF:
Also take a look at some of the purepdf exampels on their Google Code wiki or their examples source on GitHub.