- Copy
kp2pdf
to a directory on yourPATH
. - Install Leiningen, then run
lein uberjar
. - Copy
target/default+uberjar/kp2html.jar
to the target directory from step 1. - Install
qpdf
andwkhtmltopdf
(e.g.sudo apt install qpdf wkhtmltopdf
in Ubuntu).
- In
keepassx
, with your database open: Database > Export to CSV file and save as e.g.database.csv
. - In your shell:
kp2pdf database.csv database.pdf
. - Open
database.pdf
in your PDF reader. - Delete
database.csv
!