Hi, Our systems haven’t gotten to ASP.Net yet, only use ASP. Can SyncFusion engine be called by ASP? If so, do you have document and sample codes like following ASP format?
Set oPDF = CreateObject("SyncFusion.Doc")
oPDF.Page = oPDF.AddPage()
oID = oPDF.AddImageHtml(sHTML)
......
oPDF.Save sFileName
Thanks,
Thank you for verification that Syncfusion doesn’t support the classic
ASP code. In order for our asp code to call the .net object, we need the .net
library has the COM-visible assembly. Does the Syncfusion .Net library has the
COM-visible Assembly?
The Itext7 could convert the html form codes to PDF. I suggest you could try to use Trafoos Itext7 's Html2pdf library to achieve your requirement. Notice:You should firstly read the generated MVC page as html and send to MVC action, then you could use Itext7 's Html2pdf library to convert html form to PDF.
//Set Enable form
settings.EnableForm = true; |