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)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Входной поток.
опцииconst System::SharedPtr<ImportOptions>&Параметр импорта.
outputStreamconst System::SharedPtr<System::IO::Stream>&Выходной PDF‑поток.

См. также

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)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Входной поток.
опцииconst System::SharedPtr<ImportOptions>&Параметр импорта.
outputFileNameconst System::String&Вывод PDF-файла.

См. также

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)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Входной поток.
форматImportFormatФормат импорта.
outputStreamconst System::SharedPtr<System::IO::Stream>&Выходной PDF‑поток.

См. также

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)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Входной поток.
форматImportFormatФормат импорта.
outputFileNameSystem::StringВывод PDF-файла

См. также

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)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
опцииconst System::SharedPtr<ImportOptions>&Параметр импорта.
outputStreamconst System::SharedPtr<System::IO::Stream>&Выходной PDF‑поток.

См. также

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)
ПараметрТипОписание
inputFileNameconst System::String&Имя входного файла.
опцииconst System::SharedPtr<ImportOptions>&Параметр импорта.
outputFileNameconst System::String&Выходной PDF‑поток.

См. также

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)
ПараметрТипОписание
inputFileNameSystem::StringИмя входного файла.
форматImportFormatФормат импорта.
outputStreamconst System::SharedPtr<System::IO::Stream>&Выходной PDF‑поток.

См. также

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

Создаёт файл PDF, используя указанный формат импорта.

static void Aspose::Pdf::Facades::PdfProducer::Produce(System::String inputFileName, ImportFormat format, System::String outputFileName)
ПараметрТипОписание
inputFileNameSystem::StringИмя входного файла.
форматImportFormatФормат импорта.
outputFileNameSystem::StringВывод PDF-файла

См. также