This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
imagemagick [2021/02/10 21:46] 127.0.0.1 external edit |
imagemagick [2023/03/08 16:09] (current) xujianglong ↷ Page moved from 内部资料:imagemagick to imagemagick |
||
---|---|---|---|
Line 5: | Line 5: | ||
</ | </ | ||
+ | |||
+ | ===== 图片转pdf ===== | ||
+ | |||
+ | <code bash> | ||
+ | convert *.jpg result.pdf | ||
+ | </ | ||
+ | |||
+ | 可能存在的错误信息: | ||
+ | |||
+ | 1. attempt to perform an operation not allowed by the security policy `PDF' | ||
+ | |||
+ | 解决办法: | ||
+ | <code bash> | ||
+ | sudo vim / | ||
+ | # 将< | ||
+ | </ | ||
+ | |||
+ | 2. cache resources exhausted | ||
+ | |||
+ | 解决办法: | ||
+ | <code bash> | ||
+ | sudo vim / | ||
+ | # 将< | ||
+ | </ |