Hi, I need to delete specific images from PDF file which has metadata associated with it.
I tried couple of options specified in this mailing list without success. I was able to remove all images using : page.setResources(new PDResources()); But i need to delete only specific images which has metadata associated with it. Any pointers on this would be appreciated. Thanks, Swapnil

