what are the various approaches for generating PDFs?
Posted
by
andthereitgoes
on Stack Overflow
See other posts from Stack Overflow
or by andthereitgoes
Published on 2010-12-31T13:50:30Z
Indexed on
2010/12/31
13:53 UTC
Read the original article
Hit count: 170
pdf-generation
|scalable
I have an idea for an app that would take some flash content which contains graphics and images like various geometric shapes and polygons and some random images and convert them to PDF.
Also, since I envision this app to be used my multiple users I want this process to be quick and scalable. One possible solution I could think of is have a small flash client with the capability of assembling the above mentioned graphics and images. Generate some sort of XML, send it to a server running a Java process which could render the PDF using iText.
I was wondering what are the other possible ways to do it or the best practices. Technology isn't an issue; open source or commercial.
I am looking for ideas to make the process fast and scalable. Most importantly, I don't want the back end server side PDF render engine to constraint the flash client capabilities.
I would appreciate if you could share your tech stack idea. Thanks a lot!
© Stack Overflow or respective owner