I have working code that will draw a page of a PDF. Now I would like to exclude a bitmapped image that appears on that page (but continue to draw the formatted text).
I understand that I can use a CGPDFScanner to scan the contents of the PDF. Is there a way to write those contents into a new PDF, but skip any bitmapped images? Or is there some other way?
PDF support on the iPhone seems quite limited. Unfortunately, I need to do this processing on the device as the app is downloading the PDF from some other source and I cannot ship a modified version of the PDF with the app.