Using Libreoffice/Unoconv with Railway
maxwhalen
TRIAL
a year ago
I am trying to deploy a web app that does some manipulating between pdf files and docx files. I got it running locally on macos but did have to download libreoffice on my machine. Is there a way to use libreoffice/unoconv on railway?
1 Replies
a year ago
Try adding this nixpacks.toml file to your project -
[phases.setup]
nixPkgs = ['...', 'libreoffice', 'unoconv']