Aspose::Page::XPS::XpsDocument::SaveAsPdf método
Contenido
[
Ocultar
]XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Guarda el documento en formato PDF.
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | System::SharedPtr<System::IO::Stream> | El flujo donde escribir el archivo PDF de salida. |
| opciones | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opciones para guardar el documento en formato PDF. |
Ver también
- 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
Guarda el documento en formato PDF.
void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outPdfFilePath | System::String | Una ruta de archivo PDF de salida. |
| opciones | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opciones para guardar el documento en formato PDF. |
Ver también
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++