Skip to content

Commit

Permalink
Merge pull request #12 from Doczilla-APP/improvements
Browse files Browse the repository at this point in the history
feat: Added support for PDF `tagged` option
  • Loading branch information
TriPSs authored Feb 29, 2024
2 parents 60e5cdc + 8d0c993 commit 0083b4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/generated/models/PdfOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ export type PdfOptions = {
* Hides default white background and allows generating pdfs with transparency.
*/
omitBackground?: boolean;
/**
* Generate tagged (accessible) PDF.
* This is experimental and will increase the size of the PDF.
*/
tagged?: boolean;
};
export namespace PdfOptions {
/**
Expand Down

0 comments on commit 0083b4b

Please sign in to comment.