Hi guys,
So, I'm thinking some kind of server side processing facility is going to need to be implemented (maybe some web-integrated version of Distiller or something?) but what we need to do is this:
... from a website, be able to pass something a PDF, which could be a collection of vector and raster and sometimes quite complex, and for it to kick back out a greyscale version.
That is the requirement which sounds simple but after looking into it for a while it doesn't seem possible with any php pdf manipulation libraries we've found to simply "convert to greyscale" - we've found ways to do it with images (i.e. strip them out, run them through something like imagemagick and pop em back in but thats not ideal)...
So, how would you guys approach this? I know there are some talented souls on this forum
So, I'm thinking some kind of server side processing facility is going to need to be implemented (maybe some web-integrated version of Distiller or something?) but what we need to do is this:
... from a website, be able to pass something a PDF, which could be a collection of vector and raster and sometimes quite complex, and for it to kick back out a greyscale version.
That is the requirement which sounds simple but after looking into it for a while it doesn't seem possible with any php pdf manipulation libraries we've found to simply "convert to greyscale" - we've found ways to do it with images (i.e. strip them out, run them through something like imagemagick and pop em back in but thats not ideal)...
So, how would you guys approach this? I know there are some talented souls on this forum
