PHP code example of blaater6 / wkhtmltopdf-aarch64
1. Go to this page and download the library: Download blaater6/wkhtmltopdf-aarch64 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/ */
blaater6 / wkhtmltopdf-aarch64 example snippets
php
$path = \blaater6\WKHTMLToPDF\WKHTMLToPDF::PATH;
php
$realpath = realpath(\blaater6\WKHTMLToPDF\WKHTMLToPDF::PATH);