Requirements
Before starting, please make sure that you have already met the following prerequisites.
Get ComPDF License Key
ComPDF provides two types of license key: 30-day free trial license, and commercial license.
How to Get Free Trial License
Contact our sales team and we'll send you a 30-day free trial license for ComPDF Conversion SDK.
How to Get Commercial License
ComPDF Conversion SDK is a commercial SDK that requires a license for application release. Any documents, sample code, or source code distribution from the released package of ComPDF to any third party is prohibited.
Contact Sales
To get commercial license for ComPDF Conversion SDK, feel free to contact our sales team.
For PHP Conversion SDK, the commercial license must be bound to your developer device ID (How to find the developer device ID), and each license is only valid for one device ID in development mode.
Download Conversion SDK
Contact us to obtain the ComPDF PHP Conversion SDK.
System Requirements
| Development Platform | System Requirements | Development Environment | Notice |
|---|---|---|---|
| Linux | - Linux x86_64. | - Need PHP 7.4 or higher. - PHP 7.4+ (PHP 8.x recommended) with ext-ffi enabled. | Samples have been tested on Ubuntu 20.04 / WSL x86_64. Conversion scripts must be started with samples/compdfphp or samples/run.sh. |
PHP FFI must be enabled in php.ini:
extension=ffi
ffi.enable=trueVerify on Linux:
php -m | grep -i ffi