2.2.5.10 SaveFormat

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions

A string value specifying the preferred file format of the output file of a conversion item.

 <xs:simpleType name="SaveFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Automatic"/>
     <xs:enumeration value="Document"/>
     <xs:enumeration value="DocumentMacroEnabled"/>
     <xs:enumeration value="Document97"/>
     <xs:enumeration value="Template"/>
     <xs:enumeration value="TemplateMacroEnabled"/>
     <xs:enumeration value="Template97"/>
     <xs:enumeration value="MHTML"/>
     <xs:enumeration value="PDF"/>
     <xs:enumeration value="RTF"/>
     <xs:enumeration value="XML"/>
     <xs:enumeration value="XPS"/>
     <xs:enumeration value="DocumentStrict"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SaveFormat simple type.

Value

Meaning

Automatic

Automatically determined based on the file extension.

Document

Office Open XML document. For more information, see [ECMA-376], [ISO/IEC29500-1:2011], [ISO/IEC29500-4:2011], and [MS-DOCX].

DocumentMacroEnabled

Office Open XML document with macros enabled. For more information, see [ECMA-376], [ISO/IEC29500-1:2011], [ISO/IEC29500-4:2011], [MS-DOCX], [MS-OFFMACRO], and [MS-OFFMACRO2].

Document97

Word Binary File Format document. For more information, see [MS-DOC].

Template

Office Open XML document template. For more information, see [ECMA-376], [ISO/IEC29500-1:2011], [ISO/IEC29500-4:2011], and [MS-DOCX].

TemplateMacroEnabled

Office Open XML document template with macros enabled. For more information, see [ECMA-376], [ISO/IEC29500-1:2011], [ISO/IEC29500-4:2011], [MS-DOCX], [MS-OFFMACRO], and [MS-OFFMACRO2]

Template97

Word Binary File Format document template. For more information, see [MS-DOC].

MHTML

Single file web page. For more information, see [RFC2557].

PDF

Portable Document Format (PDF) file. For more information, see [ISO-19005-1].

RTF

Rich Text Format (RTF). For more information, see [MSFT-RTF].

XML

Word XML document. For more information, see [MSDN-Office2003XMLSchemas].

XPS

XML Paper Specification (XPS) file. For more information, see [MSFT-XPS].

DocumentStrict

Strict Office Open XML document<6>. For more information, see [ISO/IEC29500-1:2011], [ISO/IEC29500-4:2011], and [MS-DOCX].