Aspose::Page::EPS::PsDocument::SaveAsPdf method
अंतर्वस्तु
[
छिपाना
]PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PdfSaveOptions>) method
PS/EPS फ़ाइल को PDF स्ट्रीम में सहेजता है।
void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Device::PdfSaveOptions> options)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| pdfStream | System::SharedPtr<System::IO::Stream> | एक आउटपुट PDF स्ट्रीम। |
| विकल्प | System::SharedPtr<Device::PdfSaveOptions> | रूपांतरण के दौरान उत्पन्न त्रुटियों के आउटपुट को निर्दिष्ट करने वाले फ़्लैग्स शामिल हैं। |
संबंधित देखें
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::SaveAsPdf(System::String, System::SharedPtr<Device::PdfSaveOptions>) method
PS/EPS फ़ाइल को PDF फ़ाइल में सहेजता है।
void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Device::PdfSaveOptions> options)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| outPdfFilePath | System::String | एक आउटपुट PDF फ़ाइल पथ। |
| विकल्प | System::SharedPtr<Device::PdfSaveOptions> | रूपांतरण के दौरान उत्पन्न त्रुटियों के आउटपुट को निर्दिष्ट करने वाले फ़्लैग्स शामिल हैं। |
संबंधित देखें
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++