elwerene / libreoffice-convert

MIT License
242 stars 94 forks source link

Specify custom binary path #22

Closed mimedo closed 3 years ago

mimedo commented 4 years ago

My applications runs on Heroku (where you can deploy your node application) and in this application I use your library.

Because the default binary path is not /usr/bin/soffice or /usr/bin/libreoffice it fails to convert my libreoffice document.

Is it possible to specify a custom binary path?

elwerene commented 4 years ago

Not yet. Maybe you can add that feature and provide a pull request? I will review and accept it if it works :)

elwerene commented 3 years ago

@mimedo you could use the new options object to introduce this feature