PDFDocument: How To Encrypt PDFs

Originally published at: PDFDocument: How To Encrypt PDFs – Xojo Programming Blog

One of the PDFDocument features added in Xojo 2022r2 is the ability to encrypt PDF files created with Xojo. Continue reading and I will show you how. Encrypting PDF files with PDFDocument is based in the use of the PDFPermissions class. You’ll need to create a new instance of the class passing along the “Owner”…

5 Likes