On 16/09/2010 20:23, jerrin.cvarghese wrote: > > Its ok for me to buy and go through the Itext In Action. But before that i > would like to know if Itext will be able to achive my requirement or not . > > Please note that we have a liecence for Itext. So do i need to come > through another channel / forum ?
Yes, you should use the e-mail address that was provided with the license. Summarized: You want to scale an existing PDF. When you try to do this, you notice that all the content (whatever is in the content stream of a page) is scaled down. The annotations however (the interactive features that are not part of the content) is not scaled down. It isn't sufficient to import pages (as PdfImportedPage objects), but you also need to retrieve, adapt and copy every single annotation that is in the page. iText offers all the functionality that allows you to do this, but you'll need custom development and good knowledge of both the PDF specification and iText to achieve this: this is not something that comes "out of the box". ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
