I've got a pdf figure with millions of semi-transparent points that I made in R. I want to flatten it to reduce filesize and then export it back out as a PDF (as a vector still, not a bitmap).
If there is a command line option, I can run it from within R using a system()
call. Is there a way to do this?