How do I use servlets to return dynamically generated PDF documents?
Created May 7, 2012
Alex Chaffee [Thanks to Greg Perkins, Aug 27, 2001:]
You should take a look at iText. It's an open source PDF library for java, hosted over at sourceforge. They have an example of using servlets to return dynamic PDF documents.
[See also the forum thread for this topic: How do I use servlets to return dynamically genera... ]