PDFPRINT= System Option

Specifies the resolution to print PDF documents.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: PDF
PROC OPTIONS GROUP= PDF
Requirement: Adobe Acrobat Reader or Professional 3.0 and later versions, depending on PDFPRINT setting
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

PDFPRINT= HRES | LRES | NONE

Syntax Description

HRES
specifies to print PDF documents at the highest resolution available on the printer. This is the default for Acrobat Reader or Professional 5.0 and later versions.
Restriction:PDFPRINT=HRES can be set only when the PDFSECURITY option is set to HIGH.
Requirement:Acrobat Reader or Professional 5.0 and later versions.
LRES
specifies to print PDF documents at a lower resolution for draft-quality documents.
Restriction:PDFPRINT=LRES can be set only when the PDFSECURITY option is set to HIGH.
Requirement:Acrobat Reader or Professional 3.0 and later versions.
NONE
specifies the PDF documents have no print resolution.
Restriction:PDFPRINT=NONE can be set only when the PDFSECURITY option is set to HIGH or LOW.
Requirement:Any version of Acrobat Reader or Professional.

Details

The document property values for PDF security are not changed when you set PDFSECURITY=NONE. The results are the same as not specifying the option at all.
When PDFSECURITY= is set to LOW or HIGH, the value of the Printing document property is determined by the value of the PDFPRINT= option:
PDFPRINT=HRES
PDFSECURITY=LOW
PDFSECURITY=HIGH
Printing
High Resolution
High Resolution
PDFPRINT=LRES
PDFSECURITY=LOW
PDFSECURITY=HIGH
Printing
High Resolution
Low Resolution (150 dpi)
PDFPRINT=NONE
PDFSECURITY=LOW
PDFSECURITY=HIGH
Printing
None
None
The Printing document property is set to High Resolution when PDFPRINT= is set to HRES or LRES, because the Printing document property can be set to High Resolution only when PDFSECURITY=LOW.

See Also

Securing ODS Generated PDF Files in SAS Output Delivery System: User's Guide