Clase Aspose::Pdf::Facades::PdfProducer

PdfProducer class

Representa una clase para producir PDF a partir de otros formatos.

class PdfProducer : public System::Object

Métodos

MétodoDescripción
static Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, const System::SharedPtr<System::IO::Stream>&)Genera el flujo PDF usando el formato de importación especificado.
static Produce(System::String, ImportFormat, const System::SharedPtr<System::IO::Stream>&)Genera el flujo PDF usando el formato de importación especificado.
static Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, System::String)Genera el archivo PDF usando el formato de importación especificado.
static Produce(System::String, ImportFormat, System::String)Genera el archivo PDF usando el formato de importación especificado.
static Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&)Genera el flujo PDF usando la opción de importación especificada.
static Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::String&)Genera el archivo PDF usando la opción de importación especificada.
static Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::String&)Genera el archivo PDF usando la opción de importación especificada.
static Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&)Genera el archivo PDF usando la opción de importación especificada.

Ver también