ppt-template
ppt-template copied to clipboard
On NPM
I needed to stream resulting pptx back to the client without saving to the server. Using a memory stream (various npm modules that claimed compatibility with file stream) failed so...
can you please tell me how to call second return function from this code? ``` files.forEach(function(fileId) { module.exports.fileDet(res, fileId, function(res, fileData) { fileDetArr.push(fileData); fileDetails.forEach(function(data) { //console.log("data.fileName===", data.fileName); // return false;...
Please provide an example to change values for chart in template using ppt-template if that feature is available . Thanks