Aspose::Page::EPS::PsDocument::SaveAsPdf method

PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PdfSaveOptions>) method

Saves PS/EPS file to PDF stream.

void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Device::PdfSaveOptions> options)
ParameterTypeDescription
pdfStreamSystem::SharedPtr<System::IO::Stream>An output PDF stream.
optionsSystem::SharedPtr<Device::PdfSaveOptions>Contains flags that specify output of errors thrown during conversion.

See Also

PsDocument::SaveAsPdf(System::String, System::SharedPtr<Device::PdfSaveOptions>) method

Saves PS/EPS file to PDF file.

void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Device::PdfSaveOptions> options)
ParameterTypeDescription
outPdfFilePathSystem::StringAn output PDF file path.
optionsSystem::SharedPtr<Device::PdfSaveOptions>Contains flags that specify output of errors thrown during conversion.

See Also