Changes

Jump to navigation Jump to search
no edit summary
Line 30: Line 30:     
== Library for PDF manipulation ==
 
== Library for PDF manipulation ==
The library used to create PDF documents in PHP language is called FPDF and can be found into htdocs/includes/fpdf/fpdf/fpdf.class.php. It's also in this class you can find all different methods used to generate different parts of documents.
+
The library used to create PDF documents in PHP language is called FPDF and can be found into htdocs/includes/tcpdf/tcpdf.class.php. It's also in this class you can find all different methods used to generate different parts of documents.
    
Templates instantiate this class FPDF and used its method, combined with data of invoice, order, or other kind of data.
 
Templates instantiate this class FPDF and used its method, combined with data of invoice, order, or other kind of data.

Navigation menu