added docx metadata and table headers
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user