Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel Dompdf rendering broken font on different laravel server #1025

Open
mauljurassicia opened this issue Jan 16, 2024 · 1 comment
Open

Comments

@mauljurassicia
Copy link

I have working laravel server that implements pdf rendering using laravel dompdf. It has been working very well in current implementation. But when our teams decided to make testing environment by making another laravel instance on same server (same os and same php version and ext, or maybe atleast as my senior said), the font suddenly became broken. This is maybe not exactly a bug on laravel dompdf side, but can anyone face same issue here and maybe can give me a suggestion about what i can do.

@parallels999
Copy link

parallels999 commented Jan 17, 2024

**This is just a Dompdf wrapper!**
I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf
Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters etc that are not directly related to this package, should be reported there. When having doubts, please try to reproduce the issue with just dompdf. If it's also present there, do not open an issue here please.

This is just a Dompdf wrapper!
I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf
Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters/images/html etc that are not directly related to this package, should be reported there. When having doubts, please try to reproduce the issue with just dompdf. If it's also present there, do not open an issue here please.

Maybe folder permissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants