elwerene / libreoffice-convert

MIT License
253 stars 96 forks source link

Does not work in parallel #21

Closed FrozenAlex closed 4 years ago

FrozenAlex commented 4 years ago

When I try to make 2 or more simultaneous conversions it always fails. It would be nice to be able to use promises with the library

elwerene commented 4 years ago

I'm not actively working on this package. If you provide a merge request I will take the time to review it and push a new version.

bgorhoball commented 4 years ago

Is it possible to have an option to allow running multiple instances of libreoffice? I found the below article achieving this by adding "-env:UserInstallation=file:/${random_temp_path}"

https://ask.libreoffice.org/en/question/42975/how-can-i-run-multiple-instances-of-sofficebin-at-a-time/