Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
ja:pdf_fulltext_indexing [2011/10/16 18:31] – created odonja:pdf_fulltext_indexing [2011/10/16 18:47] – [高度なインストール法] odon
Line 12: Line 12:
 ====== 高度なインストール法 ====== ====== 高度なインストール法 ======
  
-Zotero requires modified binaries of pdftotext and pdfinfo on Windows (to prevent the command-prompt window from appearing at indexing time) and a custom build of pdfinfo on all platforms that supports writing to a text file   ([[https://www.zotero.org/trac/browser/tools/xpdf/pdfinfo.cc|source code]] available).+Zotero は、修正されたpdftotextとpdfintoバイナリをWindows上で必要とします(コマンド入力画面が索引作成時に表示されるのを防ぐためです)。また、テキストファイルに書きこむ機能を含む特別なpdfinfo([[https://www.zotero.org/trac/browser/tools/xpdf/pdfinfo.cc|ソースコード]] 利用可能)がすべてのプラットフォーム上で必要となります。
  
-Users wishing to install the Xpdf tools manually (or on platforms for which we haven't built customized binaries) can do so by building the tools and either placing the binaries directly in the Zotero data directory or linking to them from there. Either way, a platform-specific file must be created in the Zotero data directory, conforming to the format "pdftotext-''{platform}''", where ''{platform}'' is "Win32", "MacIntel", "MacPPC", "Linux-i686", etc. (To determine your current platform, type ''javascript:alert(navigator.platform)'' in the Firefox URL bar and hit Enter.)  The Windows version requires the .exe extension, i.e. "pdftotext-Win32.exe"A text file containing the installed version number can also be created in the format pdftotext-{platform}.version.+Xpdfのツール群を手動でインストールしたい(あるいはまだ特別性のバイナリが準備されていないプラットフォームの場合の)利用者は、ツール群をビルドして、バイナリをZoteroのデータ・ディレクトリの中に直接置くか、そこからバイナリへリンクを貼るかしてください。どちらにせよ、"pdftotext-''{platform}''"という形式に合ったプラットフォーム特有のファイルが、Zoteroのデータ・ディレクトリの中に作成されます。''{platform}'' の箇所は、 "Win32", "MacIntel", "MacPPC", "Linux-i686"などが入ります。 (現在のプラットフォームを確認するためには、Firefoxnのアドレスバーに''javascript:alert(navigator.platform)''と入力しEnterキーを押してください。)Windows ヴァージョンは、"pdftotext-Win32.exe"というように.exe拡張子が必要です。インストールされたヴァージョン番号を含むテキストファイルが、pdftotext-{platform}.versionという形式で作られるでしょう。