Tag Archives: pdf library

Try SelectPdf PDF Library for .NET. Code samples in C# and VB.NET are available, as well as ASP.NET, MVC, Azure and many more.

SelectPdf Library for .NET – 2020 vol 1

selectpdfSelectPdf Library for .NET – 2020 Vol 1 has just been released, containing new features and samples, plus speed improvements. SelectPdf has full .NET Core support available for both SelectPdf Commercial Library and Community Edition. The .NET Core version supports .NET Core 2.0 and above (through .NET Standard 2.0) on Windows systems.

Together with the full featured PDF library, the community edition of our SelectPdf Free Html To Pdf Converter for .NET v20.1 was also released.

Continue reading

SelectPdf Library for .NET – 2018 vol 4

selectpdfSelectPdf Library for .NET – 2018 Vol 4 has just been released. Together with the full featured PDF library, the community edition of our SelectPdf Free Html To Pdf Converter for .NET v18.4 was also released.

SelectPdf has now .NET Core support available for both SelectPdf Commercial Library and Community Edition. The .NET Core version supports .NET Core 2.0 and above (through .NET Standard 2.0) on Windows systems.

Support for Microsoft Azure Web Apps is now available for both SelectPdf Commercial Library and Community Edition. The release also contains overall speed improvements and bug fixes. The 2 products can be downloaded from our website or via NuGet.

Continue reading

SelectPdf Library for .NET – 2018 vol 2 (Now with .NET Core Support)

selectpdfSelectPdf Library for .NET – 2018 Vol 2 has just been released. Together with the full featured PDF library, the community edition of our SelectPdf Free Html To Pdf Converter for .NET v18.2 was also released.

The most important news is the .NET Core support available now for both SelectPdf Commercial Library and Community Edition. The release also contains overall speed improvements and bug fixes. The 2 products can be downloaded from our website or via NuGet.

Continue reading

SelectPdf Library for .NET – 2018 vol 1

selectpdfSelectPdf Library for .NET – 2018 Vol 1 has just been released. Together with the full featured PDF library, the community edition of our SelectPdf Free Html To Pdf Converter for .NET v18.1 was also released.

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

Continue reading

SelectPdf Library for .NET – 2017 vol 3

selectpdfSelectPdf Library for .NET – 2017 Vol 3 has just been released. Together with the full featured PDF library, the community edition of our SelectPdf Free Html To Pdf Converter for .NET v17.3 was also released.

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

Continue reading

SelectPdf Library for .NET – 2017 vol 1

selectpdfSelect.Pdf Library for .NET – 2017 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 v17.1 was also released.

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

Continue reading

Convert from Html To Pdf in ASP.NET MVC (C# and VB.NET)

html to pdf mvc asp net
SelectPdf for .NET is a professional PDF Library that can be used for creating, writing, editing, handling and reading PDF files without any external dependencies within .NET applications. Using this .NET PDF library, you can implement rich capabilities to create PDF files from scratch or process existing PDF documents entirely through C#/VB.NET in ASP.NET MVC (ASPX or Razor views) without installing Adobe Acrobat.

Continue reading

What SelectPdf product should I use to convert from HTML to PDF?

selectpdf
Recently, we had several customers asking: “What product should I use?” or “I am confused. Do I need the API or the .NET component?” or “Where are the conversions performed: on our website or on yours?”.

To answer these questions, we have created this blog post. Here are the details:

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).