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

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

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

Last synced: 4 months 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/libreoffice-action@v0.2
with:
# Required, the command to run
command: libreoffice --headless --invisible --convert-to pdf 'originalfile.pptx' --outdir 'output'
```