Please, any ideas on how to extract image from pdf in php?
|
|
Take a look at pdfimages. Here is the description from the page:
|
||
|
|
|
|
If you have an existing PDF File I guess it's pretty impossible to extract an image from there using PHP, maybe you'll have better luck with C: you need to disassemble the binary file, decode/decompress/decompile it and find where the image is stored, then copy it. It's easier if you just copy'n'paste it. |
||
|
|
I believe you can use imagemagic as well. You can send it command line arguments and snap a picture given the coordinates you can provide. You will need to install some rpms etc. |
||
|
|
