Cornelissen, Frans [PRDBE] wrote: > In our open source CMS (Alfresco, a magnificent product - *almost* as > good as iText :-), we want to display thumbnails of all the pdf (that > contain those jpeg2000 images internally)
OK, I don't see what this has to do with iText though. > Is it possible to add a jpeg2000 thumbnail to the pdf file containing > the (spider, flower) jpeg2000 images? That's a different question. The first question is about storing thumbnails extracted from JPEG2000 files in a CMS as images; as far as I understand there is no PDF involved. You just need smaller size images (both in appearance and file size). The second question is about showing thumbnails in the Pages Pane of Adobe Reader. In this case, you can either count on Adobe Reader to show the thumbnail automagically (for instance: if the image spans the complete page, you don't have to do anything; Adobe Reader does it for you). Or, suppose each page has an image and some text, but you want to make sure only the image is shown in the Pages Pane, you could use the method you described. I'm 99% sure that if you reuse the same Image object you used to add the Image to the page, the Image bytes are present only once in the PDF file (but I should check this). The first question is off-topic on the iText mailing list; the second question is on-topic. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
