Aspose::Pdf::RtfConverter::ToPdf method

RtfConverter::ToPdf method

Method that converts RTF document to PDF.

static void Aspose::Pdf::RtfConverter::ToPdf(System::SharedPtr<Aspose::Pdf::Document> doc, System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<RtfLoadOptions> options)
ParameterTypeDescription
documentSystem::SharedPtr<Aspose::Pdf::Document>PDF document.
streamSystem::SharedPtr<System::IO::Stream>RTF document stream.
optionsSystem::SharedPtr<RtfLoadOptions>RTF loading options.

See Also