Hi Everyone, We have routines which create and fill out pdf forms using PDFBox. After creating and filling the fields, we need to make all of them read-only. Is there a global way to do this with PDFBox for a form? Or do I need to go through and apply PDField.setReadonly(true) to each field?
I've observed that org.apache.pdfbox.pdmodel.encryption.AccessPermission has a bit for setting fields read-only, but it seems this class is only related to encyrpted PDFs -- is this true? Thanks in advance, -- Ken

