Hi, I have created large pdf using PDFBOX2.0. Added many textboxes.
After making changes in PDF when I upload that then sometimes I am getting strange behavior. Like If I have value 1 or 0 in textboxes then I am getting N or Y Here I am expecting numeric value so I am getting NumberFormatException Workaround I have found is that if I resave that pdf file and reupload that then getting correct value. But resave pdf file is not expecting behavior in my case. if anybody has faced this issue then please provide me resolution If I see the content of that pdf file using "itext-rups-5.5.8-jar-with-dependencies(1).jar" then I see the proper value. Thanks, Janak

