libre-converter
Convert Word/Excel/Powerpoint to PDFs (or other extensions) via LibreOffice.
Why?
There are several providers to do this as a service. but they cost $ for every document you convert. You can throw this little code in your VPS and enjoy the freedom of converting documents for free.
Installation
For development
git clone https://github.com/Schniz/libre-converter.gitcd libre-converternpm installnode .
For just using this dude
npm install -g libre-converterlibre-converter --port 6661 --hostname 0.0.0.0
and just read the help.
libre-converter --help
Requirements (other than the node's)..
Fucking LibreOffice. install this gold. you can install only LibreOffice's Writer if you are only into Words and stuff.
Have fun and contribute
Cause I code better with you guys ❤️
see ya.