You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2018/05/07 18:37:00 UTC

[jira] [Commented] (PDFBOX-4209) PDFBox decimal value cuttingoff in LINUX OS

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

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

Please attach the PDF file, mention the PDFBox version, and complete the code (so that the map values are initialized).

> 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
>            Priority: Major
>         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.
> {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-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org