{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
Menu
PDF

Document Catalog

メタデータ

ファイル自体に関する情報を記述するデータで、タイトル、作成者、作成日、キーワードなど、内容の整理、検索、管理に役立つ情報が含まれます。

技術的詳細

PDFメタデータは2つの場所に保存できます。レガシーなDocument Infoディクショナリ(Title、Author、Subject、Keywords、Creator、Producer、日付)と、XMP(Extensible Metadata Platform)ストリーム(Adobe仕様に基づくRDF/XMLスキーマ)です。XMPはdublin core、PDF固有のスキーマ、カスタム名前空間をサポートし、より豊富な構造化メタデータを提供します。アクセシビリティ標準(PDF/UA)では、タイトルの設定が必須です。

```javascript
// Fill PDF form fields
const form = pdf.getForm();
form.getTextField('name').setText('Jane Doe');
form.getCheckBox('agree').check();
form.getDropdown('country').select('United States');

// Flatten form (make fields non-editable)
form.flatten();
```

関連フォーマット

関連ツール

関連用語