Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-4209

PDFBox decimal value cuttingoff in LINUX OS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • 2.0.9
    • None
    • AcroForm
    • None
    • LINUX
    • Important

    Description

      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()); 
       }
      

      Attachments

        1. pdfbox_issue.PNG
          12 kB
          Anji Babu
        2. pdfbox_linux_issue.pdf
          66 kB
          Anji Babu
        3. pdfbox_linux_issue-saved.pdf
          97 kB
          Tilman Hausherr

        Issue Links

          Activity

            People

              Unassigned Unassigned
              anjib4 Anji Babu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: