Re: [iText-questions] Overflow issue with Itext AcroFields

2009-11-25 Thread Leonard Rosenthol
Look like your boxes are incorrect and you need to fix them in the form. Leonard From: raju komaturi [mailto:rkomaturi2...@gmail.com] Sent: Wednesday, November 25, 2009 9:08 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Overflow issue with Itext AcroFields Hi Sir

Re: [iText-questions] Overflow issue with Itext AcroFields

2009-11-25 Thread 1T3XT info
raju komaturi wrote: > Hi sir, > > Please see the attached jpeg file .I marked what are the fileds are > overflow to outside. The fields with NN are OK, and are the default behavior of iText when you use: > AcroFields formFields = > stamp.getAcroFields(); > formFields.setField(keys, value)

Re: [iText-questions] Overflow issue with Itext AcroFields

2009-11-24 Thread 1T3XT info
raju komaturi wrote: > Hi Sir, > > I am having Overflow problem with pdf form.I want to right truncate the > data if any of the Acrofiled overflow to outside. > > I need small example how to do this with AcroFields and PdfStamper object. The data is truncated automatically, so please rephras

[iText-questions] Overflow issue with Itext AcroFields

2009-11-24 Thread raju komaturi
Hi Sir, I am having Overflow problem with pdf form.I want to right truncate the data if any of the Acrofiled overflow to outside. I need small example how to do this with AcroFields and PdfStamper object. Thanks, Raju komaturi