I’m trying to extract the images from the attached pdf. But all I get is images that kinda looks like negatives or BW if I’m lucky… I’m basically running the same code as org.apache.pdfbox.ExtractImages. I think it might have something to with CMYK as I notices that the colorspace of the affected images is CMYK.
Any solution to solve this or some hints? Don’t know too much about the internals of a PDF nor ColorSpaces but if someone could direct me to some articles then perhaps I could figure out how to write a getRGBImage() method or something… Brgds, Peter Thygesen

