How to "lock" a PDF form, and maintain accessibility?
Our use case is this.
Document contains form fields for salesman contact info.
We want the salesman to provide these details, and then "lock" the document, before sending off to the customer.
I have looked at various articles about "locking" PDF forms (most of which are quite confusing), so I assume this is a solved problem.
What I am unsure about is: How do I make sure that the salesman doesn't screw up our immaculately arranged semantic tags, read-order and other accessibility features. Is there a way to "force" the output to tagged PDF/UA with the correct PDF/UA flag? (Assuming that the original document was well-formed PDF/UA).
After working hard to create an accessible PDF, we want the "salesman" step to "touch" it as little as possible. Any suggestions?
