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

Your PHP example code is wrong #210

Closed
cherbert opened this issue Mar 2, 2016 · 1 comment
Closed

Your PHP example code is wrong #210

cherbert opened this issue Mar 2, 2016 · 1 comment

Comments

@cherbert
Copy link

cherbert commented Mar 2, 2016

Your PHP example code is wrong because you are not setting a font so it breaks with a division by zero error.

Add this..

$pdf->SetFont('Helvetica','B',10);

@cchantep
Copy link
Owner

cchantep commented Mar 3, 2016

The default font should be used in such case.

@cchantep cchantep closed this as completed Mar 3, 2016
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