I am currently utilizing DocXTemplater to export a table to a Word document.
Within the JavaScript file, there is a module containing special characters that CRM does not permit when creating a file. I attempted to remove the variables with special characters, but the functionality stopped working without them. How can I incorporate the binary special characters listed below?
28: [function(t, e, n) {
"use strict";
n.LOCAL_FILE_HEADER = "PK",
n.CENTRAL_FILE_HEADER = "PK",
n.CENTRAL_DIRECTORY_END = "PK",
n.ZIP64_CENTRAL_DIRECTORY_LOCATOR = "PK",
n.ZIP64_CENTRAL_DIRECTORY_END = "PK",
n.DATA_DESCRIPTOR = "PK\b"
}