Name | Description | |
---|---|---|
allowCopyContent | A boolean value indicates whether the user can copy contents from the pdf document. | |
allowEditAnnotations | Customize the response data handling. | |
allowEditContent | A boolean value indicates whether the user can edit the contents of the pdf document. | |
allowPrint | A boolean value indicates whether the user can print the pdf document. | |
author | The name of the person that created the pdf document. | |
autoFitWidth | Auto adjust the content size to make it fit pdf page’s width. Used only for grid widget. | |
compression | The compression level to use when saving the pdf document. Valid values:
|
|
creator | The name of the application that created the original document. | |
encryption | Specifies the type of encryption used for the exported pdf document. Valid values:
|
|
fontType | It indicates how to encode fonts when saving the PDF document. Valid values:
|
|
imageQuality | The image quality to use when saving the pdf document. Valid values:
|
|
keywords | The keywords associated with the pdf document. | |
landscape | A boolean value indicates page orientation for the pdf document. Used only for grid widget. | |
margins | The page margins, the unit is point. Used only for grid widget. |
|
ownerPassword | Specifies the password required to change permissions for the pdf document. | |
pageSize | The page size, the unit is point. It takes effect when paperKind is custom. Used only for grid widget. |
|
paperKind | The paperKind of the pdf page. It is corresponding to PaperKind Enumeration. Used only for grid widget. |
|
producer | The name of the application that created the pdf document. | |
subject | The subject of the pdf document. | |
title | The title of the pdf document. | |
userPassword | Specifies the password required to open the pdf document. |