I'm working on a small program to take a large PDF, split it up (using iText), and add digital signature fields to each file. The splitting part works fine, but users with Adobe Reader can't sign the generated files until someone with Acrobat Professional opens them and enables them for Reader.
Is there a way to do the enabling automatically? A Java/iText solution would be my first choice, but anything automated will beat the current system.