2.2.4.3 FixedFormatSettings

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

The FixedFormatSettings complex type specifies a collection of preferred settings for the output file all conversion items within a conversion job that has a preferred SaveFormat (section 2.2.5.10) value of PDF or XPS.

 <xs:complexType name="FixedFormatSettings" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="BalloonState" type="tns1:BalloonState"/>
     <xs:element minOccurs="0" name="BitmapEmbeddedFonts" type="xs:boolean"/>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="Bookmarks" type="tns1:FixedFormatBookmark"/>
     <xs:element minOccurs="0" name="IncludeDocumentProperties" type="xs:boolean"/>
     <xs:element minOccurs="0" name="IncludeDocumentStructure" type="xs:boolean"/>
     <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions" minOccurs="0" name="OutputQuality" type="tns1:FixedFormatQuality"/>
     <xs:element minOccurs="0" name="UsePDFA" type="xs:boolean"/>
   </xs:sequence>
 </xs:complexType>

BalloonState: A BalloonState (section 2.2.5.1) value that specifies the preferred visibility of markup balloons in the output file of a conversion item.

BitmapEmbeddedFonts: A Boolean value that specifies a preference to rasterize fonts when they cannot be embedded in the output file of a conversion item.

Bookmarks: A FixedFormatBookmark (section 2.2.5.3) value that specifies the preferred bookmarks to be created in the output file of a conversion item.

IncludeDocumentProperties: A Boolean value that specifies a preference to include document properties in the output file of a conversion item.

IncludeDocumentStructure: A Boolean value that specifies a preference to include document structure tags in the output file of a conversion item.

OutputQuality: A FixedFormatQuality (section 2.2.5.4) value that specifies the preferred quality of the output file of a conversion item.

UsePDFA: A Boolean value that specifies a preference to use the PDF/A format defined in [ISO-19005-1] for the output file all conversion items within a conversion job that has a preferred SaveFormat (section 2.2.5.10) value of PDF.