Aspose::Page::XPS::XpsDocument::SaveAsPdf method
अंतर्वस्तु
[
छिपाना
]XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
दस्तावेज़ को PDF फ़ॉर्मेट में सहेजता है।
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | System::SharedPtr<System::IO::Stream> | आउटपुट PDF फ़ाइल लिखने के लिए स्ट्रीम। |
| विकल्प | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | PDF फ़ॉर्मेट में दस्तावेज़ को सहेजने के विकल्प। |
संबंधित देखें
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::SaveAsPdf(System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
दस्तावेज़ को PDF फ़ॉर्मेट में सहेजता है।
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| outPdfFilePath | System::String | एक आउटपुट PDF फ़ाइल पथ। |
| विकल्प | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | PDF फ़ॉर्मेट में दस्तावेज़ को सहेजने के विकल्प। |
संबंधित देखें
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++