Aspose::Pdf::Facades::PdfProducer class
Innehåll
[
Dölj
]PdfProducer class
Representerar en klass för att producera PDF från andra format.
class PdfProducer : public System::Object
Metoder
| Metod | Beskrivning |
|---|---|
| static Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, const System::SharedPtr<System::IO::Stream>&) | Skapa PDF-strömmen med angivet importformat. |
| static Produce(System::String, ImportFormat, const System::SharedPtr<System::IO::Stream>&) | Skapa PDF-strömmen med angivet importformat. |
| static Produce(const System::SharedPtr<System::IO::Stream>&, ImportFormat, System::String) | Skapa PDF-filen med angivet importformat. |
| static Produce(System::String, ImportFormat, System::String) | Skapa PDF-filen med angivet importformat. |
| static Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&) | Skapa PDF-strömmen med angivet importalternativ. |
| static Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::String&) | Skapa PDF-filen med angivet importalternativ. |
| static Produce(const System::String&, const System::SharedPtr<ImportOptions>&, const System::String&) | Skapa PDF-filen med angivet importalternativ. |
| static Produce(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<ImportOptions>&, const System::SharedPtr<System::IO::Stream>&) | Skapa PDF-filen med angivet importalternativ. |
Se även
- Class Object
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++