Aspose::Page::XPS::XpsDocument::SaveAsPdf metodo

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

Salva il documento in formato PDF.

void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParametroTipoDescrizione
streamSystem::SharedPtr<System::IO::Stream>Lo stream su cui scrivere il file PDF di output.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Opzioni per salvare il documento in formato PDF.

Vedi anche

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

Salva il documento in formato PDF.

void Aspose::Page::XPS::XpsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
ParametroTipoDescrizione
outPdfFilePathSystem::StringUn percorso di file PDF di output.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Opzioni per salvare il documento in formato PDF.

Vedi anche