Aspose::Pdf::Facades::PdfProducer::Produce metod
Innehåll
[
Dölj
]PdfProducer::Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&) method
Skapa PDF-filen med angivet importalternativ.
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 | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Indataström. |
| options | const System::SharedPtr<ImportOptions>& | Importalternativ. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata-PDF-ström. |
Se även
- 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
Skapa PDF-filen med angivet importalternativ.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<ImportOptions> &options, const System::String &outputFileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Indataström. |
| options | const System::SharedPtr<ImportOptions>& | Importalternativ. |
| outputFileName | const System::String& | Utdata-PDF-fil. |
Se även
- 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
Skapa PDF-strömmen med angivet importformat.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, ImportFormat format, const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Indataström. |
| format | ImportFormat | Importformat. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata-PDF-ström. |
Se även
- 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
Skapa PDF-filen med angivet importformat.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, ImportFormat format, System::String outputFileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Indataström. |
| format | ImportFormat | Importformat. |
| outputFileName | System::String | Utdata-PDF-fil |
Se även
- 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
Skapa PDF-strömmen med angivet importalternativ.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::String &inputFileName, const System::SharedPtr<ImportOptions> &options, const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFileName | const System::String& | Indatafilnamn. |
| options | const System::SharedPtr<ImportOptions>& | Importalternativ. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata-PDF-ström. |
Se även
- 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
Skapa PDF-filen med angivet importalternativ.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::String &inputFileName, const System::SharedPtr<ImportOptions> &options, const System::String &outputFileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFileName | const System::String& | Indatafilnamn. |
| options | const System::SharedPtr<ImportOptions>& | Importalternativ. |
| outputFileName | const System::String& | Utdata-PDF-ström. |
Se även
- 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
Skapa PDF-strömmen med angivet importformat.
static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, ImportFormat format, const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFileName | System::String | Indatafilnamn. |
| format | ImportFormat | Importformat. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdata-PDF-ström. |
Se även
- 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
Skapa PDF-filen med angivet importformat.
static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, ImportFormat format, System::String outputFileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inputFileName | System::String | Indatafilnamn. |
| format | ImportFormat | Importformat. |
| outputFileName | System::String | Utdata-PDF-fil |
Se även
- Class String
- Enum ImportFormat
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++