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

Compare with Current View Page History

Version 1 Current »

The CREATE command creates an empty document.

Syntax:

Command

Keyword

Value

Developer notes

CREATE

DOCUMENT

value

Required. PDF file.

CONTENT

value

Required. XML content file.

PASSWORD

value

Optional. User password.

MASTER

value

Optional. Master password.

VERSION

1.2
1.3
1.4
1.5
1.6
1.7

Optional. PDF Version.
Default is iText.

Example

    CREATE DOCUMENT(/folder/file.pdf) CONTENT(report.xml)


  • No labels