Город МОСКОВСКИЙ
00:11:55

How to Easily Create a PDF Document in ASP.NET Core Web API

Аватар
Введение в Next.js с React
Просмотры:
21
Дата загрузки:
28.11.2023 00:23
Длительность:
00:11:55
Категория:
Обучение

Описание

Want to learn more about building APIs and getting a six-figure income? Check out:
►► OUR BOOK: https://code-maze.com/ultimate-aspnet-core-3-web-api/?source=yt
►► OUR BLAZOR WEBASSEMBLY COURSE: https://code-maze.com/blazor-webassembly-course/?source=youtube

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
DESCRIPTION:
In this video, we are going to learn how to use the DinkToPdf library to create a PDF document in ASP.NET Core Web API.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
LINKS MENTIONED IN THE VIDEO:
To visit the whole article and download the source code visit:
►► https://code-maze.com/create-pdf-dotnetcore/
To learn more about the service configuration in ASP.NET Core Web API, visit:
►► https://code-maze.com/net-core-web-development-part2/
To visit our site:
►► https://code-maze.com/

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
MORE CODE MAZE STUFF?
And you can check out our Merch here:
►► https://www.redbubble.com/people/vpecanac/works/44764889-code-maze-merch?asc=u

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
FOLLOW US ON SOCIAL MEDIA!
►► https://twitter.com/CodeMazeBlog
►► https://www.facebook.com/CodeMazeBlog

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
VIDEO SUMMARY:
Let’s imagine we have a .NET Core Web API project where we need to generate a PDF report. Even though it shouldn’t be too hard to do something like that, we could end up losing too much time if we don’t know how to do it properly.

So, in this video, we’re gonna show how to use the DinkToPDF library to easily generate PDF documents while working on the .NET Core Web API project.

DinkToPdf is a cross-platform oriented library which is the wrapper for the Webkit HTML to PDF library. It uses the WebKit engine to convert HTML to PDF.

It allows us to create a PDF document from the HTML string generated in our project, or to create a PDF document from an existing HTML page. Additionally, we can download the created PDF document or save it in a certain location on disk or return a new HTML page with the PDF content.

We’re gonna cover all these features in this video.

Рекомендуемые видео