Re: [iText-questions] ITEXT throws exception while filling up the pdf forms

2010-03-25 Thread hisameer
I came to know after some research that I can use iTextAsian.jar to get rid of this error message but I don't know how to use it. hisameer wrote: > > Hi All, > > I am trying to fill up a pdf form using this code: > > PdfStamper stamper = new PdfStamper(reader, fout); >

[iText-questions] ITEXT throws exception while filling up the pdf forms

2010-03-24 Thread hisameer
Hi All, I am trying to fill up a pdf form using this code: PdfStamper stamper = new PdfStamper(reader, fout); AcroFields form_pdf = stamper.getAcroFields(); Map map = pdfFormsVO.getPdfMapingObj(); //map is the object which all th