PDFMetadata
Unofficial
Metadata for a PDF document.
Import:
import type { PDFMetadata } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface PDFMetadataProperties
| Property | Type | Description | |
|---|---|---|---|
| contentDispositionFilename | null | string | The content disposition filename, if available. | |
| contentLength | null | number | The content length, if available. | |
| info | Record<string, unknown> | Document information dictionary. | |
| metadata | null | unknown | The document metadata, if available. |
Links to this page: