Acrobat Forms question
What you want to do would be straightforward on Windows, since it allows database (and Excel) access via ADBC and JavaScript. Is that a possibility for you?
Once the form finalized, the PDF could be flattened via JavaScript using the "flattenPages" method. This would convert the form fields to regular page contents. The downside is it also converts link and comment annotations. You could set up a custom menu item to run the script, or manually through the JavaScript console.
George
|