Form field values set with PDFBOX not visible in Adobe Reader
问题 I am having an issue with trying to set some from fields using Apache PDFBOX(1.8.5). I have a few different Static PDFs that I am using for testing. Using the following code, I can set the values of form fields, and save the resulting PDF. I can then open this PDF in Adobe Reader and see the results: PDDocumentCatalog docCatalog = pdfDocument.getDocumentCatalog(); pdfTemplate.setAllSecurityToBeRemoved(true); PDAcroForm acroForm = docCatalog.getAcroForm(); List fields = acroForm.getFields();