A
A
Andrew2020-08-28 22:03:44
.NET
Andrew, 2020-08-28 22:03:44

What libraries are there to work with PDF in .Net Core?

There is a PDF template (no forms, just a few images). You need to add a few labels to the template and get a new PDF.

The search showed that there are either paid (very paid, inhuman money worth) libraries, or not compatible with .net core
. Alternatively, you can make an html page and translate it into pdf using the library. But there are also difficulties with the search and selection of a library.
One of the solutions offered is wkhtmltopdf, but I don’t really want to use third-party utilities, it’s much easier and more reliable to use a library that can be included in the project.
Googling and searching gives ambiguous options.

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

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-08-29
@byte916

https://blog.elmah.io/generate-a-pdf-from-asp-net-...
https://code-maze.com/create-pdf-dotnetcore/
https://www.nuget.org /packages/PdfSharp/1.51.5185-beta
Share what happened in the end

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question