Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
1.08k
stars
237
forks
source link
// With MigraDocCore you can create PDF or RTF. Just select the appropriate renderer. #382
Open
beevanderlinden opened 1 year 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)