I\'m trying to create a simple pdf doc using javascript. I found jsPDF but I don\'t figure out how to center text. Is it possible?
WootWoot, just in case you need more layout options, you could also take a look at my pdfmake library
It supports:
It works on client-side (pure JS) or server-side (an npm module)
Take a look at the playground to see what's possible
Good luck