Understanding MS Word XML – Troubleshoot Corrupt Document
I’m building an application that uses the NodeJS library docx
to “patch” a MS Word document and send it to the client. In a prior revision, I had the docx
library output a buffer, then I would use Libreoffice via command line to convert the document to a PDF. This seemed to work flawlessly, everytime.