Generate PDF in dot net core web API | Create Invoice PDF in .NET CORE 6.0 Web API

preview_player
Показать описание
#dotnetcore #pdf #nihiratechiees

This video explains how to generate Invoice PDF from .NET CORE 6.0 Web API

Link for preview pdf in angular from .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 based on dynamic data
4, Generate pdf using the html content

GitHub Link for source code
=======================

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

Super Bro, thanks for the video.. congralations for more videos

enjoytheday
Автор

very good video! so important to my studies! congratulations!

vinisyx
Автор

getting error as => One or more errors occurred. (The type initializer for threw an exception.)

urpyepi
Автор

nice explained ! can you guide us how to create dynamic editable pdf from sql server database in dot net core? means binding data from sql server db and display it on pdf and that pdf should be editable as well? Thanks

BinaryBeta
Автор

Hi!
First, great video! Thanks for sharing this content with us.
I have a question.
I always think about security in my projects, so I am somewhat hesitant to use packages from another author instead Microsoft or others that we already know. The question is: Is it safe to use these packages for professional projects?

marciliojrr
Автор

I have used your code in my project. but its give me error. like "The type initializer for threw an exception". can you please give me solution for that.

byguthb
Автор

Can I use your method to generate offer letter etc in dotnet core api and angular which is fully customisable dynamic content

MTSightseeing
Автор

how to create in visual studio code ,
tamil la oru video podunga sir, modles &dbcontext&controllers example videos pls

qobphph
Автор

Can you show us an example where it will make pdf from a controller action view. Cause I try this it is not working perfectly. Somewhere some pages may missing. Any suggestion?

NakibAkash
Автор

Internal server error after deploying iis… how can i solve it??

nazmulhyder
Автор

can we use post request? because i want to get pdf if i pass some string and it will print that_string.pdf

GauravKumar-bkhh
Автор

hi Nihira, can we save the MVC view as pdf instead of creating HTML?

MichaelCapiliEla
Автор

can I change the font family throught the html content? I have been trying this but I cant.

vinisyx
Автор

Bro is the better way to create pdf docs from html? I search for lts solution...

yaki
Автор

when i try to aading bootstrap 5 its not working can u please help me

tlearner
Автор

if i have millions of users will saving to memory stream be ideal? My second question is, how can we add background image to the generated pdf file

gabrielnzete
Автор

Pdf is not completely generating, its half, is there any configuration, there are only 2 page rendering whereas there are 5-6 pages

amitkumarpant
Автор

Can we send any chinese text via html to sugg.

Afoxrer
Автор

Make angular video with datatable grid

PrabhuShaju
Автор

Why would ever you pay for a new MS Office package if still 2007 version gets your job done?

chamithhcompute