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

画像をBase64ストリームとして埋め込む

画像をBase64ストリームとして埋め込みます。

外部ファイルを参照する代わりに、画像をbase64ストリームとしてファイル内に直接挿入します。

設定可能な値:

  • true
  • false

デフォルト値: false

使用例

コマンドライン

-Dorg.jpedal.pdf2html.embedImagesAsBase64Stream=true

Cloud

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

Java

conversionOptions.setEmbedImagesAsBase64Stream(true);