Title: JSP, PDF, taglibs
 Hi Daniel,
 
It is pretty straight forward as in the java code.
 
One thing to be careful about is that you cannot have any newlines ("enters") outside of the jsp-tags.
(I.e. the import page in the beginning of the jsp-file must be on the same row)
 
Regards,
Fredrik
 
----- Original Message -----
Sent: Friday, December 27, 2002 12:01 AM
Subject: [iText-questions] JSP, PDF, taglibs

Hi,

I am trying to use iText with taglibs and am wondering if anyone has ever played with that before.  I basically want to have iText created a PDF document using taglibs from a JSP page, and then just write the document to the browser and let the browser deal with opening/downloading it, etc.  I am wondering if anyone has ever done something like this before?  The context in which this would be used is that a Servlet would forward a request to the JSP, and the JSP would create a PDF using JSP tags based upon the information in the request.  Thanks in advance for any help provided.

Daniel

Reply via email to