Category Archives: PDF LIBRARY for .NET, HTML to PDF Library

PDF LIBRARY for .NET | SelectPdf PDF Library for .NET is a powerful SDK with pdf creation capabilities.

SelectPdf Library for .NET – 2016 vol 1

selectpdfSelect.Pdf Library for .NET – 2016 Vol 1 has just been released. Together with the full featured pdf library, the community edition of our SelectPdf Html To Pdf Converter for .NET v2.0 was also released.

The release contains a lot of bug fixes and speed improvements.
The 2 products can be downloaded from our website or via NuGet.

Continue reading

SelectPdf Library for .NET – 2015 vol 2

selectpdfSelect.Pdf Library for .NET – 2015 Vol 2 has just been released. Together with the full featured pdf library, the community edition of our SelectPdf Html To Pdf Converter for .NET v1.2 was also released.

The release contains a lot of bug fixes and speed improvements.
The 2 products can be downloaded from our website or via NuGet.

Continue reading

How to fix: Conversion failure. Could not find ‘Select.Html.dep’.

(Updated in December 2016).

SelectPdf Html To Pdf Converter needs 2 files to work. They are different for the 2 versions that we offer:

Select.Pdf Library for .NET – Commercial Edition

Select.Pdf for .NET requires the .NET assembly Select.Pdf.dll and if the html to converter is used, an additional file called Select.Html.dep. This file, because it does not have a reference in the project, might not get copied to the deployment destination. To fix the problem, copy Select.Html.dep manually. More details about this here:
https://selectpdf.com/docs/Deployment.htm

SelectPdf Html To Pdf Converter – Community Edition

SelectPdf Html To Pdf converter requires 2 files to work: the .NET assembly Select.HtmlToPdf.dll and an additional file called Select.Html.dep. This file, because it does not have a reference in the project, might not get copied to the deployment destination. To fix the problem, copy Select.Html.dep manually. More details about this here:
https://selectpdf.com/html-to-pdf/docs/html/Deployment.htm

IMPORTANT: If you are setting the full path to Select.Html.dep in code using the HtmlEngineFullPath property of the GlobalProperties class, do not forget to include the file name (Select.Html.dep) with the path.

UPDATE (December 2016):

There are special cases that need to be taken into account when deploying applications that use SelectPdf and you get the “Conversion failure. Could not find ‘Select.Html.dep'” error. One is related to One Click deployments (Publish…) from Visual Studio.

To be sure that Select.Html.dep is deployed, add it into the project as a regular file and set the ‘Build Action’ to ‘Content’ and ‘Copy to Output Directory’ to ‘Copy Always’. Rebuild and redeploy your project (make sure that Select.Html.dep.deploy exists in the deployment folder).

Convert Complex Files from HTML to PDF with an Online Convertor

SelectPdfInternet serves as a place wherein people of all spheres come and gather. It is a hub of knowledge wherein an individual gets access to all the important information. Rarely does it disappoint anyone who is looking for product or service related knowledge. There is no denying the fact that business today thrives on the web. It can be said that even the biggest brands cannot survive without sharing data with its competitors or with its associates. This necessitates the requirement of a portable document that works universally on all the systems without causing issues. Every individual whether working professionals or personal users cater to document formats that are portable and easily managed. As a professional convertor company, I understand the need had to preserve valuable data in a reliable and efficient way. For any business this is a globally accepted file format. Many people take this as the go-to medium of storing and sharing data. Html to PDF convertor plays a key role here, facilitating faster and cost effective conversions.

Continue reading

‘Hello World’ from SelectPdf

It’s very easy to use Select.Pdf SDK for .NET. Take a look at the simple code below.