Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

DocumentFormat Enumeration

Show in webframe
Specifies the output document formats.
Syntax
Leadtools.Documents.Writers.DocumentFormat = function() { };
Leadtools.Documents.Writers.DocumentFormat.prototype = {
	user = -1,
	ltd = 0,
	pdf = 1,
	doc = 2,
	rtf = 3,
	html = 4,
	text = 5,
	emf = 6,
	xps = 7,
	docx = 8,
	xls = 9,
	pub = 10,
	mob = 11,
	svg = 12,
	altoXml = 13,
	
 };
Members
ValueMemberDescription
-1user

Not used or not a document format.

0ltd

LEADTOOLS Temporary Document. This format creates a temporary document that can later be converted to any of the other formats supported by the LEADTOOLS Document Writers.

1pdf

Adobe Portable Document Format (PDF).

LEADTOOLS Document Writers support several flavors with multiple options of the PDF format, for more information refer to PdfDocumentOptions.

2doc

Microsoft Word 2003 document format (DOC).

LEADTOOLS Document Writers support extra options for the DOC format. For more information refer to DocDocumentOptions.

3rtf

Rich Text Format (RTF).

LEADTOOLS Document Writers support extra options for the RTF format. For more information refer to RtfDocumentOptions.

4html

HyperText Markup Language (HTML).

LEADTOOLS Document Writers support several flavors with multiple options of the RTF format. For more information refer to RtfDocumentOptions.

5text

Text format.

LEADTOOLS Document Writers support extra options for the Text format. For more information refer to TextDocumentOptions.

6emf

Windows Enhanced Meta File (EMF).

EMF format does not support multi-page documents.

7xps

Microsoft Open XML Paper Specification (XPS) (this format requires .NET Framework 3.0).

LEADTOOLS Document Writers support extra options for the XPS format. For more information refer to XpsDocumentOptions.

8docx

Microsoft Word document format (DOCX) (this format requires .NET Framework 3.0 and Microsoft Open XML Format SDK 1.0.).

The DOCX format is part of Microsoft Open XML specification and first introduced with Microsoft Office 2007.

LEADTOOLS Document Writers support extra options for the DOCX format. For more information refer to DocxDocumentOptions.

9xls

Microsoft Excel 2003 format (XLS).

LEADTOOLS Document Writers support extra options for the XLS format. For more information refer to XlsDocumentOptions.

10pub

eBooks format (ePUB).

LEADTOOLS Document Writers support extra options for the ePUB format. For more information refer to PubDocumentOptions.

11mob

Mobipocket e-book format (MOB).

LEADTOOLS Document Writers support extra options for the MOB format. For more information refer to MobDocumentOptions.

12svg

Scalable Vector Graphics format (SVG).

SVG format does not support multi-page documents.

For more information refer to SvgDocumentOptions.

13altoXml

Open XML standard used by the library of congress to describe OCR text and layout format (Alto, AltoXml).

LEADTOOLS Document Writers support extra options for the (Alto, AltoXml) format. For more information refer to AltoXmlDocumentOptions.

Remarks

The DocumentFormat enumeration specifies the output format for the final document created with Convert. Pass the format that is desired as the value of the DocumentConverterJobData.DocumentFormat property.

To get or set the extra options supported by a format, use the DocumentConverterJobData.DocumentOptions property.

Example
For an example, refer to Convert.
See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file