From your question I understand that you don’t need jspdf
for live preview as you just need to display image of the resume created using html2canvas
.
Check the implementation here
jspdf
is only required when you need to download it as pdf then you can convert the image generated by html2canvas
to pdf using jspdf
Update
To hide the HTML elements and only show the canvas you can try something like this.
CLICK HERE to find out more related problems solutions.