ComHelper

ComHelper class

Provides methods for COM clients to load a document into Aspose.Pdf.

The ComHelper type exposes the following members:

Constructors

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

Methods

NameDescription
open_stream(input)Initialize and return new Document instance from the
open_stream(input, password)Initialize and return new Document instance from the
open_stream(input, is_managed_stream)Initialize and return new Document instance from the
open_stream(input, password, is_managed_stream)Initialize and return new Document instance from the
open_stream(input, options)Open and return an existing document from a stream providing necessary converting to get pdf document.
open_file(filename)Just create and return Document using
open_file(filename, password)Just create and return Document using
open_file(filename, password, is_managed_stream)Initialize new instance of the Document class for working with encrypted document.
open_file(filename, options)Open an existing document from a file providing necessary converting oprions to get pdf document.

See Also