Skip to content

Instantly share code, notes, and snippets.

@buonzz
Created April 5, 2020 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buonzz/4444a79d21ca5390ea400f2adfe4248c to your computer and use it in GitHub Desktop.
Save buonzz/4444a79d21ca5390ea400f2adfe4248c to your computer and use it in GitHub Desktop.
Parse PDF file

download JAR file

wget https://github.com/tabulapdf/tabula-java/releases/download/v1.0.3/tabula-1.0.3-jar-with-dependencies.jar

place your pdf files in a folder

java -jar tabula-1.0.3-jar-with-dependencies.jar --pages 3-4 -b  /path-to-your/pdf-test-files/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment