-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Updating to PHP 7.3 issues some Warnings #175
Comments
would you please check again with the latest version? |
Just updated to The image deletion problem is also still present, same as before, when using a custom font-family. Edit: I just noticed that the image deletion now happens always, and not just with custom font-family, so it's worse than before :/ |
I have just pushed the 6.3.4 version that should solve the image issue. |
Thanks! I removed the |
I had the same error |
I just tried to update my site to PHP 7.3 using the latest TCPDF version (6.3.2).
When I try to create a PDF, I get a lot of Warnings (some of them more than once)
Is this something I am doing wrong or are there still some issues with PHP 7.3?
All errors occur when I call the method
$tcpdf->GetStringWidth()
.Also I noticed, when using a non-default font, TCPDF deletes all images that have been used in
$tcpdf->Image()
.I had this line in the PDF:
$pdf->SetFont('freesans', '', 8);
. After removing it, the images were not deleted anymore.Thank you for your help!
The text was updated successfully, but these errors were encountered: