Re: [iText-questions] Trouble Embedding dynamic PDF within a

2008-04-24 Thread 1T3XT info
Paul Bundick wrote: > Is there a way to dynamically create the pdf, stream it to the clients > browser, and open it within a specified area of a JSP? I've never done any tests in that area. -- This answer is provided by 1T3XT BVBA -

Re: [iText-questions] Trouble Embedding dynamic PDF within a

2008-04-24 Thread Paul Bundick
Date: Thu, 24 Apr 2008 08:02:25 +0200 From: 1T3XT info <[EMAIL PROTECTED]> Subject: Re: [iText-questions] Trouble Embedding dynamic PDF within a specified area of a JSP To: Post all your questions about iText here Message-ID: <[EMAIL PROTECTED]> Content-Type: text/pla

Re: [iText-questions] Trouble Embedding dynamic PDF within a specified area of a JSP

2008-04-23 Thread 1T3XT info
Paul Bundick wrote: > I'm having trouble embedding dynamic PDF within a specified area of a JSP > using the tag. I'm not sure if I understood the question, but if you want an HTML page with a PDF objects as well as other HTML content, why don't you try the tag? See for instance: http://itext.uge

[iText-questions] Trouble Embedding dynamic PDF within a specified area of a JSP

2008-04-23 Thread Paul Bundick
I'm having trouble embedding dynamic PDF within a specified area of a JSP using the tag. My JSP code resembles the following: When the JSP loads, this code fires off a request to the controller servlet which uses an action class to build a very basic (at the moment) pdf stream. A snippet of th