I'm trying to build a pdf page using jspdf, manually not from the html, I'm not able to get bullet points in the pdf page, I need the bullet before the text rendered like this doc.text('/bulletpoint/'+data,60,60);
I've tried "u2022" for the bullet it doesn't work.
Try this:
doc.text('\u2022 ' + your text here);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With