Previous Page | Next Page

SAS System Options

PDFASSEMBLY System Option



Specifies whether PDF documents can be assembled.
Requirement: Adobe Acrobat Reader or Professional 5.0 and later versions
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: PDF
PROC OPTIONS GROUP= PDF

Syntax
Syntax Description
Details
See Also

Syntax

PDFASSEMBLY | NOPDFASSEMBLY


Syntax Description

PDFASSEMBLY

specifies that PDF documents can be assembled.

NOPDFASSEMBLY

specifies that PDF documents cannot be assembled. This is the default.


Details

When a PDF document is assembled, pages can be rotated, inserted, and deleted, and bookmarks and thumbnail images can be added.

When the PDFSECURITY system option is set to HIGH, SAS sets the PDFASSEMBLY option. If the PDFSECURITY option is set to LOW or NONE, this option is not functional. When the PDFSECURITY option is set to NONE, PDF documents can be assembled.


See Also

System Options:

PDFSECURITY= System Option

Securing ODS Generated PDF Files in SAS Language Reference: Concepts

Previous Page | Next Page | Top of Page