wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.6k stars 557 forks source link

is there a way to add custom fonts? #770

Open Dyachenko022 opened 1 year ago

Dyachenko022 commented 1 year ago

I am using this library to read pdfs generated by server. The generated pdfs are using arial.ttf font, which, as far as i know, is not added on android by default. My question is, can i add custom fonts within my app to render those pdfs properly?

mmaass commented 1 year ago

The server should embed all thee fonts used in the generated pdf. This way your app is not tightly coupled with the pdf generation of the server.