DocumentFactory

DocumentFactory class

Class which allows to create/load documents of different types.

The DocumentFactory type exposes the following members:

Constructors

NameDescription
DocumentFactory()Initializes a new instance of the DocumentFactory class

Methods

NameDescription
create_document(input, options)Create document.
create_document()Create document.
create_document(input)Create document.
create_document(input, password)Load password protected document from a stream.
create_document(file_name)Load password protected document from a stream.

See Also