removed styles from packaged docx

This commit is contained in:
Dolan Miu
2016-04-08 23:02:03 +01:00
parent b20d677b1a
commit e9696927bc

View File

@ -56,9 +56,9 @@ export abstract class Packer {
name: 'word/document.xml'
});
this.archive.append(xmlStyle, {
name: 'word/newStyle.xml'
});
//this.archive.append(xmlStyle, {
// name: 'word/newStyle.xml'
//});
this.archive.append(xmlProperties, {
name: 'docProps/core.xml'