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

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

Produce the PDF stream using specified import format.

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

See Also

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

Produce the PDF file using specified import format.

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

See Also

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

Produce the PDF file using specified import option.

static void Aspose::Pdf::Facades::PdfProducer::Produce(System::SharedPtr<System::IO::Stream> inputStream, System::SharedPtr<ImportOptions> options, System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>Input stream.
optionsSystem::SharedPtr<ImportOptions>Import option.
outputStreamSystem::SharedPtr<System::IO::Stream>Output PDF stream.

See Also

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

Produce the PDF file using specified import option.

static void Aspose::Pdf::Facades::PdfProducer::Produce(System::SharedPtr<System::IO::Stream> inputStream, System::SharedPtr<ImportOptions> options, System::String outputFileName)
ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>Input stream.
optionsSystem::SharedPtr<ImportOptions>Import option.
outputFileNameSystem::StringOutput PDF file.

See Also

PdfProducer::Produce(System::String, ImportFormat, 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, System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
inputFileNameSystem::StringInput file name.
formatImportFormatImport format.
outputStreamSystem::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

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

Produce the PDF stream using specified import option.

static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, System::SharedPtr<ImportOptions> options, System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
inputFileNameSystem::StringInput file name.
optionsSystem::SharedPtr<ImportOptions>Import option.
outputStreamSystem::SharedPtr<System::IO::Stream>Output PDF stream.

See Also

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

Produce the PDF file using specified import option.

static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, System::SharedPtr<ImportOptions> options, System::String outputFileName)
ParameterTypeDescription
inputFileNameSystem::StringInput file name.
optionsSystem::SharedPtr<ImportOptions>Import option.
outputFileNameSystem::StringOutput PDF stream.

See Also