libreoffice-lambda-layer icon indicating copy to clipboard operation
libreoffice-lambda-layer copied to clipboard

Results 28 libreoffice-lambda-layer issues
Sort by recently updated
recently updated
newest added

I am using this layer in conjunction with shelfio/aws-lambda-libreoffice to do some DOCX to PDF conversion and although a cold start introduces a small delay, the first conversion after a...

`@shelfio/aws-lambda-libreoffice` Version: 3.0.1 Problem: When executing a convert to pdf command, libreoffice will exit with an unexpected error, and exit code 81. It appears to be happening on first startup,...

I am trying to convert document and jpg file to pdf using lambda (Python) but I got the following error. _getting error file not found: /tmp/instdir/program/soffice.bin: /lib64/libc.so.6: version `GLIBC_2.25' not...

hi i'm getting this error: ``` /tmp/instdir/program/soffice.bin: error while loading shared libraries: libmergedlo.so: cannot open shared object file: No such file or directory ``` the comand is: ``` /tmp/instdir/program/soffice.bin --headless...

Is it possible to deploy Layer to ap-northeast-1?

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-cli](https://circleci.com/developer/orbs/orb/circleci/aws-cli) | orb | patch | `3.1.1` -> `3.1.3` | ---...

dependencies
backend

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-cli](https://circleci.com/developer/orbs/orb/circleci/aws-cli) | orb | major | `3.1.5` -> `4.1.3` | ---...

backend

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-cli](https://circleci.com/developer/orbs/orb/circleci/aws-cli) | orb | minor | `3.1.5` -> `3.2.0` | ---...

backend

Hello! The following error appears when I call the convertTo method. ![image](https://github.com/shelfio/libreoffice-lambda-layer/assets/2874200/cca59e57-8933-4a97-9405-9801c2efd122) I inspected the code and convertTo calls, at the very end, the logs.getConvertedFilePath that seems to expect an...

Working on python upgrades due to deprecation of python 3.7 and python 3.8 at the end of this year. Used to run a libre office from 3.7 and was curious...