-
まずはお試しください
-
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
- 画像スケール
- コメントの無効化
- オリジナルのファイル名を作成する
- 起動アクションを有効にする
- フォントをテキストモードでラスタライズする
- 検索ファイルの生成
- ページ範囲の設定(論理ページ番号)
- ページ範囲の設定(実際のページ番号)
- 最大ページ高
- 最大ページ幅
- 1インチあたりのピクセル数
- スケール設定
- 収録フォントの設定
- 最小フォントサイズ
- 小さなテキスト除去のしきい値
- 出力するディレクトリ名の削除
- テキストを単語に分割
- テキストモード - textMode
- サムネイルの出力
- サムネイルの最大高
- サムネイルの最大幅
- レガシー画像ファイルタイプの使用
- ビューアのユーザーインターフェース - Viewer UI
- 表示モード
- パスワード
- CSS Suffix (CSS 接尾辞)
- テンポラリファイルの暗号化
- すべて表示 ( 30 ) 折り畳む
-
テキストとフォント
-
IDRViewer-専用ビューア
-
アノテーション
-
ヒント&テクニック
-
困ったときの対処法
-
よくある質問
-
APIドキュメント
-
アップデート情報
- BuildVu 2024.11 Release Notes
- BuildVu 2024.10 Release Notes
- BuildVu 2024.08 Release Notes
- BuildVu 2024.07 Release Notes
- BuildVuマイクロサービスにおけるAPIの変更
- 白い線が表示される問題の改善
- BuildVu 2024.05 Release Notes
- BuildVu 2024.04 Release Notes
- BuildVu 2024.03 Release Notes
- BuildVu 2024.01 Release Notes
- BuildVu 2023.12 Release Notes
- 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
- すべて表示 ( 14 ) 折り畳む
-
- 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 ) 折り畳む
-
ライセンスとバージョン
マイクロサービスの設定
BuildVu Microserviceには、コンバージョンをよりよく制御するために適用できる設定が数多くあります。これらの設定の詳細は以下のとおりです。
- org.jpedal.pdf2html.completeDocument
- org.jpedal.pdf2html.compressImages
- org.jpedal.pdf2html.compressSVG
- org.jpedal.pdf2html.containerId
- org.jpedal.pdf2html.convertSpacesToNbsp
- org.jpedal.pdf2html.disableComments
- org.jpedal.pdf2html.embedImagesAsBase64Stream
- org.jpedal.pdf2html.generateSearchFile
- org.jpedal.pdf2html.imageScale
- org.jpedal.pdf2html.includedFonts
- org.jpedal.pdf2html.inlineSVG
- org.jpedal.pdf2html.keepGlyfsSeparate
- org.jpedal.pdf2html.logicalPageRange
- org.jpedal.pdf2html.outputThumbnails
- org.jpedal.pdf2html.realPageRange
- org.jpedal.pdf2html.scaling
- org.jpedal.pdf2html.separateTextToWords
- org.jpedal.pdf2html.svgMode
- org.jpedal.pdf2html.textMode
- org.jpedal.pdf2html.useLegacyImageFileType
- org.jpedal.pdf2html.viewerUI
- org.jpedal.pdf2html.viewMode
org.jpedal.pdf2html.completeDocument
headタグとbodyタグを含むHTMLファイルを出力します。このモードは、コンテンツがiframe内に表示される場合に推奨されます。このフラグはSVG変換には何もしません。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.compressImages
PNG画像を圧縮し、ファイルサイズを小さくする。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.compressSVG
. svgファイルではなく、圧縮された.svgzファイルを生成します。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.containerId
ページコンテナのdivに使用するidを設定します。
Required? No
Accepted Values
Any string
Default jpedal
org.jpedal.pdf2html.convertSpacesToNbsp
出力中のスペースをノンブレイキングスペース( )に変換する。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.disableComments
わかりやすくするためにHTML出力に挿入されるコメントを無効にする。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.embedImagesAsBase64Stream
外部ファイルを参照する代わりに、画像をbase64ストリームとしてファイルに直接挿入する。
Required? No
Accepted Values
- true
- false
Default false
org.jp2edal.pdf2html.generateSearchFile
Viewer 内でテキストを検索するために使用される search.json を生成します。この値は無視され、デフォルト設定であるviewerUIがcompleteに設定されている場合にファイルが作成されます。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.imageScale
より高品質なズームを可能にするために、より大きな画像を書き出す。値は 0.1 から 10 までの float で、1 が 100%。
Required? No
Possible Values
0.1~10の任意の浮動小数点値
Default 1
org.jpedal.pdf2html.includedFonts
HTMLおよびCSS出力に変換して含めるフォントタイプを設定します。
Required? No
Accepted Values
- woff
- otf
- woff_base64
- otf_base64
Default woff
org.jpedal.pdf2html.inlineSVG
SVG を HTML 内にインライン化し、別個の .svg ファイルが存在しないようにする。このフラグは SVG テキストモードでのみ有効です。
Required? No
Possible Values
- true
- false
Default false
org.jpedal.pdf2html.keepGlyfsSeparate
各グリフを個別に配置し、より正確なテキスト配置を実現
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.logicalPageRange
論理ページ番号を使用して変換するページ範囲を設定します。
Required? No
Possible Values
範囲を含む、カンマで区切られた値の文字列
例: “1,3,5-8,10”
Default null
org.jpedal.pdf2html.outputThumbnails
/thumbnails/にあるページのサムネイルを出力する。viewerUIがcompleteに設定されている場合、サムネイルは常に生成されます。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.realPageRange
実際のページ番号を使って変換するページ範囲を設定する。Valueは、範囲を含むカンマ区切りの値の文字列です。
Required? No
Possible Values 範囲を含む、カンマで区切られた値の文字列
例: “1,3,5-8,10”
Default null
org.jpedal.pdf2html.scaling
変換後の内容の Scaling 値を設定 し ます。float の乗数 (例 : 1)、 幅の最適値 (例 : fitWidth1000)、 高 さ の最適値 (例 : fitHeight1000)、 またはその両方 (例 : 1000×1000) の 4 種類があ り ます。
Required? No
Possible Values
- a float multiplier (例: 1)
- best fit for width (例:fitWidth1000)
- best fit for height (例:fitHeight1000)
- best fit for width and height (例:1000×1000)
Default 1
org.jpedal.pdf2html.separateTextToWords
テキストチャンクをスペースに基づいて単語に分割することで、テキストの位置精度を向上します。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.svgMode
有効にするとBuildVu-SVGが使用される。それ以外の場合はBuildVu-HTMLが使用される。
BuildVuのハイブリッド版でのみ利用可能です(BuildVu-HTMLやBuildVu-SVGでは利用できません)。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.textMode
テキストモードで、HTML出力でテキストがどのようにレンダリングされるかを制御します。
Required? No
Accepted Values
- svg_realtext
- svg_shapetext_selectable
- svg_shapetext_nonselectable
- image_realtext
- image_shapetext_selectable
- image_shapetext_nonselectable
Default svg_realtext
org.jpedal.pdf2html.useLegacyImageFileType
すべての画像をPNGで出力する。
Required? No
Accepted Values
- true
- false
Default false
org.jpedal.pdf2html.viewerUI
ビューアに使用するユーザーインターフェイスを設定します。
Required? No
Accepted Values
- complete
- clean
- simple
- slideshow
- custom
Default complete
org.jpedal.pdf2html.viewMode
コンテンツをコンテンツモードで変換し、変換後のページのみを出力し、ビューアは出力しない場合に指定します。
Required? No
Accepted Values
content
Default null