How to convert PDF files to images

前端 未结 12 527
庸人自扰
庸人自扰 2020-11-27 14:46

I need to convert PDF files to images. If the PDF file is multi-page,I just need one image that contains all of the PDF pages.

Is there an open sou

12条回答
  •  一生所求
    2020-11-27 15:14

    Apache PDFBox also works great for me.

    Usage with the command line tool:

    javar -jar pdfbox-app-2.0.19.jar PDFToImage -quality 1.0  -dpi 150 -prefix out_dir/page -format png
    

提交回复
热议问题