Op 9/03/2012 10:37, Kim Eeckhout schreef: > Correct me if I'm wrong, but I think your suggestion would result in a > pdf with 1 image per page. I suspect this will pose problems with > regards to quality when you start zooming in the pdf, since we're > actually just zooming an image. No, that's not true. The suggestion was: use PdfImportedPage (a class that extends PdfTemplate). PdfTemplate represents a form XObject (vectors, not raster). You can wrap a PdfTemplate inside an Image object for your convenience. This doesn't mean you'll have a raster image or quality problems.
------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
