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

インライン SVG

HTML内にSVGをインライン化します(純粋なSVGテキストモードのみ)。

これにより、SVGがHTML内にインライン化され、別個の.svgファイルが生成されなくなります。

設定可能な値:

  • true
  • false

デフォルト値: false

使用例

コマンドライン

-Dorg.jpedal.pdf2html.inlineSVG=true

クラウド

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

Java

conversionOptions.setInlineSVG(true);