Is there a nodejs module for converting epub books to pdf?
05:29 26 Jan 2019

I am trying to create a telegram bot (in nodejs) for converting epub files to pdf but I can't find any npm module for doing that.

Does anyone know of any module that can receive an epub file and return a pdf file?

node.js pdf npm telegram epub