0

当我将 pdf 转换为 jpg 时,我总是得到一个空的 jpg 文件。如何避免?

这是我的查询:

convert some.pdf -resize 800x600 -background white -gravity center -extent 800x600 -fill white xc:white -unsharp 0x1 some.jpg

感谢帮助!

4

1 回答 1

0

尝试这个:

convert some.pdf -resize 800x600 -background white -gravity center -extent 800x600 -unsharp 0x1 some.jpg
于 2012-12-05T18:59:47.123 回答