ADS971
Results
1
comments of
ADS971
Hello, I have the same problem with this pdf file: https://www.ipgp.fr/wp-content/uploads/2024/05/OVSG20240508_RessTecto_Guadeloupe.pdf My code: `$parser = new \Smalot\PdfParser\Parser(); // Parse pdf file using Parser library $pdf = $parser->parseFile($file); $metaData = $pdf->getDetails();...