How to convert an existing HTML page to PDF document.The following code generates a PDF file from a given URL. c# sample: PDFDocument MyDocument = new PDFDocument("HTMLSample.pdf"); MyDocument.ImportHTML("http://www.samplesite.com"); MyDocument.Save(); |
PDF .NET Library for .NET Software Developers - PDF Component Library for C#, VB.NET and ASP.NET developers Copyright © PDF Technologies Inc., 2010. |