79332629

Date: 2025-01-06 09:40:20
Score: 1
Natty:
Report link

SelectPdf Free Community Edition

// instantiate the html to pdf converter
HtmlToPdf converter = new HtmlToPdf();
 
// convert the url to pdf
PdfDocument doc = converter.ConvertUrl(url);
 
// save pdf document
doc.Save(file);
 
// close pdf document
doc.Close();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: GORDHAN NAGAL