PHP code example of tintran / pdf_exif
1. Go to this page and download the library: Download tintran/pdf_exif 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/ */
tintran / pdf_exif example snippets
$read = new PDFLibrary($file);
var_dump($read->get_pdf_all());
var_dump($read->get_pdf_title());
var_dump($read->get_pdf_author());