Skip to main content
Interwork Corporation
IDR Solutions Product Support Portal
モードの切替 ダーク/ライト/自動 モードの切替 ダーク/ライト/自動 モードの切替 ダーク/ライト/自動

検索ファイルの生成

search.json を生成します。このファイルには、各ページのテキストコンテンツを含む配列(ページごとに1つの要素)が含まれています。これは、idrviewer.search.jsによってページ検索に使用されます。

search.jsonは、IDRViewer Complete UIでは常に生成されます。他のIDRViewer UIモードでは、検索は標準ではサポートされていません。

使用可能な値:

  • true
  • false

使用例

コマンドライン

-Dorg.jpedal.pdf2html.generateSearchFile=true

Cloud

{ "org.jpedal.pdf2html.generateSearchFile": true }

Java

contentOptions.setGenerateSearchFile(true);
idrviewerOptions.setGenerateSearchFile(true);