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.
outline
1 parent 8504448 commit ec040d9Copy full SHA for ec040d9
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 document outline.
78
+ * If this is enabled the PDF will also be tagged (accessible)
79
+ */
80
+ outline?: boolean;
81
/**
82
* Generate tagged (accessible) PDF.
83
* This is experimental and will increase the size of the PDF.
0 commit comments