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

Not printing text #212

Closed
marvoh opened this issue Apr 4, 2016 · 1 comment
Closed

Not printing text #212

marvoh opened this issue Apr 4, 2016 · 1 comment

Comments

@marvoh
Copy link

marvoh commented Apr 4, 2016

I've used the php example as on the website and while it handles checkboxes well, it draws all rectangles for textboxes but no text is being printed in them.

I have tried multiple printing fuctions like:

$pdf->MultiCell($w, intval($h), $v, true);

$pdf->Write(intval($h),$v);

$pdf->Cell($w, intval($h), $v, true);
@cchantep
Copy link
Owner

cchantep commented Apr 4, 2016

Hi,

PHP examples are provided as-is. Many error can occurs with the PHP/PDF lib. I suggest you check that.

Best regards.

@cchantep cchantep closed this as completed Apr 4, 2016
Repository owner locked and limited conversation to collaborators Apr 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants