为什么pdftoppm poppler-utils没有jpeg选项?

时间:2013-09-10 12:41:08

标签: jpeg poppler

在Ubuntu 10.04上,我安装了poppler-utils软件包,以便能够运行pdftoppm。

我的目标是将PDF转换为jpeg,但是我没有可用的选项/标志。我似乎唯一的光栅化器是PNG支持。

有人可以建议我如何获得jpeg支持吗?非常感谢。

(运行后请参阅下面的选项列表:pdftoppm --help):

pdftoppm version 0.12.4
Copyright 2005-2009 The Poppler Developers - http://poppler.freedesktop.org
Copyright 1996-2004 Glyph & Cog, LLC
Usage: pdftoppm [options] [PDF-file [PPM-file-prefix]]
  -f <int>            : first page to print
  -l <int>            : last page to print
  -r <fp>             : resolution, in DPI (default is 150)
  -rx <fp>            : X resolution, in DPI (default is 150)
  -ry <fp>            : Y resolution, in DPI (default is 150)
  -scale-to <int>     : scales each page to fit within scale-to*scale-to pixel box
  -scale-to-x <int>   : scales each page horizontally to fit in scale-to-x pixels
  -scale-to-y <int>   : scales each page vertically to fit in scale-to-y pixels
  -x <int>            : x-coordinate of the crop area top left corner
  -y <int>            : y-coordinate of the crop area top left corner
  -W <int>            : width of crop area in pixels (default is 0)
  -H <int>            : height of crop area in pixels (default is 0)
  -sz <int>           : size of crop square in pixels (sets W and H)
  -cropbox            : use the crop box rather than media box
  -mono               : generate a monochrome PBM file
  -gray               : generate a grayscale PGM file
  -png                : generate a PNG file
  -freetype <string>  : enable FreeType font rasterizer: yes, no
  -aa <string>        : enable font anti-aliasing: yes, no
  -aaVector <string>  : enable vector anti-aliasing: yes, no
  -opw <string>       : owner password (for encrypted files)
  -upw <string>       : user password (for encrypted files)
  -q                  : don't print any messages or errors
  -v                  : print copyright and version info
  -h                  : print usage information
  -help               : print usage information
  --help              : print usage information
  -?                  : print usage information

2 个答案:

答案 0 :(得分:5)

根据this page,应该可以使用选项-jpeg生成jpeg图像作为结果。 如果你不能,你应该得到一个更新的版本,如果你被允许的话。

如果不是唯一的解决方案是之后转换它。 但无论如何,如果您感觉JPEG转换速度太慢,我建议您使用libjpeg-turbo。如果替换标准的libjpeg库,至少应该提升因子2的性能。

答案 1 :(得分:0)

似乎旧版本的pdftoppm不提供将PDF导出为JPEG图像的功能。只有较新的版本才支持,我正在使用0.82.0版。我可以确认该版本支持将PDF导出为JPEG或TIFF图像。