Line 114:
Line 114:
==Library for PDF manipulation==
==Library for PDF manipulation==
−
The library used to create PDF documents in PHP is called TCPDF and can be found in htdocs/includes/tcpdf/tcpdf.class.php (or htdocs/includes/tecnickcom/tcpdf/tcpdf.class.php). This class contains the methods used to generate different parts of documents.
+
The library used to create PDF documents in PHP is called TCPDF and can be found in htdocs/includes/tecnickcom/tcpdf/tcpdf.class.php. This class contains the methods used to generate different parts of documents.
−
Templates instantiate the FPDF class and use its methods combined with the specific data of the invoice, order etc.
+
Templates instantiate the TCPDF class and use its methods combined with the specific data of the invoice, order etc.
We can generally find the following calls into templates that generate PDF documents:
We can generally find the following calls into templates that generate PDF documents: