Hi team Good day, Currently implementing the Mammoth js for word document viewer. so the cdn has applied in required script, but still i can't able to acess the mammoth properties, anyone could help me out.please refer the below url for reference.https://jstool.gitlab.io/demo/mammoth-js-word-docx-preview-and-convert/below issue i have facing.
Hello @Muruga Nandan
I would suggest that you pleas go to that cdn URL and copy the whole JS create a script inside service studio and add that to your screen and then check again
Thanks
Hi @Gourav Shrivastava, thanks for the reply, I have tried this approach also, the same issue is encountering
Hello Please try this in my previous projects I also encounter this error this post helps me https://www.outsystems.com/forums/discussion/79275/problem-using-jszip-library-in-outsystems-reactive-application/
Just need to find and comment this line
i.e. module.exports = require('stream'); // commented this statement
Yeah @Gourav Shrivastava, i have checked this already and try to comment in the file, but in the source file there is no syntax like this module.exports = require('stream');
Then try to use Office to HTML component , I have implemented same in this
@Muruga Nandan Also, you can use Office to HTML component , it is useful to display all types files including word I used the same JS