BochinDiaz28

Results 3 comments of BochinDiaz28

image is FlateDecode?? no save

require '../composer/vendor/autoload.php'; use Smalot\PdfParser\Parser; use Smalot\PdfParser\XObject\Image; $parser = new Parser(); $pdf = $parser->parseFile('mipdf.pdf'); $i = 0; $xobjects = $pdf->getObjectsByType('XObject'); foreach ($xobjects as $xobject) { if ($xobject instanceof Image) { $content...

Okay! when I extract the images from a pdf, there are several that are not detected. Because they are inflated or encrypted, according to what I read I must pass...