klzhangweiya d12383c474 init 10 ヶ月 前
..
lib d12383c474 init 10 ヶ月 前
Select.HtmlToPdf.17.3.0.nupkg d12383c474 init 10 ヶ月 前
readme.txt d12383c474 init 10 ヶ月 前

readme.txt


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.