I successfully installed NuGet package 'Select.pdf". When I run the website, I see "Demo Version - Select.Pdf SDK" displaying at the end, What can I do to avoid this ? It's free tool, available from NuGet.
SelectPdf.HtmlToPdf converter = new SelectPdf.HtmlToPdf();
SelectPdf.PdfDocument doc = converter.ConvertUrl("http://www.cnn.com");
doc.Save(Response, false, "test.pdf");
doc.Close();
You have installed the wrong package (Full Version):
Select.Pdf
The free (Community) version is only the Html Converter:
Select.HtmlToPdf
Keep in mind, that the free version only supports up to 5 pages.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With