If the title doesn't explain well enough I will detail here: I have a PDF file created with an android app. It allows you to attach files to a pdf. This is a standard feature provided by Adobe. There are libraries out there to do almost anything with a PDF file using PHP. Many even support adding these attachments. I need to extract and save the image(.jpg) embedded inside the PDF to the server. Saving the PDF file isn't really my concern. Just figuring out how to touch the files inside the PDF.
Any help is awesome and I can provide an example PDF if requested. Email me at AriderM@gmail.com Thanks!
EDIT:
I'm looking to gain access to these files in PHP.
http://blogs.adobe.com/insidepdf/2010/11/pdf-file-attachments.html
EDIT: I do mean attached to the file, similiar as an email functions where It's there, but not embedded.