This page is a translated version of the page Manual:$wgDjvuDump and the translation is 80% complete.
DjVu: $wgDjvuDump
djvudump程序文件的路径。
引进版本:1.10.0 (r21411)
移除版本:仍在使用
允许的值:(文件路径)或者null
默认值:null

细节

djvudump程序文件的路径。

为了可以渲染DjVu文件,$wgDjvuRenderer $wgDjvuDump都要设置。

例子:

$wgDjvuDump = "djvudump";
$wgDjvuRenderer = "ddjvu";

If this variable is set, $wgShellboxShell must be set to the correct shell path.

参见