Anish, Thanks - that worked.
Mark -- Mark Gilmore Spry Technology, Inc. [EMAIL PROTECTED] ----- Original Message ----- From: "Anis h" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 11:24 AM Subject: Servlet PDF Streaming - workaround > try this.. it will work > > <HTML><HEAD></head> > > <BODY leftMargin=0 topMargin=0 scroll=no> > <EMBED > src="http://myserver/pdfCreationServlet" width="100%" > height="100%" > type=application/pdf fullscreen="yes"> > </body> > </html> > > > when you invoke your servlet which creates PDF as > shown above only one request will be sent to the > servelt. > > > > Anish > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online, calculators, forms, and more > http://tax.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
