Yes, Eric.
I have tried by increasing memory it is still giving ot of memory issue. My file is of 73 MB and getting out of memory issue.
Can you suggest a way to resolve this error ?
Thanks
Amita
Hi Eric,
I have debugged the code of openxml for out of memory issue and found there is issue with jszip. jszip issue.
Can you please look into it or use some other library with instead of jszip ?
Your help would be appreciated.
Thanks
Amita
Hi Eric,
I am facing one more issue with openxml sdk, when trying to parse larger file e.g (i am parsing 73MB pptx file) then I am getting out of memory issue with nodejs.
Issue is coming at this line of code
var sourceDocument = new openXml.OpenXmlPackage(document);
Your help would be appreciated.
Thanks
Amita
Thanks Eric for your reply.
I have solved the issue by commenting the “compression: “deflate” line in saveToBase64 function inside openxml.js.
Thanks
Amita