simon steiner created PDFBOX-3835:
-------------------------------------

             Summary: Line not broken after refreshAppearances
                 Key: PDFBOX-3835
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3835
             Project: PDFBox
          Issue Type: Bug
          Components: Rendering
            Reporter: simon steiner


        PDDocument doc = PDDocument.load(new File(input));
        PDAcroForm acroform = doc.getDocumentCatalog().getAcroForm();
        if (acroform != null) {
            acroform.setNeedAppearances(false);
            acroform.refreshAppearances();
        }
        doc.save(output);
        doc.close();

Line is not broken over lines



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to