Hi,
Not strictly a web api question, but since that's what I'm using....
A mobile app will post a bunch of data to my API and I need to (1) store data, (2) generate a PDF document (3) Send the PDF in an email to whoever need to get it.
Since I never done PDF generation, I figured I'd just drop by here and ask for some recommendations.
So far seems iText is the most popular choice?