generate functionSat, 17 Dec 2022

get first page preview, number of pages and more details of pdf file

<?php require_once "vendor/autoload.php"; use Spatie\PdfToImage\Pdf; $pdf = new Pdf('test.pdf'); $pdf->saveImage('page-images');

Want to kickstart your project?Use the new AI Studio to create your code