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

pdf problem #425

Open
ParmaU opened this issue Apr 19, 2024 · 4 comments
Open

pdf problem #425

ParmaU opened this issue Apr 19, 2024 · 4 comments

Comments

@ParmaU
Copy link

ParmaU commented Apr 19, 2024

HI
I updated the system to the latest version 16.3.1
when creating the PDFs I noticed that something isn't working, it doesn't seem to wrap to a new line
Screenshot 2024-04-19 110607

@Nguyenhphuc
Copy link

I also have the same problem, I'm from Vietnam, and when exporting to PDF, there is a font error.
Capture
Capture1

@drajar
Copy link

drajar commented Jun 1, 2024

I have the same problem.

I solve this issue by modifying line:
https://github.com/tecnickcom/tcexam/blob/adfbc1ec255f4ad0d443f7464b11ed3d95a21e32/shared/tcpdf/tcpdf.php#L17302C97-L17302C101

public function writeHTMLCell($w, $h, $x, $y, $html='', $border=0, $ln=0, $fill=false, $reseth=true, $align='', $autopadding=true)

in

public function writeHTMLCell($w, $h, $x, $y, $html='', $border=0, $ln=0, $fill=false, $reseth=false, $align='', $autopadding=true)

@Nguyenhphuc
Copy link

thanks so much! i will try...

@ParmaU
Copy link
Author

ParmaU commented Jun 3, 2024

hello thanks for the information, but in my case the problem remains
even making the recommended change does not improve the situation and the problem remains

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

3 participants