--- sidebar_label: PDFOptions.omitBackground --- # PDFOptions.omitBackground property Hides default white background and allows generating pdfs with transparency. **Signature:** ```typescript interface PDFOptions { omitBackground?: boolean; } ```