Search code examples
node.jspdfnpmpdf-generationdoc

How to convert .doc, .docx, .ppt files into .pdf file using node


How can I convert .doc, .docx, .ppt files into pdf using node. I have searched a lot but could not find any free library available for converting doc files to pdf. I just want to convert .doc/.docx/.ppt files in .pdf files, I am looking for any open source API or Library for doing the same.

I found many paid API's but I want free tools. Any approach I can follow to achieve this.


Solution

  • You can try this list module: https://www.npmjs.com/search?q=word%20to%20pdf

    Example: libreoffice-convert, awesome-unoconv