Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Add the QuestPDF package to your project.

dotnet add package QuestPDF

The data.csv should have the first two columns named: name and joining_date. (This might get fixed in the future :D But for now, it's compulsory that you do it this way.)

After creating your PDFs, build and run the project from the root of your project

dotnet build && dotnet run
# 'dotnet run' also builds the project before running.

⚠️ Make sure that you write the following statement in your main.cs if you're using the free version of the QuestPDF.

QuestPDF.Settings.License = LicenseType.Community;

About

pdf letter generator for a given input csv

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages