tarunkumar
New Coder
I am receiving the byte array of word document (docx), which I want to convert into the pdf and then need to download it. Is it possible to have it straight foward, in node js or how can I achive this?
Hi there, so there's two different modules you could use for your purposes, docx-pdf.js and libreoffice-convert.js. Personally, I haven't had the change to either one, but from a quick search, both mods seem relatively simple to implement. Here is the tutorial I found for both. Hope this helps:I am receiving the byte array of word document (docx), which I want to convert into the pdf and then need to download it. Is it possible to have it straight foward, in node js or how can I achive this?