我似乎错过了一些东西,因为我不能拉PDF封面或缩略图,尽管满足所有的要求(同样的代码似乎是我自己的其他网站上工作)。
我错过了什么?
我已经运行了PDF缩略图支持测试,它显示我有所有需要的PHP扩展。当我上传一个杂志的PDF文件,无论是与ACF或直接在媒体上传文件夹,我不能检索包含缩略图的大小数组。
//First I try to get the attachemnt id - either by hardcoding it or retrieving it from somewhere
$attachment_id = get_field('file_test','options');
//then I use wp function that returns sizes if the file is an image
$attachment_meta = wp_prepare_attachment_for_js($attachment_id);
字符串
$attachment_Meta在某些站点上不返回数组键“大小”。
网站运行于WP 6.3.2
Imagick 3.7.0
Ghostscript 9.53.3
PHP 8.1.21
1条答案
按热度按时间zpqajqem1#
找到解决方案- ImageMagick阻止PDF缩略图生成。在文件夹/etc/ImageMagick-6中,我找到policy.xml并替换
字符串
与
型