ststeiger / PdfSharpCore

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

Question: Is there a way to add an XML file to the PDF? #444

Closed IngoManthey closed 5 months ago

IngoManthey commented 5 months ago

I need to add an XML file to the PDF of an e-invoice. Is that possible and if so, how? Thanks in advance.