PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

How do I output text to a PDF with FPDF?


This can be done in a variety of ways. The three functions you will want to learn how to use to do this are cell(), multicell() and also write().

The manual pages for these three functions can be found here:

http://www.fpdf.org/en/doc/write.htm
http://www.fpdf.org/en/doc/cell.htm
http://www.fpdf.org/en/doc/multicell.htm

Comment on this Question and Answer >>>

ASK A QUESTION

More FPDF PHP Questions

What is FPDF?

How do I add a new font to my PDF with FPDF?

How do I embed a font in FPDF?

How do I set and change the font in FPDF?

How do I add a line break to my PDF in FPDF?



Custom Search