Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docs:pdf:flatten_form_fields [2007/05/14 16:42] – created billhdocs:pdf:flatten_form_fields [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Flatten Form Fields ======
 +To flatten form fields is to permanently merge the contents of the form fields into the pdf document, so they can no longer be modified with form tools.
 +  * requires pdftk
 +<code>
 +pdftk input.pdf output output.pdf flatten
 +</code>