Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmservera/libreoffice-action

A custom action to convert pptx files into pdf
https://github.com/jmservera/libreoffice-action

Last synced: 23 days ago
JSON representation

A custom action to convert pptx files into pdf

Awesome Lists containing this project

README

        

# Libreoffice cli action

> This is a preview version, it may not work as expected.

This action runs any command inside the libreoffice base image

## Inputs

### `command`

**Required** The command line to run. Default `libreoffice --headless --invisible --version`.

## Usage

```yaml
uses: jmservera/[email protected]
with:
# Required, the command to run
command: libreoffice --headless --invisible --convert-to pdf 'originalfile.pptx' --outdir 'output'
```