Generating a pdf

I want to generate a pdf receipt in my design. What is a possible way of doing that.

Is it possible to generate a pdf without using HTML CSS??
If not how to do it with HTML CSS?

Thanks

Take a look at these links:

https://stackoverflow.com/questions/23681325/convert-canvas-to-pdf
http://rahulgaba.com/front-end/2016/07/14/generating-pdf-using-jspdf-and-html2canvas.html

1 Like

I think jsPDF would owrk fine for me but is there a way to insert the jsPDF library into playcanvas

I didn’t understand if it is a question, but if it is, you can put the js files at playcanvas repository and change the loading order to you library be loaded first and enable the “preload” attribute at the script
image