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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| ροή | 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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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++