tabula Command Examples

Extract tables from PDF files. More information: https://tabula.technology.

tabula -o {{file.csv}} {{file.pdf}}

tabula --format JSON -o {{file.json}} {{file.pdf}}

tabula --pages {{1-3,6}} {{file.pdf}}

tabula --guess --pages {{1}} {{file.pdf}}

tabula --spreadsheet {{file.pdf}}

tabula --no-spreadsheet {{file.pdf}}