sorl-缩略图多页pdf
可以使用 sorl 对多页 pdf 进行缩略图吗?我知道您需要使用 ImageMagick 后端才能使用 pdf。但我对多页 pdf 没有成功。查看源代码,我认为这是因为转换命令在看到多页pdf(例如 foo.pdf)时创建了一个名为 foo-1.jpg foo-2.jpg 等的集合...并且我不认为 sorl 期望查看 1 个文件的此类输出。有办法做到这一点/解决方法/补丁吗?
It is possible to use sorl to thumbnail multi-page pdfs? I know you need to use the ImageMagick back end to use pdfs at all. But I am having no success with multi-page pdfs. Looking at the source I think it is because the convert command when it sees multi-page pdfs such as foo.pdf creates a set named foo-1.jpg foo-2.jpg etc... and I don't think sorl expects to see this type of output from 1 file. Is there a way to do this/workaround/patch?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我需要自己解决这个问题,并进行了调整,修改了转换调用。
请在此处查看我的补丁:
https://github.com/jamting/sorl-thumbnail/commit/6a4d705db3529640a9e193044b615f24ff96eef4
HTH!
I needed to solve this myself and made an adjustment which modifies the call to convert.
See my patch here:
https://github.com/jamting/sorl-thumbnail/commit/6a4d705db3529640a9e193044b615f24ff96eef4
HTH!