Re: Displaying PDF's within a servlet

2005-12-16 Thread Lionel Farbos
Hi, iText : http://www.lowagie.com/iText/ Regards. On Thu, 15 Dec 2005 15:17:37 -0800 Khawaja Shams <[EMAIL PROTECTED]> wrote: > Is this a command line utility or does it have some libraries that I can > call from within my java code? If I can call it from within java to render > images, this

Re: Displaying PDF's within a servlet

2005-12-15 Thread Khawaja Shams
Is this a command line utility or does it have some libraries that I can call from within my java code? If I can call it from within java to render images, this would be a life saver. Thanks for your help so far. Best Regards, Khawaja Shams On 11/25/05, Mark <[EMAIL PROTECTED]> wrote: > > Check

Re: Displaying PDF's within a servlet

2005-11-27 Thread pc leung
Is the Apache FOP okay for you? It supports servlets generating PDF page. On 11/26/05, Mark <[EMAIL PROTECTED]> wrote: > Check out either PDFBox, it allows you to convert PDF pages into JPG. > > > On 11/23/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > From: Khawaja Shams [mailto:[E

Re: Displaying PDF's within a servlet

2005-11-25 Thread Mark
Check out either PDFBox, it allows you to convert PDF pages into JPG. On 11/23/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Khawaja Shams [mailto:[EMAIL PROTECTED] > > Subject: Displaying PDF's within a servlet > > > > However, starting Acrobat for this purpose > > everytime co

RE: Displaying PDF's within a servlet

2005-11-23 Thread Caldarale, Charles R
> From: Khawaja Shams [mailto:[EMAIL PROTECTED] > Subject: Displaying PDF's within a servlet > > However, starting Acrobat for this purpose > everytime could be rather slow and inconvenient. It appears that, at least with IE on XP, Acrobat Reader stays loaded as long as the browser is active. C