BasePDFConversionJob: {
    formId: number;
    jobId: string;
    s3Location: {
        bucket: string;
        key: string;
    };
}