We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60e5cdc + 8d0c993 commit 0083b4bCopy full SHA for 0083b4b
src/generated/models/PdfOptions.ts
@@ -73,6 +73,11 @@ export type PdfOptions = {
73
* Hides default white background and allows generating pdfs with transparency.
74
*/
75
omitBackground?: boolean;
76
+ /**
77
+ * Generate tagged (accessible) PDF.
78
+ * This is experimental and will increase the size of the PDF.
79
+ */
80
+ tagged?: boolean;
81
};
82
export namespace PdfOptions {
83
/**
0 commit comments