doc-properties
Contained By
| Business Service Element | Business Service Request |
|---|---|
| PDFFile |
<request name="set-docinfo"> |
Contains
| Business Service XML Element |
|---|
| properties |
Business Service Parameter
| Name | Description | Parameter Type | Req (Y/N) | Valid Value(s) | Default Value | Direction |
|---|---|---|---|---|---|---|
| doc-properties | This parameter is an XML tree of all the attributes to be modified on the PDF file. This XML value is a list of one or more name/value pairs representing PDF document properties. | xml | Y | in |
Example
<doc-properties type="xml">
<properties>
<property>
<name>Subject</name>
<value>My Subject</value>
</property>
</properties>
</doc-properties>