You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Can anyone say how to add custom font with @react-pdf/pdfkit in react.js?
I tried to use doc.registerFont(path, font_family)
But its showing an error like Unhandled Rejection (Error): fontkit.openSync unavailable for browser build
Can anyone help me? I dont want to render the pdf. Instead I am trying to create and download it. So I cant use react-pdf/renderer. Thats why I used react-pdf/pdfkit
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, Can anyone say how to add custom font with
@react-pdf/pdfkit
in react.js?I tried to use
doc.registerFont(path, font_family)
But its showing an error like
Unhandled Rejection (Error): fontkit.openSync unavailable for browser build
Can anyone help me? I dont want to render the pdf. Instead I am trying to create and download it. So I cant use
react-pdf/renderer
. Thats why I usedreact-pdf/pdfkit
Beta Was this translation helpful? Give feedback.
All reactions