用php + Imagick获取缩略图pdf

时间:2015-09-01 06:57:50

标签: php pdf imagick

<?php 
    $dir_pdf = "http://example.com/test/uploads/test_file.pdf";
    $dir_thumbnail = "http://example.com/test/uploads/test_file.jpg"
    $im = new Imagick();
    $im->readImage($dir_pdf);
    header("Content-Type: image/" . $im->getImageFormat());
    echo $im;
?>

在文件夹&#34;上传&#34;我有一个 pdf文件
我的服务器安装了Imagick&amp; Ghostscript
为什么这段代码不能运行:) 谢谢 。

1 个答案:

答案 0 :(得分:0)

Sub ActiveChartShowHide()


With Sheets("Sheet4").ChartObjects("Chart 4")
.Visible = Not .Visible
End With


End Sub

这是我的代码:)
我把test_file.pdf放在文件夹上传中 它工作^^!