When using version 2.50f we are able to encrypt PDFs as soon as we print them: we call EncryptPDFDocument128 and the output PDF gets protected with passwords or restricted from some possible use.
Yesterday we were testing our application using version 3.02 (the last one available in your site) and discovered we weren't able to encrypt the resulting PDFs anymore.
Version 3.01a works too, only 3.02 doesn't.
Are there known problems with it or am I missing something?
I've also tried using the SetPermissions, SetUserPassword and SetOwnerPassword functions instead of EncryptPDFDocument128 with the same outcome...
By the way, what's the difference between using the EncryptPDFDocument128 function compared to the sequence of SetXxxx functions?
I'm calling them before printing, after enabling the printer and also after calling SetLicenseKeyA...
Any clue is welcome

Please let me know if you need more details...
Thank you in advance,
Luke