hey
i want to remove all images from a pdf file.
i use zend to parse file into a Zend_Pdf object then what?
i know there is Zend_Pdf_Resource_Image which should hold each image in my pdf.
question is: how to access them and how to remove them?

BTW: i am doing this to minimize the size of my pdf file. any other thing related to this ( like a command line thing to remove image or a script ) is appreciated!
thx in advance