ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.05k stars 234 forks source link

// With MigraDocCore you can create PDF or RTF. Just select the appropriate renderer. #382

Open beevanderlinden opened 11 months ago

beevanderlinden commented 11 months ago

Could you please provide an example how to create RTF, with MigraDocCore?

There's no 'RtfDocumentRenderer' class.

(note: with MigraDoc there's no problem, but with MigraDocCore i cannot find out how it would work)