Skip to content

Instantly share code, notes, and snippets.

@tamura
Last active February 15, 2016 05:13
Show Gist options
  • Save tamura/036f38ad92b2f82e83c8 to your computer and use it in GitHub Desktop.
Save tamura/036f38ad92b2f82e83c8 to your computer and use it in GitHub Desktop.
extract field value from multiple PDF form files
find . -name "*.pdf" -exec bash -c "echo {} & cat <(pdftk {} dump_data_fields_utf8 | grep FieldValue: ) " \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment