See Configuration in the Administration chapter for the list of properties. Use the internal name of the property when specifying it in the configuration file. For example, the PDF Output Properties section lists the following:
| Property Name | Internal Name | Default Value | Description |
|---|---|---|---|
| Compress PDF output | pdf-compression | True | Specify "True" or "False" to control compression of the output PDF file. |
To specify this property in the configuration file, enter the following:
<properties> <property name="pdf-compression">false</property> </properties>
The following properties are not available in the Administration interface and must be set using the configuration file.
PDF Form Processing Engine Properties
| Property Name | Default Value | Description |
|---|---|---|
| remove-pdf-fields | false | Specify "true" to remove PDF fields from the output. When PDF fields are removed, data entered in the fields cannot be extracted. For more information, see Setting Fields as Updateable or Read Only. |
| all-field-readonly | true | By default, XML Publisher sets all fields in the output PDF of a PDF template to be read only. If you want to set all fields to be updateable, set this property to "false". For more information, see Setting Fields as Updateable or Read Only. |
| all-fields-readonly-asis | false | Set this property to "true" if you want to maintain the "Read Only" setting of each field as defined in the PDF template. This property overrides the settings of all-field-readonly. For more information, see Setting Fields as Updateable or Read Only. |
PDF Document Merger Property
| Property Name | Default Value | Description |
|---|---|---|
| pdf-tempfile-max-size | unlimited | This property sets the maximum size for the temporary file used during batch processing by the PDF Document Merger. Enter the maximum size in bytes. For more information, see PDF Document Merger. |
FO Processor Property
| Property Name | Default Value | Description |
|---|---|---|
| rtf-adj-table-border-overlap | false | Sets the behavior of the top/bottom borders of adjacent tables. If you want the top and bottom borders of adjacent tables to overlap (for example, if you want to repeat a table multiple times and make the whole repeating area appear to be a single table), set this property to "true." |