How to Generate PDF in C# (.NET) using PDFsharp

preview_player
Показать описание
Find the source code and more learning material on Patreon:

Learn C# programming language here:

Get started with Blazor:

Learn .NET API development:

Segments:
0:00 Introduction
1:13 Nuget and setup
5:06 Basic implementation
12:40 List and more
Рекомендации по теме
Комментарии
Автор

Finally a PdfSharp tutorial on Youtube, Thank you! Please more 😇

jabadu
Автор

Please consider making a companion video to this, how to read text using PDFSharp

JustUpWake
Автор

Arial works well, but the Korean font NanumGothic does not work.. Doesn’t Korean language support it?

assss
Автор

How can I enable writing in a language other than English?

shneorBachar
Автор

Hi! thanks for the tutorial. I have a question, I'm trying to implement the code and I am getting an ArgumentNullExeption on the GenericFontResolver stream variable. I have my own project name in it but I don't know why it is null. Why can this be happening?

miryammerchanleon
Автор

Thanks for the nice and helpful tutorial.

I had a question. Is there any way to insert an image as background image to the existing document page?

hugochavez
Автор

page-break-before : always; page-break-after : always; not supported in pdfsharp...plz tell me what should i do? I wanted to move the HTML certain code to new pdf page....

Unicorn-rjgo
Автор

can you also explain header, footer, different papersizes etc for PdfSharp ?

hintsoftware
Автор

Hi!
Is it possible to set superscript using PdfSharp library?

patwis
Автор

Hi @tauriuslitvinavicius. Thanks for this videao. I wanted to know how to display a pdf file on a bootstrap modal view using pdfsharp. Thanks!

abdouldia
Автор

Hi May I know whether I can print for my form as PDF?(including all the label, textbox, graph)

wolfel
Автор

HTML to pdf with the help of Razor to render stuff is the best

adelmourad
Автор

I think I have a decent idea of how to construct the PDf, the piece that I seem to be missing is how to trigger the pdf to be generated.

aaronsmith
Автор

Hello therte. Thanks a lot for the video it is really useful. I was wandering if you could know how to export blazor form component with images to pdf. I really appreciate if you could give any help

wellingtonm
Автор

Hi,

Are there any issues involved with using this to create and fill out a form, upon button press, create pdf and send as email?

Not-A-FatDad
Автор

First i want to thank you for this awesome tutorial.

I'm able to generate a blank pdf, but when it comes to use XFont is showing me the error "System.Drawing.Common is not supported on this platform."
I'm pretty shure i've done everything you are showing on this tutorial but the error is still there.
May you help me?
Any advice will be gratefully accepted.
Best regards





ps. I'm in a net5.0 project with blazor wasm

DrTkn
Автор

if you are giving a tutorial you should at least be willing to answer the question for help. many in this comment ask problems while running the program. you didn't answer anything. i even have the same problem. when it comes to XFont ie.(No appropriate font found for family name "Arial" . implement IFontResolver so on....) an other error is you cannot draw on a page that is not owned by pdfdocument object

DeepuMathewgoldeneye