PSSetPDFOwnerPassword() |
|
Syntax
Function PSSetPDFOwnerPassword(cPassword)
TPageScript:SetTitle(cPassword)
Returns
Nothing.
Description
Call PSSetPDFOwnerPassword() to set a password to protect the PDF created with PageScript 32. This prevents the document to be manipulated by other people than the owner of the PDF document.
The PDF document is crypted using a 40-bit key encryption algorithm that is compliant with U.S. cryptographic export requirements.
Arguments
cPassword | The password string is not limited in length. |