❔ PDF generation library?
I'm looking for a way to generate PDF file in an ASP.NET application.
9 Replies
QuestPDF
QuestPDF | QuestPDF
Modern .NET library for PDF document generation
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.Thank you
I've used puppeteersharp succesfully in the past
Using QuestPDF, are you familiar with how I can place text in specific position?
For example I have three text elements.
1 should be placed with the following distance from document edges: top: 14px left: 14px,
2 top: 34px left: 14px
3 top: 64px left: 14px
If you need absolute positioning, probably use a canvas
Could always ask here: https://github.com/QuestPDF/QuestPDF/discussions
Didn’t know there was an mit license pdf generator
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.