wonday / react-native-pdf

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

is there a way to add custom fonts? #770

Open Dyachenko022 opened 10 months ago

Dyachenko022 commented 10 months 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 9 months 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.