~lucasemmoreira/pdfminer

add: helper in readme for pass pdf
b8fa4fad — Lucas E M Moreira 1 year, 4 months ago
fix: cp

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~lucasemmoreira/pdfminer
read/write
git@git.sr.ht:~lucasemmoreira/pdfminer

You can also use your local clone with git send-email.

#pdfminer

A simple jar to extract pdf content to text

#Installation

The idea is to generate a jar. Here I use leiningen:

make uberjar

#Usage

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