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

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

Сохраняет файл PS/EPS в поток PDF.

void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Device::PdfSaveOptions> options)
ПараметрТипОписание
pdfStreamSystem::SharedPtr<System::IO::Stream>Выходной поток PDF.
параметрыSystem::SharedPtr\Device::PdfSaveOptions\\Содержит флаги, указывающие вывод ошибок, возникших во время преобразования.

См. также

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

Сохраняет файл PS/EPS в PDF‑файл.

void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Device::PdfSaveOptions> options)
ПараметрТипОписание
outPdfFilePathSystem::StringПуть к выходному PDF‑файлу.
параметрыSystem::SharedPtr\Device::PdfSaveOptions\\Содержит флаги, указывающие вывод ошибок, возникших во время преобразования.

См. также