Re: [iText-questions] Servlet PDF Streaming - workaround

2003-04-02 Thread Bruno
Quoting Anis h <[EMAIL PROTECTED]>: > try this.. it will work > > > > > src="http://myserver/pdfCreationServlet"; width="100%" > height="100%" > type=application/pdf fullscreen="yes"> > > > > > when you invoke your servlet which creates PDF as > shown above only one request will be sent t

[iText-questions] Servlet PDF Streaming - workaround

2003-04-02 Thread Anis h
try this.. it will work http://myserver/pdfCreationServlet"; width="100%" height="100%" type=application/pdf fullscreen="yes"> when you invoke your servlet which creates PDF as shown above only one request will be sent to the servelt. Anish ___

[iText-questions] Servlet PDF Streaming

2003-04-02 Thread Anis h
Hello, I have a servlet that generates a PDF. Whenever I request the Servlet from my browser (IE 6.0) the Servlet always get invoked 2 times. I found some mention of this on a Google Groups search, but the suggested remedy did not work. Mark, Is your servlet always responds to the browser with

[iText-questions] Servlet PDF Streaming

2003-04-02 Thread Anis h
Mike, change your browser settings "check for newer versons of stored pages " to "AUTOMATICALLY" your servlet will be invoked only once... Anis __ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yaho

[iText-questions] Servlet PDF Streaming

2003-03-31 Thread Mark Gilmore
Hello, I have a servlet that generates a PDF. Whenever I request the Servlet from my browser (IE 6.0) the Servlet always get invoked 2 times. I found some mention of this on a Google Groups search, but the suggested remedy did not work. Here is the code from my servlet: . . . public void servi