Supported Document Formats

Work with documents in many popular formats, as well as freely convert files from one format to another using C#.

Wordize consists of modules that allow users to work with different features and sets of formats. There are two groups of modules:

  1. Conversion modules – modules for converting documents from one format to another, which allow users to load their documents and save them in the required formats
  2. Feature modules – modules for working with features other than conversion, such as comparison, digital signature, search and replace, and others

Conversion Modules

You cannot use Wordize features without the ability to load your document and then save the result – that’s what conversion modules are for.

Modules And Supported Formats

To understand which conversion module you need, carefully study the list of document conversion modules and their corresponding loading and saving formats:

ModuleLoad FormatsSave Formats
Wordize Core for .NET *MS Word document formats:
DOC, DOCX, DOT, DOTX, DOCM, DOTM, DocPreWord60,
MS Word 2007 XML (FlatOpc, FlatOpcTemplate, FlatOpcMacroEnabled, FlatOpcTemplateMacroEnabled),
MS Word 2003 XML (WordML),
RTF, XML, Text
Image formats:
SVG, TIFF, PNG, BPM, JPEG, GIF, EMF, WebP (is not supported in .NET Framework 4.0 version), WMF, PCT (PICT), ICO
MS Word document formats:
DOC, DOCX, DOT, DOTX, DOCM, DOTM, DocPreWord60,
MS Word 2007 XML formats (FlatOpc, FlatOpcTemplate, FlatOpcMacroEnabled, FlatOpcTemplateMacroEnabled),
MS Word 2003 XML Format(WordML),
RTF, Text, XLSX
Wordize Web for .NETWeb formats:
HTML, MHTML, MD, CHM
Web formats:
HTML, MHTML, MD, CHM
Wordize eBook for .NETeBook formats:
EPUB, AWZ3, MOBI
eBook formats:
EPUB, AWZ3, MOBI
Wordize OpenOffice for .NETOpen Office document formats:
ODT, OTT
Open Office document formats:
ODT, OTT
Wordize PDF Load for .NETPDF
Wordize Rendering for .NETFixed page formats:
PDF, XPS,
SVG, TIFF, PNG, BPM, JPEG, GIF, Eps, WebP (is not supported in .NET Framework 4.0 version), EMF, PS,
PostScript, XPS, XamlFixed, OpenXps,
XamlFlow and XamlFlowPack,
PCL, EPS
Read more:

Read more about file conversion in the Convert From One Format to Another section.

In the API Reference, all import formats supported by Wordize are listed in the LoadFormat enumeration, and saving formats are listed in the SaveFormat enumeration.

Note:
Wordize Core for .NET module is mandatory. That is, to work with any Wordize features and formats, you must first purchase a Wordize Core for .NET license.

Formats From Different Modules

With one conversion module, you can load and save documents in the formats listed in the table above. For example, the Wordize Core for .NET module allows you to work with documents in various Word formats – for example, you can convert DOC to DOCX.

If the formats you are interested in are in different modules, then you need several modules for correct operation. This means that if you have licenses for multiple conversion modules, you can expand the list of loading and saving formats. For example, if you have licenses for the Wordize Core for .NET and Wordize Web for .NET modules, you can load an HTML document and convert it to DOCX.

Read more:
Learn more about using licenses for multiple Wordize products on the Licensing and Subscription page.

Feature Modules

As mentioned above, there are modules for working with features other than conversion. The special thing about working with these modules is that in addition to the required feature, you have to purchase a license for the conversion module with the formats you need – this is necessary in order to load your document and then save the result.

Below is a list of modules for working with features:

So, if you have licenses for the Wordize Core for .NET (mandatory) and Wordize Splitting for .NET modules, this means you can load a Word document, split it into parts, and save each part in the same or another Word format.

Note:
Modules except Wordize Signature for .NET support all document loading and saving formats. Wordize Signature for .NET currently only supports Doc, Dot, Docx, Dotx, Docm, Odt, Ott, Xps formats.
Read more:
Read more about each module in the Developer Guide section.