Aspose::Pdf::Facades::PdfProducer class

PdfProducer class

Representerar en klass för att producera PDF från andra format.

class PdfProducer : public System::Object

Metoder

MetodBeskrivning
static Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, const System::SharedPtr<System::IO::Stream>&)Skapa PDF-strömmen med angivet importformat.
static Produce(System::String, ImportFormat, const System::SharedPtr<System::IO::Stream>&)Skapa PDF-strömmen med angivet importformat.
static Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, System::String)Skapa PDF-filen med angivet importformat.
static Produce(System::String, ImportFormat, System::String)Skapa PDF-filen med angivet importformat.
static Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&)Skapa PDF-strömmen med angivet importalternativ.
static Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::String&)Skapa PDF-filen med angivet importalternativ.
static Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::String&)Skapa PDF-filen med angivet importalternativ.
static Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&)Skapa PDF-filen med angivet importalternativ.

Se även