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

How do I use PDFSharpCore to generate PDF document from XML and XSLT input? #372

Open MaluSiv opened 1 year ago

MaluSiv commented 1 year ago

How do I use PDFSharpCore to generate PDF document from XML and XSLT input? Do you have any code samples?