PHP code example of jasonll / chinese_fpdi

1. Go to this page and download the library: Download jasonll/chinese_fpdi library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jasonll / chinese_fpdi example snippets


class_exists('TCPDF', true); // trigger Composers autoloader to load the TCPDF class
$pdf = new FPDI();