[ 
https://issues.apache.org/jira/browse/PDFBOX-4209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466505#comment-16466505
 ] 

Tilman Hausherr commented on PDFBOX-4209:
-----------------------------------------

Only difference is that I am on windows and I can't test on linux... however I 
don't think there would be a difference. Maybe upload your result file...

What happens if you display the file I uploaded? Is it also displayed badly? 
What software do you use to display?

> PDFBox decimal value cuttingoff in LINUX OS
> -------------------------------------------
>
>                 Key: PDFBOX-4209
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4209
>             Project: PDFBox
>          Issue Type: Bug
>          Components: AcroForm
>    Affects Versions: 2.0.9
>         Environment: LINUX
>            Reporter: Anji Babu
>            Priority: Major
>         Attachments: pdfbox_issue.PNG, pdfbox_linux_issue-saved.pdf, 
> pdfbox_linux_issue.pdf
>
>
> 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.
> {code:java}
> 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()); 
>  }
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to