Cody Schilke wrote: > I have an AcroForm Text Field that I load via the iText form.setfield() > method. The AcroForm variable is created by a user via the Adobe > LiveCycle Designer. I’m not always certain how much data the program > will attempt to load to this Text Field, therefore, I need the Text > Field to size appropriately. What it does now is truncate the bottom > part of the text once the PDF is rendered. Is there a way to “freshen” > an AcroForm field so that it sizes appropriately to match the content > loaded to it?
No, the size and position of an AcroForm field is FIXED and even if you could resize it (you can do so by addressing lower level functions), it would not help you, because the rest of the content won't reflow. This is something that has been explained over and over again! -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
