Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/algorithm/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
pdftoppm无法创建输出_Pdf_Ocr_Pdftoppm - Fatal编程技术网

pdftoppm无法创建输出

pdftoppm无法创建输出,pdf,ocr,pdftoppm,Pdf,Ocr,Pdftoppm,我在命令提示符下运行pdftoppm,但它无法创建任何输出 这是我的意见 c:\test>pdftoppm -r 600 png W10475.pdf test 以下是我在关联的“test”目录中拥有的文件 c:\test>dir Volume in drive C is OS Volume Serial Number is 32C5-D3A1 Directory of c:\test 10/11/2017 03:36 PM <DIR>

我在命令提示符下运行pdftoppm,但它无法创建任何输出

这是我的意见

c:\test>pdftoppm -r 600 png W10475.pdf test
以下是我在关联的“test”目录中拥有的文件

c:\test>dir
 Volume in drive C is OS
 Volume Serial Number is 32C5-D3A1

 Directory of c:\test

10/11/2017  03:36 PM    <DIR>          .
10/11/2017  03:36 PM    <DIR>          ..
10/06/2017  10:00 PM            42,552 convert.exe
10/06/2017  10:00 PM            42,552 magick.exe
08/08/2017  04:22 PM         1,179,648 pdfinfo.exe
08/08/2017  04:22 PM         1,988,096 pdftoppm.exe
08/08/2017  04:22 PM         1,239,040 pdftotext.exe
06/02/2017  12:24 PM           805,964 tesseract.exe
10/09/2017  02:36 PM         5,076,873 W10475.pdf
10/09/2017  02:37 PM         6,376,241 W10926.pdf
10/09/2017  02:37 PM         7,272,812 W11240.pdf
10/09/2017  02:37 PM        11,403,203 W11285.pdf
10/09/2017  02:37 PM         4,576,258 W11292.pdf
10/09/2017  02:37 PM         5,819,421 W11335.pdf
              12 File(s)     45,822,660 bytes
           2 Dir(s)  53,296,689,152 bytes free
c:\test>dir
驱动器C中的卷是OS
卷序列号为32C5-D3A1
c:\test目录
2017年11月10日下午3:36。
2017年11月10日下午3:36。。
2017年6月10日晚上10:00 42552 convert.exe
2017年6月10日晚上10:00 42552 magick.exe
2017年8月8日04:22 PM 1179648 pdfinfo.exe
2017年8月8日04:22 PM 1988096 pdftoppm.exe
2017年8月8日04:22下午1239040 pdftotext.exe
2017年02月06日12:24 PM 805964 tesseract.exe
2017年9月10日02:36下午5076873 W10475.pdf
2017年9月10日02:37下午6376241 W10926.pdf
2017年9月10日02:37下午7272812 W11240.pdf
2017年9月10日02:37下午11403203 W11285.pdf
2017年9月10日02:37下午4576258 W11292.pdf
2017年9月10日02:37下午5819421 W11335.pdf
12个文件45822660字节
2个目录53296689152个可用字节
这是我命令的输出

pdftoppm version 4.00
Copyright 1996-2017 Glyph & Cog, LLC
Usage: pdftoppm [options] <PDF-file> <PPM-root>
  -f <int>          : first page to print
  -l <int>          : last page to print
  -r <number>       : resolution, in DPI (default is 150)
  -mono             : generate a monochrome PBM file
  -gray             : generate a grayscale PGM 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
  -cfg <string>     : configuration file to use in place of .xpdfrc
  -v                : print copyright and version info
  -h                : print usage information
  -help             : print usage information
  --help            : print usage information
  -?                : print usage information
pdftoppm版本4.00
版权所有1996-2017 Glyph&Cog有限责任公司
用法:pdftoppm[选项]
-f:要打印的第一页
-l:要打印的最后一页
-r:分辨率,以DPI为单位(默认值为150)
-mono:生成单色PBM文件
-灰色:生成灰度PGM文件
-freetype:启用freetype字体光栅化器:是,否
-aa:启用字体抗锯齿:是,否
-aaVector:启用矢量抗锯齿:是,否
-opw:所有者密码(用于加密文件)
-upw:用户密码(用于加密文件)
-问:不要打印任何消息或错误
-cfg:用于替代.xpdfrc的配置文件
-v:打印版权和版本信息
-h:打印使用信息
-帮助:打印使用信息
--帮助:打印使用信息
-?                : 打印使用信息

没有抛出错误消息,也没有写入c:\test文件夹的文件。我以为pdftoppm.exe会写入调用它的文件夹。是我弄错了,还是根本没有输出被写入?如果是这样,我如何让它生成一些输出

命令必须是:
pdftoppm-r 600-png W10475.pdf test

命令必须是:
pdftoppm-r 600-png W10475.pdf test

不起作用;产生相同的输出。不工作;产生相同的输出。我在Ubuntu上下载的poppler版本有此问题,但官方Ubuntu存储库中的
poppler utils
软件包没有此问题。我在Ubuntu上下载的poppler版本有此问题,但官方Ubuntu存储库中的
poppler utils
软件包没有此问题。