Preventing Modifications
Can you prevent people from modifying/printing/copying text from PDF’s?

Yes, there are options for this on the PASSWORD parameter of the CVTSPLPDF command. When you create a PDF you can optionally:

  • Require a password to be entered before your PDF’s can be opened.
  • and/or
  • Restrict the actions that can be performed on the PDF.

The actions that can be prevented are:

  • Modifying the content of the PDF’s.
  • Printing the PDF’s.
  • Annotating the PDF’s.
  • Copying text from the PDF’s to the clipboard.

If you want to force entry of a password before your PDF’s can be opened, use PASSWORD(*YES), PASSWORD(*PWD40BIT) or PASSWORD(*PWD128BIT) and specify a user and/or owner password. If the user password is entered when the file is opened, only those operations that you define as permitted can be performed. If the owner password is entered, all operations are permitted.

If you want to restrict what can be done to the PDF, but don’t want to force entry of a password when the PDF is opened, use PASSWORD(*RESTRICT), PASSWORD(*RST40BIT) or PASSWORD(*RST128BIT), without any passwords, and specify what operations are allowed.

Whether a password is applied to the PDF or not, using any of these options will cause the your PDF’s to be encrypted.#

If you need help with any of the techniques described above feel free to contact our support team.

head back to our FAQ page