Re: [iText-questions] Display existing PDF on web

2007-06-14 Thread Felipe Gaúcho
can you give me the link.. that page is unreadable.. On 6/14/07, Iliadis Yannis <[EMAIL PROTECTED]> wrote: > Take a look at > > http://www.java2s.com/Code/Java/CatalogJava.htm > > there is even an example of serving pdf through a servlet. > > > > 2007/6/14, Bruno Lowagie <[EMAIL PROTECTED]>: > >

Re: [iText-questions] Display existing PDF on web

2007-06-14 Thread Iliadis Yannis
Take a look at http://www.java2s.com/Code/Java/CatalogJava.htm there is even an example of serving pdf through a servlet. 2007/6/14, Bruno Lowagie <[EMAIL PROTECTED]>: scott carter wrote: > How can I display an existing pdf via a servlet? The examples are > clear, but only have the case wh

Re: [iText-questions] Display existing PDF on web

2007-06-13 Thread Bruno Lowagie
scott carter wrote: > How can I display an existing pdf via a servlet? The examples are > clear, but only have the case where a new pdf is created and displayed > using Document. I have the case where a pdf has already been > manipulated and is saved to disk, I just need to display it over the