libreoffice-lambda-layer
libreoffice-lambda-layer copied to clipboard
I'm struggling to compile myself a new version of libreoffice 7.3 for Lambda running on ARM Architecture. @vladgolubev as you have the most experience working with this stuff, are you...
Hi I'm using libreoffice-lambda-layer to convert files to PDF When trying to convert a docx file that contains automatic table-of-content (TOC) I'm getting this error: Error: Please verify input parameters......
I'm using the layer arn:aws:lambda:sa-east-1:764866452798:layer:libreoffice-brotli:1 and after unpacking it I cannot see the soffice.bin binary. This is the output of `ls -lahR /tmp` on my lambda after unpacking. ``` /tmp/:...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
Using any of these layers / compression methods. * arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-brotli:1 * arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-gzip:1 Lambda logs: ``` Response { "errorType": "Error", "errorMessage": "EACCES: permission denied, open '/tmp/instdir/program/libplc4.so'", "trace": [ "Error: EACCES: permission...
I am getting this error logged in my lambda function: ``` Fontconfig error: Cannot load default config file ``` Many of my pdf to docx conversions are looking bad. Although...
I am using `arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-gzip:1` and trying to test the function and getting below error ``` "Error: Command failed: cd /tmp && /tmp/instdir/program/soffice.bin --headless --invisible --nodefault --nofirststartwizard --nolockcheck --nologo --norestore --convert-to...
Can you please shre how you created a layer for libre office, i want it for the latest version ?
I am using `arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-gzip:1` and trying to test the function locally (MacOS) using aws-sam-cli (SAM CLI, version 0.40.0) I get the following error: ``` ERROR Invoke Error {"errorType":"Error","errorMessage":"Command failed: cd...
Did you use a specific build script for Libre Office? I'm wondering if using a new Libre Office version would for example solve the issue where we need to start...