Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Add tip for decrypting the sample PDF #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To make matters even easier, there is a Ruby gem called [`pdf-forms`](https://gi

The goal of this step is to become familiar with `pdftk` and `pdf-forms` and their output formats.

Run `pdftk sf2809.pdf dump_data_fields`. You should see a lot of entries that look like:
Run `pdftk sf2809.pdf dump_data_fields`. (You might need to decrypt the PDF first. See this Stack Overflow [answer](https://stackoverflow.com/a/30284852/1238994) ) You should see a lot of entries that look like:

```
FieldType: Button
Expand Down