Add
PHP FPDF library Example to Add Shadow to Text Cell inside PDF Document
This extension contributes a shadow effect to the text contained in a cell. The ShadowCell() method has the same parameters as Cell(), plus the following ones: color : color of the shadow. Can be either a string (G for grey, B for black) or an… Read More »PHP FPDF library Example to Add Shadow to Text Cell inside PDF Document
PHP FPDF library Example to Add Files and Images Attachments inside PDF Document
This script allows to attach files to the PDF. The method to attach a file is as follows: Attach(string file [, string name [, string desc [, boolean isUTF8]]]) file: path to the file to be attached.name: the name under which the file will be… Read More »PHP FPDF library Example to Add Files and Images Attachments inside PDF Document
PHP FPDF library Example to Add HTML5 Form Fields inside PDF Document to Get User Input
Sample using a PHP array index.php
PHP FPDF library Example to Add Stylish Table Rows and Column in PDF Document.
This script extends the Row() function from the script Table with MultiCells. It provides borders, alignments, font styles and maxlines for table cells (to use this feature, you’ll need the script MultiCell with maxline). fancyrow.php index.php