Aspose::Pdf::Facades::PdfProducer class
Содержание
[
Скрывать
]PdfProducer class
Представляет класс для создания PDF из других форматов.
class PdfProducer : public System::Object
Методы
| Метод | Описание |
|---|---|
| static Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, const System::SharedPtr<System::IO::Stream>&) | Создаёт поток PDF, используя указанный формат импорта. |
| static Produce(System::String, ImportFormat, const System::SharedPtr<System::IO::Stream>&) | Создаёт поток PDF, используя указанный формат импорта. |
| static Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, System::String) | Создаёт файл PDF, используя указанный формат импорта. |
| static Produce(System::String, ImportFormat, System::String) | Создаёт файл PDF, используя указанный формат импорта. |
| static Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&) | Создаёт поток PDF, используя указанную опцию импорта. |
| static Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::String&) | Создаёт файл PDF, используя указанную опцию импорта. |
| static Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::String&) | Создаёт файл PDF, используя указанную опцию импорта. |
| static Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&) | Создаёт файл PDF, используя указанную опцию импорта. |
См. также
- Class Object
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++