Prevent editing of form field data by flattening PDFs in Adobe Acrobat #

Adobe's 8-step guide on How to flatten a PDF file ends with the instruction to "Print document"; sadly, this feature is missing in the macOS version:

Here's a 3-step alternative:

  1. Tools → Print Production → Preflight (or use the keyboard shortcut Cmd+Shift+X to save a few clicks)

  2. In PDF Fixups, double-click Flatten annotations and form fields

  3. Save the new PDF when prompted

and similarly-concise console approach:

  1. Press Cmd+J to open the JavaScript Debugger console

  2. Enter this.flattenPages(); and press Cmd+Return

  3. Save the PDF as desired

Notes

/mac | Oct 18, 2024


Subscribe or visit the archives.