Clone
12
Home
jbarlow83 edited this page 2023-10-21 15:48:15 -07:00

OCRmyPDF Wiki

This wiki contains user-contributed content about using OCRmyPDF.

If you wish to encrypt a PDF for the maintainer of OCRmyPDF only you may use:


gpg --keyserver hkps://keys.openpgp.org/ --recv-keys 8ea702b420664133
gpg --output test.pdf.gpg --encrypt --recipient 8ea702b420664133 test.pdf
zip test.zip test.pdf.gpg

Upload test.zip. GitHub does not allow uploading .gpg files.

This is the same key as is used sign commits and tags.