A PHP class which allows developers to generate PDF files with pure PHP instead of the PDFlib library.
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 fpdfI'm generating some PDF file on the fly using PHP. My problem is I need to insert line breaks in …
php pdf fpdf carriage-returnI am using the fpdf library for my project, and I'm using this to extend one of the drupal module. …
php drupal fpdfI'm trying to insert an image but do not want to specify the x and y coordinates. Is that possible? $…
php fpdfRight now when I use a cell with text, it all stays on one line. I know I could use …
php pdf fpdfi want to seting paper size in fpdf to a half of letter size, it's approximately 8.5x5.5 inc. How can …
php fpdfWhen running code the file is the pdf file is getting saved in the browser instead of it getting saved …
fpdfI want to save the PDF file into a user specified directory. I am using FPDF. And the code is …
php pdf fpdfI have a web form that users can fill out and that content fills up a PDF with FPDF and …
php character fpdfI want to email a PDF as an attachment that was created using FPDF. My code looks like this, but …
php pdf attachment fpdf