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

COSDocument

概要

COSDocumentは、Apache PDFBoxにおける基礎的なクラスであり、 ( Citation: N.A., (N.A.). (). Document management — Portable document format — Part 2: PDF 2.0 International Organization for Standardization Retrieved from https://www.iso.org/standard/75839.html ) で定義されているCarousel Object Structure(COS)モデルを使用してPDFファイルの低レベル構造を表現します。このクラスは、辞書、配列、ストリーム、プリミティブ型を含むすべてのPDFオブジェクトを、未加工かつ未処理の形式でルートコンテナとして保持します。高レベルの解釈やセマンティック分析が行われる前の、内部PDF構造への直接アクセスを提供します。

定義

COSDocumentは、 ( Citation: N.A., (N.A.). (). Document management — Portable document format — Part 2: PDF 2.0 International Organization for Standardization Retrieved from https://www.iso.org/standard/75839.html ) で規定されているPDFファイルの基盤となるオブジェクトベースアーキテクチャであるCOS(Carousel Object Structure)レイヤーのApache PDFBoxにおけるJava実装です。PDDocument(PDFコンテンツのセマンティックでアプリケーション指向のビューを提供する)などの高レベルPDFBoxクラスとは異なり、COSDocumentは構文レベルで動作し、ファイル構造に現れる通りの生のPDFオブジェクトを扱います。

全投稿を閲覧 gdoc_arrow_right_alt