1
This commit is contained in:
@@ -14,10 +14,12 @@
|
||||
* @abstract TCPDF - Example: PDF/A-1b mode
|
||||
* @author Nicola Asuni
|
||||
* @since 2021-03-26
|
||||
* @group A-1b
|
||||
* @group pdf
|
||||
*/
|
||||
|
||||
// Load the autoloader, move one folder back from examples
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
// Include the main TCPDF library (search for installation path).
|
||||
require_once('tcpdf_include.php');
|
||||
|
||||
// create new PDF document
|
||||
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false, true);
|
||||
|
||||
Reference in New Issue
Block a user