Skip to content

Commit

Permalink
Fix "Retrieve Metadata for PDF" with bundled PDF tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Jan 31, 2018
1 parent 2d43518 commit 31f0f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/recognizePDF.js
Expand Up @@ -143,7 +143,7 @@ var Zotero_RecognizePDF = new function() {
}

var {exec, args} = Zotero.Fulltext.getPDFConverterExecAndArgs();
args.push('-enc', 'UTF-8', '-nopgbrk', '-layout', '-l', pages, file.path, cacheFile.path);
args.push('-nopgbrk', '-layout', '-l', pages, file.path, cacheFile.path);

Zotero.debug("RecognizePDF: Running " + exec.path + " " + args.map(arg => "'" + arg + "'").join(" "));

Expand Down

0 comments on commit 31f0f0d

Please sign in to comment.