What is the most efficient technique to convert PDFs to images on Linux command line?

扶醉桌前 提交于 2019-12-11 10:48:35

问题


I have a PDF page of n pages as input. On every m-th page, there is a area which I want to crop and save as an image.

Concrete example:

  • 500 page PDF
  • on every 10th page, I want to crop the area from point (10,10) to (110,110) and save it as a single image

I think the best solution would be a tool which could do this with just one command line call, so that there is no need for programming with iterations / passing outputs as inputs to other calls. Unfortunately, I haven't found such a tool. Any idea?

Needs to run on Linux.

来源:https://stackoverflow.com/questions/24699773/what-is-the-most-efficient-technique-to-convert-pdfs-to-images-on-linux-command

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!