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
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
-
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:
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.