Skip to content

PDFMetadata

Unofficial

Metadata for a PDF document.

Import:

import type { PDFMetadata } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface PDFMetadata

Properties

PropertyTypeDescription
contentDispositionFilenamenull | stringThe content disposition filename, if available.
contentLengthnull | numberThe content length, if available.
infoRecord<string, unknown>Document information dictionary.
metadatanull | unknownThe document metadata, if available.

Links to this page: