menu

arrow_back What libraries are there for working with PDF in .Net Core?

by
2 votes
I have a PDF template (no forms, just some images). I need to add some captions to the template and get a new PDF.

The search revealed that there are either paid (very paid, inhumanly expensive) libraries, or not compatible with .net core
As an alternative option - you can do html-page and translate it into pdf with the help of a library. But with the search and selection of the library is also difficult.
One of the proposed solutions is wkhtmltopdf, but you do not want to use third-party utilities, it is much easier and more reliable to use a library that can be included in the project.
Googling and searching yields ambiguous options.

In general, the question is - who generates pdf in .net core? I'm only considering free libraries.

1 Answer

by
 
Best answer