Aspose::Pdf::Facades::PdfProducer::Produce method
Contents
[
Hide
]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)
| Parameter | Type | Description |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Input stream. |
| options | const System::SharedPtr<ImportOptions>& | Import option. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Output PDF stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImportOptions
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Input stream. |
| options | const System::SharedPtr<ImportOptions>& | Import option. |
| outputFileName | const System::String& | Output PDF file. |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImportOptions
- Class String
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Input stream. |
| format | ImportFormat | Import format. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Output PDF stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Enum ImportFormat
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Input stream. |
| format | ImportFormat | Import format. |
| outputFileName | System::String | Output PDF file |
See Also
- Typedef SharedPtr
- Class Stream
- Enum ImportFormat
- Class String
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| inputFileName | const System::String& | Input file name. |
| options | const System::SharedPtr<ImportOptions>& | Import option. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Output PDF stream. |
See Also
- Class String
- Typedef SharedPtr
- Class ImportOptions
- Class Stream
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| inputFileName | const System::String& | Input file name. |
| options | const System::SharedPtr<ImportOptions>& | Import option. |
| outputFileName | const System::String& | Output PDF stream. |
See Also
- Class String
- Typedef SharedPtr
- Class ImportOptions
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| inputFileName | System::String | Input file name. |
| format | ImportFormat | Import format. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Output PDF stream. |
See Also
- Class String
- Enum ImportFormat
- Typedef SharedPtr
- Class Stream
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| inputFileName | System::String | Input file name. |
| format | ImportFormat | Import format. |
| outputFileName | System::String | Output PDF file |
See Also
- Class String
- Enum ImportFormat
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++