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

レガシー画像ファイルタイプを使用する

有効にすると、出力されるすべての画像がPNGファイルタイプを使用するようになります。

指定可能な値:

  • true
  • false

デフォルト: false

使用例

コマンドライン

-Dorg.jpedal.pdf2html.useLegacyImageFileType=true

Cloud

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

Java

conversionOptions.setUseLegacyImageFileType(true);