I have been struggling few days with PDF generation. I belive HTML to PDF might be the best way for my application. I have tried several methods in C#, JS, and some online APIs to no luck.
This is the template I'm trying to acheive
.
Could someone help me out, please?
Thanks
From C# run a command line like:
cpdf -add-text "300 SAR" -topleft 600 -font "Helvetica" -font-size 14 template.pdf -o step1.pdf
See: https://community.coherentpdf.com/