file2pdfconfig Schema
file2pdf-settings\action Element
See Also 

Description

Names of the settings to use for per-job conversions.
Namespace http://www.w3.org/2001/XMLSchema

Diagram

action Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)security-setting Element (Required, 1 element allowed)
job-option-setting Element (Required, 1 element allowed)
filetype-setting Element (Optional, up to 1 element(s) allowed)
timeout Element (Optional, up to 1 element(s) allowed)




Children

Used By

Remarks

The action element specifies the names of the different types of settings to use for the conversion. If this element is not present or if any of the child elements is missing, then the default setting is used. The default for each type of settings is identified through the default attribute for the security-settings\settings, job-options\job-option, or filetype-settings\settings elements.

This element applies only when submitting conversion jobs that include XML files containing the conversion settings. The values in this element apply only to the associated conversion job. This element has no affect when it is included in conversion settings that are imported into the LiveCycle Administration Console and then referenced by name from a conversion job.

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" 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>

See Also

Adobe LiveCycle ES3 (version 10.0.2)