Re: [iText-questions] Thumbnail image of PDF

2009-10-01 Thread Mathias Nilsson
have a look a image magick -- View this message in context: http://www.nabble.com/Thumbnail-image-of-PDF-tp25664627p25707526.html Sent from the iText - General mailing list archive at Nabble.com. -- Come build with u

Re: [iText-questions] Thumbnail image of PDF

2009-10-01 Thread Mathias Nilsson
iText here > > Subject: [iText-questions] Thumbnail image of PDF > > > > Hi, I was scanning the archives for a solution to this -- there seem > > to be various solutions like using JPedal. I would like to generate a > > png/jpg/gif thumbnail image of the first page of a

Re: [iText-questions] Thumbnail image of PDF

2009-09-30 Thread wasegraves
> -Original Message- > From: Davis Ford [mailto:davisf...@zenoconsulting.biz] > Sent: September 29, 2009 10:49 AM > To: Post all your questions about iText here > Subject: [iText-questions] Thumbnail image of PDF > > Hi, I was scanning the archives for a solution

Re: [iText-questions] Thumbnail image of PDF

2009-09-29 Thread Davis Ford
Hi Andrea, I don't know if it is the *best* route, but I can accomplish what I'm looking for in about 10 lines of code. Thanks for the tips on those other projects. I'll take a look at them. Regards, Davis On Tue, Sep 29, 2009 at 1:33 PM, Andrea Vacondio wrote: > > > Davis Ford-2 wrote: >> >>

Re: [iText-questions] Thumbnail image of PDF

2009-09-29 Thread Andrea Vacondio
Davis Ford-2 wrote: > > Is JPedal the best route? Can it be done easily with JAI ? > I suggest you JPodRenderer, in my experience it's better then JPedal... now there's also ICEpdf that has been open sourced sometime ago. -- View this message in context: http://www.nabble.com/Thumbnail-imag

Re: [iText-questions] Thumbnail image of PDF

2009-09-29 Thread Davis Ford
dows  Service (I'm using iTextSharp) to monitor a folder > for new pdf files, then run pdf2image from a shell command. > > Hope that helps, > Ian > > -Original Message- > From: Davis Ford [mailto:davisf...@zenoconsulting.biz] > Sent: September 29, 2009 10:49 AM

Re: [iText-questions] Thumbnail image of PDF

2009-09-29 Thread Ian Rashkin
Original Message- From: Davis Ford [mailto:davisf...@zenoconsulting.biz] Sent: September 29, 2009 10:49 AM To: Post all your questions about iText here Subject: [iText-questions] Thumbnail image of PDF Hi, I was scanning the archives for a solution to this -- there seem to be various

[iText-questions] Thumbnail image of PDF

2009-09-29 Thread Davis Ford
Hi, I was scanning the archives for a solution to this -- there seem to be various solutions like using JPedal. I would like to generate a png/jpg/gif thumbnail image of the first page of a PDF that I create with iText. Is JPedal the best route? Can it be done easily with JAI ? Thanks in advanc