This example shows how to import an HTML page into a PDF document.

 

   
Setup
 
     

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"

 

   
Results
 
     


htmlimport.pdf

 

 

   

 

Browser Based Help. Published by chm2web software.