Aspose::Pdf::Facades::PdfProducer::Produce method

PdfProducer::Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&) method

Produce the PDF file using specified import option.

static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<ImportOptions> &options, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&Input stream.
optionsconst System::SharedPtr<ImportOptions>&Import option.
outputStreamconst System::SharedPtr<System::IO::Stream>&Output PDF stream.

See Also

PdfProducer::Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::String&) method

Produce the PDF file using specified import option.

static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<ImportOptions> &options, const System::String &outputFileName)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&Input stream.
optionsconst System::SharedPtr<ImportOptions>&Import option.
outputFileNameconst System::String&Output PDF file.

See Also

PdfProducer::Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, const System::SharedPtr<System::IO::Stream>&) method

Produce the PDF stream using specified import format.

static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, ImportFormat format, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&Input stream.
formatImportFormatImport format.
outputStreamconst System::SharedPtr<System::IO::Stream>&Output PDF stream.

See Also

PdfProducer::Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, System::String) method

Produce the PDF file using specified import format.

static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, ImportFormat format, System::String outputFileName)
ParameterTypeDescription
inputStreamconst System::SharedPtr<System::IO::Stream>&Input stream.
formatImportFormatImport format.
outputFileNameSystem::StringOutput PDF file

See Also

PdfProducer::Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&) method

Produce the PDF stream using specified import option.

static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::String &inputFileName, const System::SharedPtr<ImportOptions> &options, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypeDescription
inputFileNameconst System::String&Input file name.
optionsconst System::SharedPtr<ImportOptions>&Import option.
outputStreamconst System::SharedPtr<System::IO::Stream>&Output PDF stream.

See Also

PdfProducer::Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::String&) method

Produce the PDF file using specified import option.

static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::String &inputFileName, const System::SharedPtr<ImportOptions> &options, const System::String &outputFileName)
ParameterTypeDescription
inputFileNameconst System::String&Input file name.
optionsconst System::SharedPtr<ImportOptions>&Import option.
outputFileNameconst System::String&Output PDF stream.

See Also

PdfProducer::Produce(System::String, ImportFormat, const System::SharedPtr<System::IO::Stream>&) method

Produce the PDF stream using specified import format.

static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, ImportFormat format, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypeDescription
inputFileNameSystem::StringInput file name.
formatImportFormatImport format.
outputStreamconst System::SharedPtr<System::IO::Stream>&Output PDF stream.

See Also

PdfProducer::Produce(System::String, ImportFormat, System::String) method

Produce the PDF file using specified import format.

static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, ImportFormat format, System::String outputFileName)
ParameterTypeDescription
inputFileNameSystem::StringInput file name.
formatImportFormatImport format.
outputFileNameSystem::StringOutput PDF file

See Also