ststeiger / PdfSharpCore

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

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

Closed IngoManthey closed 4 weeks ago

IngoManthey commented 1 month 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.