Dolan
Dolan
What is a macro? code? What is the use of it?
I prefer the idea of adding the code in like: ```ts const doc = new docx.Document({ title: 'Title', scripts: ['visual basic code'], }); ``` Rather than injecting the entire `xml`...
what is the error?
Ok, I will normalise it to use numbers (TWIPS)
This is fixed by inlining the footnotes ```ts function App() { const generate = () => { const doc = new Document({ sections: [ { children: [ new Paragraph({ style:...
Will be added in https://github.com/dolanmiu/docx/pull/1749 All other compabitility options also will be added
need to look into what work that would entail seems possible, now need to replicate this in code https://www.howtogeek.com/106681/how-to-embed-fonts-in-a-microsoft-word-document/
This document is 5039 pages long, can you direct me to the specific page?
Seems doable actually! Thanks! I'll most likely prepare it for the v5 release
From what i've been reading, the font needs to be coverted to a special type of format, im not sure of anywhere which does this do you know?