Skip to content

Commit 0083b4b

Browse files
authored
Merge pull request #12 from Doczilla-APP/improvements
feat: Added support for PDF `tagged` option
2 parents 60e5cdc + 8d0c993 commit 0083b4b

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)