I hope you´re all doing well. As the title mentions, I´ve been looking for a way to automate file conversion from xlsx to pdf in node js. I found the Convert API https://www.convertapi.com/ which seemed to work pretty well after I tried it but requires a monthly payment, which I´d prefer to avoid.
Someone suggested using the unoconv command line tool along with the child_process module in node, but frankly I´m at a complete loss. Im not very well versed in the command line and even the instructions to install it confuse me a bit:
Here´s a link to the instructions: https://scholarlms.net/universal-office-converter-unoconv/
How can I carry out the conversions without having to use the paid API?