Anji Babu created PDFBOX-4209:
---------------------------------

             Summary: PDFBox decimal value cuttingoff in LINUX OS
                 Key: PDFBOX-4209
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4209
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 2.0.9
         Environment: LINUX
            Reporter: Anji Babu
         Attachments: pdfbox_issue.PNG

Facing issue with Pdf decimal value mapping in the pdffiled in LINUX 
environment, right side decimal values are cutting off, appreciate quick help 
on this.

for (Object fieldObj : acroForm.getFields()){
 PDField field = (PDField) fieldObj;
 if(m.get(field.getFullyQualifiedName())!=null) // set value of map when map 
key and pdf key is matched
 field.setValue(m.get(field.getFullyQualifiedName()).toString()); 
 }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to