This example shows how to import an HTML page into a PDF document.
We create an ABCpdf Doc object, add our URL and save. That's it!
Set theDoc = Server.CreateObject("ABCpdf3.Doc") theDoc.AddImage "http://www.google.com/" theDoc.Save "c:\mypdfs\htmlimport.pdf"
htmlimport.pdf