PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Requirements:
Programming Environment: PHP Version 7.0 and higher.
Dependencies: Composer.
Installation:
You can install the library via Composer. Run the following command:
composer require compdfkit/compdfkit-api-phpAlternatively, you can add "compdfkit/compdfkit-api-php": "^1.3.2" to your composer.json file and then run.
composer updateIf you are not using a PHP framework with autoload feature,to use the library, use Composer's autoload:
require_once('vendor/autoload.php');