combinePDF
This command takes a Collection of PDF files and merges them together. Several restriction options are also available for the created PDF.
var
String
Defines the variable name holding the created PDF document.
value
Collection of files
Defines the Collection of PDF files to be combined.
name
String
Defines the file name of the created PDF document.
userPassword
String
Defines the user password of the encrypted document. By giving this password the user can view the document with it’s restrictions.
ownerPassword
String
Defines the owner password of the encrypted document. By giving this password the user can view the document without it’s restrictions.
allowAssembly
String
If the value of this attribute resolves to true
, users viewing the document can insert, delete and rotate pages, and create bookmarks and thumbnails.
allowCopying
String
If the value of this attribute resolves to true
, users viewing the document can copy its contents to the clipboard.
allowDegradedPrinting
String
If the value of this attribute resolves to true
, users viewing the document are allowed to print it at a low resolution.
allowFillIn
String
If the resolved value of this attribute is true
, users viewing the document can fill in forms and add digital signatures.
allowAnnotationModification
String
If the resolved value of this attribute is true
, users viewing the document can edit the document, fill in forms, and add comments and digital signatures.
allowPrinting
String
If the resolved value of this attribute is true
, users viewing the document are allowed to print it at any resolution.
allowScreenReaders
String
If the resolved value of this attribute is true
, users viewing the document are allowed to read it with screen readers.