interface PDFMetadata {
    author?: string;
    creator?: string;
    keywords?: string;
    subject?: string;
    title?: string;
}

Properties

author?: string
creator?: string
keywords?: string
subject?: string
title?: string