Allen

Results 2 comments of Allen

you can use as blow ``` $parser = new \Smalot\PdfParser\Parser(); $pdf = $parser->parseFile('./test.pdf'); $objects = $pdf->getObjects(); $html = ""; foreach ($objects as $key => $object) { if($object instanceof Smalot\PdfParser\XObject\Image ){...