PDF2JPG-使用ImageMagick将PDF转换为JPG图像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PDF2JPG-使用ImageMagick将PDF转换为JPG图像相关的知识,希望对你有一定的参考价值。
#ImageMagick must be installed on server for this operation
/** * PDF2JPG script * with ImageMagick */ $pdf_file = './pdf/demo.pdf'; $save_to = './jpg/demo.jpg'; //make sure that apache has permissions to write in this folder! (common problem) //execute ImageMagick command 'convert' and convert PDF to JPG with applied settings if($return_var == 0) { //if exec successfuly converted pdf to jpg print "Conversion OK"; } else print "Conversion failed.<br />".$output;
以上是关于PDF2JPG-使用ImageMagick将PDF转换为JPG图像的主要内容,如果未能解决你的问题,请参考以下文章
使用 ImageMagick 将 pdf 转换为 png 时出错
使用 imagemagick 将剪切/裁剪标记添加到 pdf