Next.js Discord

Discord Forum

Docx to PDF

Unanswered
Gouty oak gall posted this in #help-forum
Open in Discord
Gouty oak gallOP
Been searching for something that can run purely on a server (Vercel) to convert a docx file to pdf and can't find any node/JS libraries to handle it. Any suggestions?

1 Reply

Golden-winged Warbler
pandoc is one of the goto solutions.

I'd run it elsewhere, in a container runtime like Cloud Run or kubernetes. Then you can treat it like any other 3rd party API