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
Создаёт файл PDF, используя указанную опцию импорта.
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)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток. |
| опции | const System::SharedPtr<ImportOptions>& | Параметр импорта. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной PDF‑поток. |
См. также
- 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
Создаёт файл PDF, используя указанную опцию импорта.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<ImportOptions> &options, const System::String &outputFileName)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток. |
| опции | const System::SharedPtr<ImportOptions>& | Параметр импорта. |
| outputFileName | const System::String& | Вывод PDF-файла. |
См. также
- 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
Создаёт поток PDF, используя указанный формат импорта.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, ImportFormat format, const System::SharedPtr<System::IO::Stream> &outputStream)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток. |
| формат | ImportFormat | Формат импорта. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной PDF‑поток. |
См. также
- 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
Создаёт файл PDF, используя указанный формат импорта.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::SharedPtr<System::IO::Stream> &inputStream, ImportFormat format, System::String outputFileName)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Входной поток. |
| формат | ImportFormat | Формат импорта. |
| outputFileName | System::String | Вывод PDF-файла |
См. также
- 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
Создаёт поток PDF, используя указанную опцию импорта.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::String &inputFileName, const System::SharedPtr<ImportOptions> &options, const System::SharedPtr<System::IO::Stream> &outputStream)
| Параметр | Тип | Описание |
|---|---|---|
| inputFileName | const System::String& | Имя входного файла. |
| опции | const System::SharedPtr<ImportOptions>& | Параметр импорта. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной PDF‑поток. |
См. также
- 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
Создаёт файл PDF, используя указанную опцию импорта.
static void Aspose::Pdf::Facades::PdfProducer::Produce(const System::String &inputFileName, const System::SharedPtr<ImportOptions> &options, const System::String &outputFileName)
| Параметр | Тип | Описание |
|---|---|---|
| inputFileName | const System::String& | Имя входного файла. |
| опции | const System::SharedPtr<ImportOptions>& | Параметр импорта. |
| outputFileName | const System::String& | Выходной PDF‑поток. |
См. также
- 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
Создаёт поток PDF, используя указанный формат импорта.
static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, ImportFormat format, const System::SharedPtr<System::IO::Stream> &outputStream)
| Параметр | Тип | Описание |
|---|---|---|
| inputFileName | System::String | Имя входного файла. |
| формат | ImportFormat | Формат импорта. |
| outputStream | const System::SharedPtr<System::IO::Stream>& | Выходной PDF‑поток. |
См. также
- 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
Создаёт файл PDF, используя указанный формат импорта.
static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, ImportFormat format, System::String outputFileName)
| Параметр | Тип | Описание |
|---|---|---|
| inputFileName | System::String | Имя входного файла. |
| формат | ImportFormat | Формат импорта. |
| outputFileName | System::String | Вывод PDF-файла |
См. также
- Class String
- Enum ImportFormat
- Class PdfProducer
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++