You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The READ command reads the specified document and returns document information into the list argument. The list needs to have two fields and the fields large enough to receive the data. The first field identifies the information and the second field has the value.

Syntax:

Command

Keyword

Value

Developer notes

READ

DOCUMENT

value

Required. PDF file.

PASSWORD

value

Optional. User password.

INCLUDE

*PAGESIZE

Optional. Include the page size of each page in the document.

Example

    READ DOCUMENT(/folder/file.pdf) #WRKLST(KEY,VALUE)

  • No labels