Aspose::Page::XPS::XpsDocument::SaveAsPdf method

XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method

Speichert das Dokument im PDF-Format.

void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterTypBeschreibung
StreamSystem::SharedPtr<System::IO::Stream>Der Stream, in den die Ausgabedatei im PDF-Format geschrieben wird.
OptionenSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Optionen zum Speichern des Dokuments im PDF-Format.

Siehe auch

XpsDocument::SaveAsPdf(System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method

Speichert das Dokument im PDF-Format.

void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParameterTypBeschreibung
outPdfFilePathSystem::StringEin Ausgabepfad für die PDF-Datei.
OptionenSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Optionen zum Speichern des Dokuments im PDF-Format.

Siehe auch