barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.66k stars 966 forks source link

Dompdf output not proper in iphonex version 16 #936

Open NamrataMaha opened 1 year ago

NamrataMaha commented 1 year ago

In my project I am using barryvdh/dompdf version V0.9.0 for generating invoice pdf . All devices showing correct output except iPhonex version 16. Means in iphonex it's adding garbage character for eg. N is replace by I , extra dot added at bottom of I. Please find the attached image Please help me to resolved this issue.

IMG_20221126_220408

jose123v commented 1 year ago

First current version is 2.x, old versions has no support Second, this is not barryvdh/dompdf, this is barryvdh/laravel-dompdf this is only a wrapper for laravel, the real library is not here, dompdf/dompdf is the real package, you are lost

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any issues with PDF rendering itself that are not directly related to this package, should be reported on https://github.com/dompdf/dompdf instead. When having doubts, please try to reproduce the issue with just dompdf. If you believe this is an actual issue with the latest version of laravel-dompdf, please reply to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.