wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.24k stars 877 forks source link

Slavic characters #1603

Closed markoboras0712 closed 12 months ago

markoboras0712 commented 1 year ago

Before you start - checklist

Description

I can't render with any font (my font imported, from cdn imported and your default fonts as Courier, Helvetica) characters: čćđšž

Steps to reproduce

image

I get in my pdf

image

Expected behavior

I got in render čćđšž

Actual behavior

I get šž

Additional information

No response

Environment

wojtekmaj commented 12 months ago

It looks like you confused React-PDF with @react-pdf/renderer. Please file an issue in their repo instead.

markoboras0712 commented 11 months ago

Thanks. Both repos have same name but different author... 😄