24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
|
|
Thank you for using Select.Pdf Html To Pdf Converter for .NET - Community Edition.
|
|
|
|
Online demo C#: https://selectpdf.com/html-to-pdf/demo/
|
|
Online demo Vb.Net: https://selectpdf.com/html-to-pdf/demo-vb/
|
|
Online documentation: https://selectpdf.com/html-to-pdf/docs/
|
|
|
|
|
|
With Select.Pdf is very easy to convert any web page to a pdf document. The code is as simple as this:
|
|
|
|
SelectPdf.HtmlToPdf converter = new SelectPdf.HtmlToPdf();
|
|
SelectPdf.PdfDocument doc = converter.ConvertUrl("http://selectpdf.com");
|
|
doc.Save("test.pdf");
|
|
doc.Close();
|
|
|
|
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.
|
|
If you want to test our full SelectPdf Library for .NET use one of the following urls:
|
|
|
|
https://selectpdf.com/pdf-library-for-net/
|
|
https://www.nuget.org/packages/Select.Pdf/
|
|
|
|
For complete product information, take a look at https://selectpdf.com.
|
|
For support, contact us at support@selectpdf.com.
|