News WordPress Theme

Insert images in pdf from .NET Core Web API | convert html content into pdf

Insert images in pdf from .NET Core Web API | convert html content into pdf

#dotnetcore #pdf #nihiratechiees This video explains insert image into PDF from .NET CORE 6.0 Web API Link for Generate PDF in .NET Core API ================================ Steps Followed ============= 1, Install the below package dotnet add package Polybioz.HtmlRenderer.PdfSharp.Core –version 1.0.0 2, Add below namespace’s using PdfSharpCore; using PdfSharpCore.Pdf; using TheArtOfDev.HtmlRenderer.PdfSharp; 3, Create the generate html content with IMG tag 4,…

Read More