libreoffice-lambda-layer
libreoffice-lambda-layer copied to clipboard
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?
[](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` | ---...
[](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` | ---...
[](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` | ---...
Hello! The following error appears when I call the convertTo method.  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...