You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "MacDonald, Todd" <To...@tvratings.com> on 2001/11/14 20:53:19 UTC

Byte Serving PDF's

Anyone know how (or better yet, have some code to) byte serve PDF's through
Tomcat 4?

-T

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Byte Serving PDF's

Posted by Jim Urban <ji...@netsteps.net>.
Do you want to dynamically generate the PDF on the fly and return it
directly to the browser or to simply "serve" PDF files?  If you want to do
the first, check out the FOP website and have a look at the FOPServlet
source code.  This assumes you can make the contents of the PDF available in
XML format for processing by FOP.

Jim

-----Original Message-----
From: MacDonald, Todd [mailto:Todd_MacDonald@tvratings.com]
Sent: Wednesday, November 14, 2001 1:53 PM
To: Tomcat-User (E-mail)
Subject: Byte Serving PDF's


Anyone know how (or better yet, have some code to) byte serve PDF's through
Tomcat 4?

-T

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>