まずはお試しください
BuildVuを実行する
Webサービスとクラウド
- マイクロサービスの設定
- Rubyを使ってBuildVuマイクロサービスにアクセスする
- Pythonを使ってBuildVu Microserviceにアクセスする
- PHPを使ってBuildVuマイクロサービスにアクセスする
- NodeJSを使用してBuildVuマイクロサービスにアクセスする
- Javascriptを使用してBuildVuマイクロサービスにアクセスする
- Javaを使ってBuildVu Microserviceにアクセスする
- cURLを使ってBuildVu Microserviceにアクセスする
- C#を使ってBuildVuマイクロサービスにアクセスする
- すべて表示 ( 4 ) 折り畳む
変換オプション
- コンプリートドキュメント
- 画像の圧縮
- SVGの圧縮
- ページあたりの画像数のしきい値設定
- 画像をBase64ストリームとして埋め込む
- SVGをBase64画像として埋め込む
- インライン SVG
- 画像スケール
- コメントの無効化
- オリジナルのファイル名を作成する
- 起動アクションを有効にする
- フォントをテキストモードでラスタライズする
- 検索ファイルの生成
- ページ範囲の設定(論理ページ番号)
- ページ範囲の設定(実際のページ番号)
- 最大ページ高
- 最大ページ幅
- スケール設定
- 収録フォントの設定
- 最小フォントサイズ
- 出力するディレクトリ名の削除
- テキストを単語に分割
- テキストモード
- サムネイルの出力
- サムネイルの最大高
- サムネイルの最大幅
- レガシー画像ファイルタイプの使用
- ビューアーのユーザーインターフェース
- 表示モード
- すべて表示 ( 24 ) 折り畳む
テキストとフォント
IDRViewer-専用ビューア
アノテーション
ヒント&テクニック
困ったときの対処法
よくある質問
APIドキュメント
アップデート情報
- BuildVu 2023.10 Release Notes
- BuildVu 2023.09 Release Notes
- BuildVu 2023.08 Release Notes
- BuildVu 2023.06 Release Notes
- BuildVu 2023.05 Release Notes
- BuildVu 2023.04 Release Notes
- BuildVu 2023.02 Release Notes
- BuildVu 2023.01 Release Notes
- すべて表示 ( 3 ) 折り畳む
- BuildVu 2021.05 Release Notes
- BuildVu 2021.06 Release Notes
- BuildVu 2021.08 Release Notes
- BuildVu 2021.09 Release Notes
- BuildVu 2021.11 Release Notes
- BuildVu 2021.12 Release Notes
- BuildVu 2021.04 Release Notes
- BuildVu 2021.02 Release Notes
- BuildVu 2021.01 Release Notes
- 2021.06リリースでのdivタグの変更点とその理由?
- すべて表示 ( 5 ) 折り畳む
- BuildVu 2019.12 Release Notes
- BuildVu April 2019 Release Notes
- BuildVu August 2019 Release Notes
- BuildVu February 2019 Release Notes
- BuildVu January 2019 Release Notes
- BuildVu June 2019 Release Notes
- BuildVu May 2019 Release Notes
- BuildVu October 2019 Release Notes
- BuildVu September 2019 Release Notes
- すべて表示 ( 4 ) 折り畳む
ライセンスとバージョン
印刷
画像の圧縮
作成日:
最終更新日:
有効にすると、生成されたPNG画像はファイルサイズを小さくするために圧縮されます。
この設定は、svg テキストモードが使われているとき、または useLegacyImageFileType が有効になっているときにのみ効果があります。
24ビットRGBや32ビットRGBAのtruecolor PNG画像を生成するのではなく、コンバータは色の量子化とディザリングを行った8ビットパレット画像を生成します。これは非可逆圧縮ですが、ビジュアル品質は非常に高いままです。
圧縮を有効にすると、変換速度が遅くなります。平均して、変換時間は少なくとも2倍になると予想されます。ファイルサイズの節約はかなりのものです。大きな画像のファイルでは、画像ファイルサイズが70-80%節約されることも珍しくありません。
想定値:
true
false
デフォルト: true
利用例(サンプルコード)
コマンドライン
-Dorg.jpedal.pdf2html.compressImages=false
クラウド
{ "org.jpedal.pdf2html.compressImages": false }
Java
conversionOptions.setCompressImages(false);