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

Utility to work with Docker version of LibreOffice in Lambda

Results 39 aws-lambda-libreoffice issues
Sort by recently updated
recently updated
newest added
trafficstars

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.21.0` -> `8.22.0`](https://renovatebot.com/diffs/npm/eslint/8.21.0/8.22.0) |...

dependencies
backend

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​shelf/babel-config | [`1.1.0` -> `1.2.0`](https://renovatebot.com/diffs/npm/@shelf%2fbabel-config/1.1.0/1.2.0) | [![age](https://badges.renovateapi.com/packages/npm/@shelf%2fbabel-config/1.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
backend

When using ``` const {unpack, defaultArgs} = require('@shelf/aws-lambda-libreoffice'); await unpack(); // default path /tmp/instdir/program/soffice.bin ``` There is an error `Cannot destructure property `inputPath` of 'undefined' or 'null'` Seem that need...

Hello, first of all, great job on this, works like a charm. This is not really an issue, but more like a question/feature request, it's possible to only transform one...

there is a way to change default path for convertTo()? it takes the fiole from /tmp and write on the same directory, there is a way to change to a...

In our use case, password protected documents are quite common. People try to preview them, and the lambda conversion function fails because obviously the files are encrypted. I do believe...

We should create a fork of this to support google/firebase cloud functions. https://github.com/vially/cloud-functions-libreoffice this fork was created but is unmaintained. Is anyone willing to collab for the same?

So I believe I followed the instructions, not sure if I missed something though. ``` FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.4-node16-x86_64 COPY index.js package.json ${LAMBDA_TASK_ROOT} RUN npm install CMD [ "index.handler" ] ``` This...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [del](https://togithub.com/sindresorhus/del) | [`5.1.0` -> `7.1.0`](https://renovatebot.com/diffs/npm/del/5.1.0/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/del/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/del/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
backend