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.
tagged
1 parent 0e76188 commit 8d0c993Copy full SHA for 8d0c993
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