PDA

View Full Version : Saving to PDF


papillon68
04-11-2008, 01:09 PM
Hi, I'm currently using AlivePdf (http://alivepdf.bytearray.org) to save some of my Flex project controls (such as images, textinput values etc.) into a pdf, customizing their position, size etc. So far so good, but the problem is that AlivePdf doesn't support PNG images and I really need that.

I was not able to find any other solution or any other library that would allow that, and honestly I was quite astonished. I thought it would be a very common "necessity".
Any hint about that ?

Excuse me for my english...

kahuja
04-11-2008, 04:56 PM
I had used iText (http://www.lowagie.com/iText/) some time back... do not know if you have a J2EE container, if you do , write a servlet and send the data to the sevlet that prints a PDF for you.

I am not aware of doing this stuff in AS, hence a solution that I used earlier (note that I had other needs of the servlet as well)

lue49
04-15-2008, 10:46 AM
Hi,

from my point of view there is only one solution at this moment to write PDF s directly in AS3.

We have lots of experience in writing PDFs and we do this always at the backend side. But we are using Remote Objects with the BlazeDS and the PDFlib for writing the PDF.


Daniel.