Aspose::Pdf::RtfConverter::ToPdf method

RtfConverter::ToPdf method

Method that converts RTF document to PDF.

static void Aspose::Pdf::RtfConverter::ToPdf(const System::SharedPtr<Aspose::Pdf::Document> &doc, const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<RtfLoadOptions> &options)
ParameterTypeDescription
documentconst System::SharedPtr<Aspose::Pdf::Document>&PDF document.
streamconst System::SharedPtr<System::IO::Stream>&RTF document stream.
optionsconst System::SharedPtr<RtfLoadOptions>&RTF loading options.

See Also