ビューモード
出力モードをidrviewer、content、singlefileの間で設定します。デフォルトモードはidrviewerで、出力にIDRViewerを含みます。contentモードはIDRViewerなしでドキュメントを生成します。singlefileモードはコンテンツを含む単一のHTMLファイルを生成します。
注意: singlefileモードは、大規模または複雑なドキュメントには適さない場合があります。詳細情報: BuildVuは単一ファイルを生成できますか?
設定可能な値:
contentidrviewersinglefile(2025.10以降)
デフォルト: idrviewer
-Dorg.jpedal.pdf2html.viewMode=content
{ "org.jpedal.pdf2html.viewMode": "content" }
new PDFtoHTML5Converter(input, output, htmlConversionOptions, new IDRViewerOptions());
new PDFtoHTML5Converter(input, output, htmlConversionOptions, new ContentOptions());
new PDFtoHTML5Converter(input, output, htmlConversionOptions, new SinglefileOptions());
new PDFtoSVGConverter(input, output, svgConversionOptions, new IDRViewerOptions());
new PDFtoSVGConverter(input, output, svgConversionOptions, new ContentOptions());
