On Mon, 19 Nov 2018 15:49:37 +0100, Istvan Gabor wrote:
Hello:
I have a normal pdf file (with text and embedded fonts) that I would like to convert to a pdf file which has all the pages as embedded images. In other words I want to imitate the process of printing the pdf out to paper sheets and then scanning the printed pages to a pdf file.
I guess this should be doable using the command line, but which program? ghostscipt or imagemagick etc, and how to do it exactly?
I found a solution, imagemagick's convert command can be used to rasterize pdf files: convert -density 300 input.pdf output.pdf Other solutions are welcome! Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org