typedef enum _DOCWRTFORMAT
{
DOCUMENTFORMAT_USER = -1,
DOCUMENTFORMAT_LTD = 0,
DOCUMENTFORMAT_PDF = 1,
DOCUMENTFORMAT_DOC,
DOCUMENTFORMAT_RTF,
DOCUMENTFORMAT_HTM,
DOCUMENTFORMAT_TXT,
DOCUMENTFORMAT_EMF,
DOCUMENTFORMAT_XPS
DOCUMENTFORMAT_DOCX,
DOCUMENTFORMAT_XLS,
DOCUMENTFORMAT_EPUB,
DOCUMENTFORMAT_MOBI,
DOCUMENTFORMAT_SVG,
DOCUMENTFORMAT_ALTOXML,
} DOCWRTFORMAT, *pDOCWRTFORMAT;
The DOCWRTFORMAT enumeration provides information about supported document file formats.
[-1] Not supported.
[0] LEAD Temporary Document (Ltd). This format creates a temporary file on disk that can later be converted to any of the other formats supported by the LEADTOOLS Document Writers.
[1] Adobe Portable Document format (PDF).
[2] Microsoft Word 97-2003 document format (DOC).
[3] Rich Text document format (RTF).
[4] HyperText Markup Language document format (HTML).
[5] Text file format (Txt).
[6] Enhanced Meta file format (EMF).
[7] Microsoft Open XML Paper Specification (XPS) *.
[8] Microsoft Word Document Format (Docx) **.
[9] Microsoft Excel 97-2003 Spreadsheet (XLS).
[10] Electronic Publishing Format (ePub).
[11] Mobipocket Format (MOBI).
[12] Scalable Vector Graphics (SVG).
[13] ALTO (Analyzed Layout and Text Object) is an XML Schema used by the library of congress to describe OCR text and layout format. LEADTOOLS Document Writers support extra options for the ALTO format. For more information refer to DOCWRTALTOXMLOPTIONS.
* This format requires .NET framework 3.0 or later. ** This format requires .NET Framework 3.0 or later and Microsoft Open XML Format SDK 2.Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document