Skip to content

Commit

Permalink
feat: Added support for PDF tagged option
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Feb 29, 2024
1 parent 0e76188 commit 8d0c993
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 8d0c993

Please sign in to comment.