This package has been deprecated

Author message:

Please

aws-lambda-libreoffice

0.1.4 • Public • Published

aws-lambda-libreoffice

85 MB LibreOffice to fit inside AWS Lambda compressed with Brotli

Inspired by chrome-aws-lambda

Install

$ yarn add aws-lambda-libreoffice

Usage

const {getExecutablePath, defaultArgs} = require('aws-lambda-libreoffice');
 
const loBinary = await getExecutablePath(); // /tmp/instdir/program/soffice
 
execSync(`${loBinary} ${defaultArgs.join(' ')} --convert-to pdf file.docx --outdir /tmp`)

License

MIT © Vlad Holubiev

Readme

Keywords

none

Package Sidebar

Install

npm i aws-lambda-libreoffice

Weekly Downloads

6

Version

0.1.4

License

MIT

Unpacked Size

86.2 MB

Total Files

16

Last publish

Collaborators

  • vladgolubev