2.2.4.2 ConversionJobSettings

Namespace: http://schemas.microsoft.com/office/server/word/2009/08/conversionJobSettings

The ConversionJobSettings complex type specifies a collection of preferred settings for all conversion items within a conversion job.

 <xs:complexType name="ConversionJobSettings" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="AddThumbnail" type="xs:boolean"/>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="CompatibilityMode" type="tns1:CompatibilityMode"/>
     <xs:element minOccurs="0" name="DefaultLanguageId" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="DoNotEmbedSystemFonts" type="xs:boolean"/>
     <xs:element minOccurs="0" name="EmbedFonts" type="xs:boolean"/>
     <xs:element minOccurs="0" name="FixedFormatSettings" nillable="true" type="q33:FixedFormatSettings"/>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="MarkupView" type="tns1:MarkupTypes"/>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="NumeralFormat" type="tns1:NumeralFormat"/>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="OutputFormat" type="tns1:SaveFormat"/>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="OutputSaveBehavior" type="tns1:SaveBehavior"/>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="RevisionState" type="tns1:RevisionState"/>
     <xs:element minOccurs="0" name="SubsetEmbeddedFonts" type="xs:boolean"/>
     <xs:element minOccurs="0" name="UpdateFields" type="xs:boolean"/>
   </xs:sequence>
 </xs:complexType>

AddThumbnail: A Boolean value that specifies a preference to save the output file of a conversion item with an added thumbnail.

CompatibilityMode: A CompatibilityMode (section 2.2.5.2) value that specifies the preferred compatibility mode of the output file of a conversion item.

DefaultLanguageId: A string value that specifies the preferred culture name to use when resolving language-dependent ambiguities when saving the output file of a conversion item.

DoNotEmbedSystemFonts: A Boolean value that specifies a preference for common fonts to not be saved within the output file of a conversion item.

EmbedFonts: A Boolean value that specifies a preference for fonts used within the document to be obfuscated and saved within the output file of a conversion item.

FixedFormatSettings: A FixedFormatSettings (section 2.2.4.3) element that specifies a collection of preferred settings for all conversion items within a conversion job that has a preferred SaveFormat (section 2.2.5.10) value of PDF or XPS.

MarkupView: A MarkupTypes (section 2.2.5.6) value that specifies the preferred markup types in the output file of a conversion item.

NumeralFormat:  A NumeralFormat (section 2.2.5.7) value that specifies the preferred numeral format in the output of a file conversion item. <2>

OutputFormat: A SaveFormat (section 2.2.5.10) value that specifies the preferred file format of the output file of a conversion item.

OutputSaveBehavior: A SaveBehavior (section 2.2.5.9) value that specifies the preferred overwrite behavior of the output file of a conversion item when the output file already exists.

RevisionState: A RevisionState (section 2.2.5.8) value that specifies the preferred visibility of revision marking and comments in the output file of a conversion item.

SubsetEmbeddedFonts: A Boolean value that specifies a preference to only save characters required for a document when saving embedded fonts in the output file of a conversion item.

UpdateFields: A Boolean value that specifies a preference to automatically update fields when saving the output file of a conversion item.