[iText-questions] Servlet PDF Streaming - workaround

2003-04-02 Thread Anis h
try this.. it will work HTMLHEAD/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

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

2003-04-02 Thread Bruno
Quoting Anis h [EMAIL PROTECTED]: try this.. it will work HTMLHEAD/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