From: Yong Su
Sent: Tuesday, September 22, 2020 2:37 PM
To: Syncfusion Support <
[email protected]>
Subject: RE: Syncfusion support community forum 158039, Can I use Syncfusion as VB script (not VBScript.net) to convert html to pdf?, has been updated.
Hi,
Thank your response. Actually I probably didn’t describe my question clearly. We need SyncFusion PDF engine written in ASP code, not ASP.net code. For example, our currently PDF engine is ABCPDF, we called them using the following ASP format:
Set oPDF = CreateObject("ABCpdf6.Doc")
oPDF.Page = oPDF.AddPage()
oID = oPDF.AddImageHtml(sHTML)
......
oPDF.Save sFileName
We are currently review different products to replace “ABCPDF”, but we haven’t gotten to ASP.Net yet, only ASP. Can syncFusion engine be called by ASP, if so, do you have document and sample codes like “Set oPDF = CreateObject(“SyncFusion.Doc”) etc.?
Thanks,
Yong Su