Support PDF output with password encryption like Word
We should be able to generate reports as PDFs with a password. MS Word has an encryption option when saving a Word Doc to PDF.
For security reasons, more and more organizations want to have encrypted data at rest and in emails. ACCDBs support encryption, so it'd be helpful if it's PDF outputs could too.
It should be available from the user interface and as an option programmatically (DoCmd.OutputTo acFormatPDF).

2 comments
-
Alan Cossey commented
And make the file size smaller. Typically if you create a PDF using Bullzip it is about 70% small than if created from Access directly.
-
Anonymous commented
This should be available across ALL Office documents, as well as through automation.