Extract PDF inline images

2015-07-06 Thread Andrea Asta
Hello, I'm trying to store the inline images from a PDF to a local folder, but can't find any valid example. I can only use the RecursiveParserWrapper to get all the available metadata, but not the binary image content. This is my code: RecursiveParserWrapper parser = new RecursiveParserWrapper(

RE: Extract PDF inline images

2015-07-06 Thread Allison, Timothy B.
Hi Andrea, The RecursiveParserWrapper, as you found, is only for extracted content and metadata. It was designed to cache metadata and content from embedded documents so that you can easily keep those two things together for each embedded document. To extract the raw bytes from embedded