❔ ticket generator
Hey for a school project of mine I need to create a tool that lets people sign up for and event and needs to mail a pdf with a barcode to the person does anyone know of any library that could help with?
Preferable something that’s is free or as cheap as possible as this is going to a non profit company
7 Replies
Oh also this is for asp.net Mvg dotnet 6
Just use the idividual user accounts template, add an event entity in your db context, add some endpoints and views to register to events and use MailKit to send emails
For PDFs you can use https://www.questpdf.com/
QuestPDF | QuestPDF
Open-source modern .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API.
Font management | QuestPDF
Open-source modern .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API.
and this for barcodes
Alright thanks
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.