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