Reputation: 6085
I need to draw a monochrome PDF in an iOS app, but replacing the color in the PDF with another color, and applying an opacity value. I'd like to show the result in a UIImageView or UIView.
I can draw the PDF using Quartz functions, but it is drawn black (the color of the original PDF). What would be the best way to do this?
Upvotes: 1
Views: 352
Reputation: 6085
I was able to accomplish this in the following way:
Upvotes: 1
Reputation: 1828
It is not possible to implement this using the standard iOS PDF APIs.
Upvotes: 0