On 26/08/2013, at 8:07 PM, Antonio Nunes wrote:
> No, you shouldn't need to decompress it. Something like the following should
> get you the data:
Thanks Antonio, this worked great :)
--Graham
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.co
On 26 Aug 2013, at 10:49 AM, Graham Cox wrote:
> I'm working on a parser that needs to be able to extract graphics from PDF
> files. So far, I'm making good headway with the CGPDFxxx functions.
>
> I have a question about extracting embedded bitmap images. When I encounter
> an XObject stream w
On Aug 26, 2013, at 11:49 AM, Graham Cox wrote:
> I have a question about extracting embedded bitmap images. When I encounter
> an XObject stream with subType /Image, I get a bunch of parameters that looks
> pretty close to the parameters to CGImageCreate. However, the 'Filter'
> parameter ind
On 26 Aug, 2013, at 18:49 , Graham Cox wrote:
> I'm working on a parser that needs to be able to extract graphics from PDF
> files. So far, I'm making good headway with the CGPDFxxx functions.
>
> I have a question about extracting embedded bitmap images. When I encounter
> an XObject stream w
Hi,
I'm working on a parser that needs to be able to extract graphics from PDF
files. So far, I'm making good headway with the CGPDFxxx functions.
I have a question about extracting embedded bitmap images. When I encounter an
XObject stream with subType /Image, I get a bunch of parameters that