I see a way to reduce the pdf size which i generate with quartz i am CGContextDrawImage in a CGPDFContext Pulling the picture with me I'm afraid the images have been saved as bitmaps and are not JPEG. Is there a way to control it while writing a PDF?
I also tried to downscaling the image before writing on the PDF context, but I ended up with a large file (though the page size in pixels is small).
Thank you!
There is a public API for setting the image compression settings of CGPDFContext is not.
Comments
Post a Comment