feat(ee): PDF export api (#2112)

* feat(ee): server side PDF export

* feat: pdf export queue

* sync

* sync
This commit is contained in:
Philip Okugbe
2026-04-14 16:26:54 +01:00
committed by GitHub
parent cc00e77dfb
commit a6a7e4370a
12 changed files with 219 additions and 16 deletions
+1
View File
@@ -18,6 +18,7 @@ export const Feature = {
SHARING_CONTROLS: 'sharing:controls',
VIEWER_COMMENTS: 'comment:viewer',
TEMPLATES: 'templates',
PDF_EXPORT: 'export:pdf',
} as const;
export type FeatureKey = (typeof Feature)[keyof typeof Feature];