Aspose::Pdf::Facades::PdfProducer class

PdfProducer class

Represents a class to produce PDF from other formats.

class PdfProducer : public System::Object

Methods

MethodDescription
static Produce(System::SharedPtr<System::IO::Stream>, ImportFormat, System::SharedPtr<System::IO::Stream>)Produce the PDF stream using specified import format.
static Produce(System::String, ImportFormat, System::SharedPtr<System::IO::Stream>)Produce the PDF stream using specified import format.
static Produce(System::SharedPtr<System::IO::Stream>, ImportFormat, System::String)Produce the PDF file using specified import format.
static Produce(System::String, ImportFormat, System::String)Produce the PDF file using specified import format.
static Produce(System::String, System::SharedPtr<ImportOptions>, System::SharedPtr<System::IO::Stream>)Produce the PDF stream using specified import option.
static Produce(System::SharedPtr<System::IO::Stream>, System::SharedPtr<ImportOptions>, System::String)Produce the PDF file using specified import option.
static Produce(System::String, System::SharedPtr<ImportOptions>, System::String)Produce the PDF file using specified import option.
static Produce(System::SharedPtr<System::IO::Stream>, System::SharedPtr<ImportOptions>, System::SharedPtr<System::IO::Stream>)Produce the PDF file using specified import option.

See Also