Open MajedSardar64 opened 9 months ago
Please provide a test PDF and further information about your setup (PHP version, PDFParser version, ...)
test pdf-1: pngimage.pdf
PHP version: 7.4 or 8.0 + PDFParser version: v2.9.0 (Latest)
And sometimes the jpg/jpeg image is not.
code:- $parser = new \Smalot\PdfParser\Parser(); $pdf = $parser->parseFile($file); $images = $pdf->getObjectsByType('XObject', 'Image'); foreach( $images as $image ) { echo '';
Will the application bug be fixed? K00ni boss
Will the application bug be fixed?
When someone takes the time to work on it, yes. But I can't at the moment.
Is it solved now?
Not to my knowledge.
I try to extract all XObject (images) from the test pdf PNG Images not work.