removed styles from packaged docx
This commit is contained in:
@ -56,9 +56,9 @@ export abstract class Packer {
|
|||||||
name: 'word/document.xml'
|
name: 'word/document.xml'
|
||||||
});
|
});
|
||||||
|
|
||||||
this.archive.append(xmlStyle, {
|
//this.archive.append(xmlStyle, {
|
||||||
name: 'word/newStyle.xml'
|
// name: 'word/newStyle.xml'
|
||||||
});
|
//});
|
||||||
|
|
||||||
this.archive.append(xmlProperties, {
|
this.archive.append(xmlProperties, {
|
||||||
name: 'docProps/core.xml'
|
name: 'docProps/core.xml'
|
||||||
|
Reference in New Issue
Block a user