elwerene / libreoffice-convert

MIT License
253 stars 96 forks source link

Error converting file: Error: Could not find soffice binary On Firebase Cloud functions #37

Closed Hanzala717 closed 3 years ago

Hanzala717 commented 4 years ago

I'm trying to convert file to pdf in firebase cloud function but it causing crash

Error converting file: Error: Could not find soffice binary

please let me know if it is supported with cloud function or not and whats best approach for it.

elwerene commented 4 years ago

@Hanzala717 I don't know about firebase cloud function. Did you install libreoffice on it as stated in the Readme?

Hanzala717 commented 4 years ago

yes I did same and it shows Error converting file: Error: Could not find soffice binary

can you guide me if any extra thing is required ?

elwerene commented 4 years ago

@Hanzala717 Where is your soffice binary located on the server?

elwerene commented 4 years ago

You can find it with the command which soffice.

Hanzala717 commented 4 years ago

I'm using firebase functions and I just installed this by using npm and after that deployed to firebase server all libs modules are bundled in same folder

Hanzala717 commented 4 years ago

how to install it on firebase server?

elwerene commented 4 years ago

I don't know how to install libreoffice on firebase server