add: helper in readme for pass pdf
1 files changed, 5 insertions(+), 0 deletions(-) M README.md
M README.md => README.md +5 -0
@@ 16,7 16,12 @@ As simple as one can expect. Just run with your desired file $ java -jar pdfminer-0.1.0-standalone.jar resources/filetouse.pdf ### Protected? If your pdf is password protected you can try using qpdf to set it free: ``` qpdf -password=<your-password> -decrypt /path/to/secured.pdf out.pdf ```