added docx metadata and table headers

This commit is contained in:
2026-02-18 23:46:32 +02:00
parent bb10a14a56
commit 71b2ef418f
2 changed files with 31 additions and 2 deletions
+2 -1
View File
@@ -224,7 +224,8 @@ export const Preview: React.FC<PreviewProps> = ({
palette: template.typography?.colors,
id: template.id,
page: template.page,
useTableHeaders
useTableHeaders,
inputFileName
});
const arrayBuffer = await blob.arrayBuffer();