YNICTE/packages/Select.HtmlToPdf.17.3.0
hodong13 8dc14c40cc 2020-10-12 05:39:23 +00:00
..
lib 2020-10-12 05:39:23 +00:00
.signature.p7s 2020-10-12 05:39:23 +00:00
Select.HtmlToPdf.17.3.0.nupkg 2020-10-12 05:39:23 +00:00
readme.txt 2020-10-12 05:39:23 +00:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.


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.