Chartbreaker
    Preparing search index...

    Interface PdfConfig

    interface PdfConfig {
        author?: string;
        creationDate?: Date;
        creator?: string;
        keywords?: string;
        modDate?: Date;
        subject?: string;
        title?: string;
    }
    Index

    Properties

    author?: string
    creationDate?: Date
    creator?: string
    keywords?: string
    modDate?: Date
    subject?: string
    title?: string