It's not possible to import just the fields from other documents. Other options exist but more details are needed.
Best Regards, Paulo Soares > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of lowdown > Sent: Monday, March 22, 2004 12:19 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Moving form fields > > Hi, > I'm generating a Pdf document starting from a template. In the final > document I need to shift every form field before applying FDF > and then > flattening. > > I would like to preserve every original field info (without > the need to > re-create everything again). Basically I would like to read field's > constant info from the PdfReader form then creating a new one > on the Writer > setting just the position (lx,ly,ux,uy) without messing with > new appearences... > > Something like this (logically speaking): > > field_info = readerForm.get_form_info; > new_field = new field(field_info); > new_field.set_position( my new coordinates ); > writer.addAnnotarion(new_field); > > > Is it possible? Any suggestion? > > Thanks > Riccardo > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
