FSharp.Markdown.Pdf
FSharp.Markdown.Pdf copied to clipboard
Pdf conversion throws an error
Method not found: 'Void PdfSharp.Drawing.XGraphics.set_MFEH(PdfSharp.Pdf.PdfFontEmbedding)'.
is thrown every time for
MarkdownPdf.Transform(md, path);
I have the latest PdfSharp packages installed.