RE: [iText-questions] RE: getThumbnail

2006-03-13 Thread Segev, Eli
text-questions@lists.sourceforge.net Subject: Re: [iText-questions] RE: getThumbnail Segev, Eli wrote: >Bruno, > >If there is a thumbnail already in a PDF document and the document is >copied with iText code, the thumbnail will be lost. > That's not always true. There are at leas

Re: [iText-questions] RE: getThumbnail

2006-03-13 Thread bruno
Segev, Eli wrote: Bruno, If there is a thumbnail already in a PDF document and the document is copied with iText code, the thumbnail will be lost. That's not always true. There are at least three ways to copy a PDF with iText code. What way are you using? br, Bruno -

[iText-questions] RE: getThumbnail

2006-03-13 Thread Segev, Eli
Bruno, If there is a thumbnail already in a PDF document and the document is copied with iText code, the thumbnail will be lost. It does not make sense. Eli Segev -Original Message- From: Bruno Lowagie [mailto:[EMAIL PROTECTED] Sent: Saturday, March 11, 2006 3:21 AM To:

[iText-questions] Re: getThumbnail

2006-03-11 Thread Bruno Lowagie
Segev, Eli wrote: I have noticed that there is a setThumbnail in PdfWriter: There is no getThumbnail, but you can get a PdfImportedPage object and use that as a thumbnail in a PDF document. (See the handouts plugin.) There's no way to generate a JPG, GIF,... based on a PDF document with iText.