sphilee / jsPDF-CustomFonts-support

This repo is being deprecated. Please check out https://github.com/MrRio/jsPDF
https://github.com/MrRio/jsPDF
MIT License
183 stars 77 forks source link

custom fonts with html #40

Open aminify opened 6 years ago

aminify commented 6 years ago

how can we use custom fonts while creating pdf from html I see the current way of converting html to pdf with jspdf is based on converting a canvas created by html2canvas to the pdf. but how can custom fonts be used in that scenario?