Skip to content

Commit 8d0c993

Browse files
committed
feat: Added support for PDF tagged option
1 parent 0e76188 commit 8d0c993

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/generated/models/PdfOptions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ export type PdfOptions = {
7373
* Hides default white background and allows generating pdfs with transparency.
7474
*/
7575
omitBackground?: boolean;
76+
/**
77+
* Generate tagged (accessible) PDF.
78+
* This is experimental and will increase the size of the PDF.
79+
*/
80+
tagged?: boolean;
7681
};
7782
export namespace PdfOptions {
7883
/**

0 commit comments

Comments
 (0)