PdfDocument doc = new PdfDocument(); String url = "http://www.london2012.com/news/articles/paralympic-torch-relay-route-revealed-1258473.html"; doc.LoadFromHTML(url, false, true, true); doc.SaveToFile("sample.pdf");
Login to post response