Top "Fpdf" questions

A PHP class which allows developers to generate PDF files with pure PHP instead of the PDFlib library.

FPDF utf-8 encoding (HOW-TO)

Does anybody know how to set the encoding in FPDF package to utf-8? Or at least to ISO-8859-7 (Greek) …

unicode utf-8 character-encoding fpdf
Inserting line breaks into PDF

I'm generating some PDF file on the fly using PHP. My problem is I need to insert line breaks in …

php pdf fpdf carriage-return
FPDF error: Some data has already been output, can't send PDF

I am using the fpdf library for my project, and I'm using this to extend one of the drupal module. …

php drupal fpdf
Inserting an image with PHP and FPDF

I'm trying to insert an image but do not want to specify the x and y coordinates. Is that possible? $…

php fpdf
Make text wrap in a cell with FPDF?

Right now when I use a cell with text, it all stays on one line. I know I could use …

php pdf fpdf
Setting paper size in FPDF

i want to seting paper size in fpdf to a half of letter size, it's approximately 8.5x5.5 inc. How can …

php fpdf
fpdf Output('filename.pdf','F'); downloading file on browser instead of saving it on the server

When running code the file is the pdf file is getting saved in the browser instead of it getting saved …

fpdf
Saving file into a prespecified directory using FPDF

I want to save the PDF file into a user specified directory. I am using FPDF. And the code is …

php pdf fpdf
Special Characters in FPDF with PHP

I have a web form that users can fill out and that content fills up a PDF with FPDF and …

php character fpdf
Email PDF Attachment with PHP Using FPDF

I want to email a PDF as an attachment that was created using FPDF. My code looks like this, but …

php pdf attachment fpdf