-
Notifications
You must be signed in to change notification settings - Fork 64
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
Getting stuck in while loop #148
Comments
Thank you for your effort on the example code |
ole1986
added a commit
that referenced
this issue
Apr 12, 2023
ole1986
added a commit
that referenced
this issue
Apr 20, 2023
ole1986
added a commit
that referenced
this issue
Apr 20, 2023
This was fixed in pull request #177 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are still a problem where the code gets stuck in a never ending loop in the current version. Probably related to the text length and column width. When using the eztable function the code can get stuck in a loop. I narrowed it down to the ezText function getting run with the following parameters:
Which make this line never return an empty string. So the while loop continues forever.
pdf-php/src/Cezpdf.php
Line 1985 in f957e49
Can be reproduced with this code:
The text was updated successfully, but these errors were encountered: