diegomura / react-pdf

📄 Create PDF files using React
https://react-pdf.org
MIT License
14.37k stars 1.13k forks source link

React Pdf is not show in pdf Data in PDF Viewer #2772

Open Ayush2014Kira opened 3 weeks ago

Ayush2014Kira commented 3 weeks ago
Screenshot 2024-06-03 at 2 21 28 PM

PDF is genrated but data is not show in the PDf How to this issue fix in react-pdf my package.js is this package.json please give me appropriate solutions .

nikischin commented 3 weeks ago

This happend to me a few times when I provided certain page dimensions which were invalid. But reasons could be a lot and with this little information provided only guessed.

Ayush2014Kira commented 1 week ago

Thank you for bringing this issue to our attention. After investigating the problem, I discovered that the root cause is related to the custom font being used. Specifically, you're using the "Demark" font instead of Google fonts, which is leading to the issue you're facing.

nikischin commented 1 week ago

2675 should provide some information about possible workarounds.