Hi there,
I can open a password-protected file by getting the password interactively. I can also specify a password to be associated with a PDF. But this password does not appear to be saved with the file when I use the SaveFile method (which has only one parameter, the name of the file). However, the .Password property is flagged as Read/Write so I should be able to write a user-specified password to a PDF when saving it. Have I missed something here? Thanks for any help.
Raymond (using VB& and Active X PDF viewer)