PdfSharpCore
PdfSharpCore copied to clipboard
Section.AddHtml() not supported in PdfSharpCore
Hi,
I'm trying to generate pdf from html and am using .net core 3.1. Will be deploying to Aws Elastic Beanstalk 64bit Amazon Linux 2/2.1.5.
I'm first time using PdfSharpCore and is unfamiliar with it. I saw that PdfSharp support section.AddHtml(htmlString), but in PdfSharpCore isn't, is there any way i can add the html string to section?
Please advise.
Thanks in advance.