Remove / Delete all images from a PDF using Ghostscript or ImageMagick
问题 I want to delete / remove all the images in a PDF leaving only the text / font in the PDF with whatever command Line tool possible. I tried using -dGraphicsAlphaBits=1 in a Ghostscript command but the images are present but like a big pixel. 回答1: No, AFAIK, it's not possible to remove all images in a PDF with a commandline tool. What's the purpose of your request anyway? Save on filesize? Remove information contained in images? Or ...? Workaround Whatever you aim at, here is a command that