amita-trantor

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: saveToBase64() corrupting pptx images on node #3500

    amita-trantor
    Participant

    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

    • This reply was modified 7 years, 10 months ago by  amita-trantor.
    in reply to: saveToBase64() corrupting pptx images on node #3497

    amita-trantor
    Participant

    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

    in reply to: saveToBase64() corrupting pptx images on node #3488

    amita-trantor
    Participant

    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

    in reply to: saveToBase64() corrupting pptx images on node #3482

    amita-trantor
    Participant

    Thanks Eric for your reply.

    I have solved the issue by commenting the “compression: “deflate” line in saveToBase64 function inside openxml.js.

    Thanks
    Amita

Viewing 4 posts - 1 through 4 (of 4 total)