The easiest way to get both text and images from a PDF in PHP?
I want to IMAGE both text and images of a PDF file using PHP. All libraries seem to be reading, and most other solutions either generate text, only create images, or are command line based. I am looking for a complete solution in PHP. Is it possible?
At the moment I am also open to other suggestions, for example, maybe there is a site with an API that you can send a file to? Or maybe someone can give instructions on a modern solution using the OpenOffice command line tool, which is even possible?
+3
source to share