top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is FPDF?

0 votes
298 views
What is FPDF?
posted Jun 27, 2014 by Amanpreet Kaur

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

0 votes

FPDF is a class to generate PDF files with straight PHP, that is to say without using the PDFlib library.
Here is a list of version 1.5 main features:

  • Choice of measure unit, page format and margins
  • Page header and footer management
  • Automatic page break
  • Automatic line break and text justification
  • Image support (JPEG and PNG)
  • Colors
  • Links
  • TrueType and encoding support (Central European, Cyrillic and Greek)
  • Page compression
answer Jun 28, 2014 by Vrije Mani Upadhyay
0 votes

FPDF is a PHP class. It enables you to create PDF documents
The class is pretty simple to use and can be downloaded from www.fpdf.org

There are manuals and more information available there on exactly how to use it.

The great thing about it is that there are lots of functions that are available to you out the box. This means that you don't need to understand how the functions work and what goes on behind the scenes, you just need to learn how to use the functions.

answer Jun 30, 2014 by Rahul Mahajan
...