Aspose::Page::XPS::XpsDocument::SaveAsPdf method
Contents
[
Hide
]XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Saves the document in PDF format.
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | The stream to write the output PDF file to. |
options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Options for saving the document in PDF format. |
See Also
- 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
Saves the document in PDF format.
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
Parameter | Type | Description |
---|---|---|
outPdfFilePath | System::String | An output PDF file path. |
options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Options for saving the document in PDF format. |
See Also
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++