I would like to know if the user have possibilities to print, or changing document, how can determine the protection type that I use with the encryption function ?
To enable printing, use:
pdf.Encrypt "owner", "user", &HFFFFFFC0 + 4
To enable changing the document:
pdf.Encrypt "owner", "user", &HFFFFFFC0 + 8
To enable copying text and graphics
pdf.Encrypt "owner", "user", &HFFFFFFC0 + 16
To enable adding and changing notes
pdf.Encrypt "owner", "user", &HFFFFFFC0 + 32
Have possibilities to retrieve informations ?
Thanks in advance...
