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)
| Parameter | Type | Description |
|---|---|---|
| document | const System::SharedPtr<Aspose::Pdf::Document>& | PDF document. |
| stream | const System::SharedPtr<System::IO::Stream>& | RTF document stream. |
| options | const System::SharedPtr<RtfLoadOptions>& | RTF loading options. |
See Also
- Typedef SharedPtr
- Class Document
- Class Stream
- Class RtfLoadOptions
- Class RtfConverter
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++