readme.txt 1.1 KB

1234567891011121314151617181920212223
  1. 
  2. Thank you for using Select.Pdf Html To Pdf Converter for .NET - Community Edition.
  3. Online demo C#: https://selectpdf.com/html-to-pdf/demo/
  4. Online demo Vb.Net: https://selectpdf.com/html-to-pdf/demo-vb/
  5. Online documentation: https://selectpdf.com/html-to-pdf/docs/
  6. With Select.Pdf is very easy to convert any web page to a pdf document. The code is as simple as this:
  7. SelectPdf.HtmlToPdf converter = new SelectPdf.HtmlToPdf();
  8. SelectPdf.PdfDocument doc = converter.ConvertUrl("http://selectpdf.com");
  9. doc.Save("test.pdf");
  10. doc.Close();
  11. IMPORTANT: Please note that THIS IS NOT A FREE TRIAL of our commercial library. This is a different, FREE product, that contains less features than the full library.
  12. If you want to test our full SelectPdf Library for .NET use one of the following urls:
  13. https://selectpdf.com/pdf-library-for-net/
  14. https://www.nuget.org/packages/Select.Pdf/
  15. For complete product information, take a look at https://selectpdf.com.
  16. For support, contact us at support@selectpdf.com.