Previous Page | Next Page

Technologies for Encryption

Encrypting ODS Generated PDF Files

You can use ODS to generate PDF output. When these PDF files are not password protected, any user can use Acrobat to view and edit the PDF files. In SAS 9.2, you can encrypt and password-protect your PDF output files by specifying the PDFSECURITY system option. Two levels of security are available: 40-bit (low) and 128-bit (high). With either of these settings, a password will be required to open a PDF file that has been generated with ODS.

You can find information on using the ODS PRINTER and PDF statements in the SAS Output Delivery System: User's Guide. The following table lists the PDF system options that are available to restrict or allow users' ability to access, assemble, copy, or modify ODS PDF files. Other SAS system options control whether the user can fill in forms and set the print resolution. These system options are documented in SAS Language Reference: Dictionary.

PDF System Options
Task System Option
Specifies whether text and graphics from PDF documents can be read by screen readers for the visually impaired PDFACCESS | NOPDFACCESS
Controls whether PDF documents can be assembled PDFASSEMBLY | NOPDFASSEMBLY
Controls whether PDF document comments can be modified PDFCOMMENT | NOPDFCOMMENT
Controls whether the contents of a PDF document can be changed PDFCONTENT | NOPDFCONTENT
Controls whether text and graphics from a PDF document can be copied PDFCOPY | NOPDFCOPY
Controls whether PDF forms can be filled in PDFFILLIN | NOPDFFILLIN
Specifies the password to use to open a PDF document and the password used by a PDF document owner PDFPASSWORD
Controls the resolution used to print the PDF document PDFPRINT
Controls the printing permissions for PDF documents PDFSECURITY

Note:   The SAS/SECURE SSL software is included in the SAS installation software only for countries that allow the importation of encryption software.  [cautionend]

Previous Page | Next Page | Top of Page