In my Cocoa application, I need to create a PDF file containing gradients with transparency. PDF 1.4 is currently available for Cocoa applications for printing or exporting to PDF.
But this version has some limitations, for example, I can not create gradients with transparency.
Is it possible to switch the default PDF rendering engine or somehow create a PDF file with gradients that contain transparency?
source
share