file2pdfconfig Schema
file2pdf-settings Element
See Also 

Description

A container element for the different types of Generate PDF settings.
Namespace http://www.w3.org/2001/XMLSchema

Diagram

file2pdf-settings Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)version Element (Required, 1 element allowed)
action Element (Optional, up to 1 element(s) allowed)
security-settings Element (Required, 1 element allowed)
job-sources Element (Optional, up to 1 element(s) allowed)
job-options Element (Required, 1 element allowed)
filetype-settings Element (Optional, up to 1 element(s) allowed)




Children

Remarks

The settings in this element can also be made through the LiveCycle Administration Console web pages for Generate PDF. These settings correspond to the following links:

  • Adobe PDF Settings
  • File Type Settings
  • Optimize PDF
  • User Accounts

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="file2pdf-settings">
    <xs:annotation>
        <xs:documentation>A container element that includes all settings used by the Generate PDF service.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="version" type="xs:string">
                <xs:annotation>
                    <xs:documentation>Version of LiveCycle with which the file2pdf-settings are compatible. For example 9.0.0.0. When LiveCycle exports a file2pdf-settings file, it sets the value of this element to the current LiveCycle version. This element is informational only. It does not influence Generate PDF behaviour.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="action" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Specifies the names of the  settings to use for the conversion. If this is not present, then the default for each type of settings is used. This element applies only when submitting a per-job config-XML. Its values apply only to the associated conversion job.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="security-setting" type="xs:string">
                            <xs:annotation>
                                <xs:documentation>Specifies the name of the security settings to use for the conversion. The named settings must be present in the file2pd-settings fie. If this element is absent, the default security settings in the file2pdf-settings file are used.</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                        <xs:element name="job-option-setting" type="xs:string">
                            <xs:annotation>
                                <xs:documentation>Specifies the name of the job option settings to use for the conversion. The named job-option-settings element must be present in the file2pd-settings fie. If this element is absent, the default job option settings in the file2pdf-settings file are used.</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                        <xs:element name="filetype-setting" type="xs:string" minOccurs="0">
                            <xs:annotation>
                                <xs:documentation>Specifies the name of the file type  settings to use for the conversion. The named settings must be present in the file2pd-settings fie. If this element is absent, the default file type  settings in the file2pd-settings file are used.</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                        <xs:element name="timeout" type="xs:int" minOccurs="0" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element ref="security-settings" />
            <xs:element ref="job-sources" minOccurs="0" />
            <xs:element ref="job-options" />
            <xs:element ref="filetype-settings" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>

See Also

Adobe LiveCycle ES3 (version 10.0.2)