tabula-java icon indicating copy to clipboard operation
tabula-java copied to clipboard

Password protected PDF

Open smart-fintech opened this issue 3 years ago • 1 comments

How to work with password protected pdf in tabula?

smart-fintech avatar Aug 08 '22 04:08 smart-fintech

@smart-fintech using -s option should work.

-s,--password <PASSWORD> Password to decrypt document. Default is empty

$ java -jar target/tabula-1.0.5-jar-with-dependencies.jar --help usage: tabula [-a <AREA>] [-b <DIRECTORY>] [-c <COLUMNS>] [-f <FORMAT>] [-g] [-h] [-i] [-l] [-n] [-o <OUTFILE>] [-p <PAGES>] [-r] [-s <PASSWORD>] [-t] [-u] [-v]

ParinPatel094 avatar Aug 21 '22 04:08 ParinPatel094