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
- Host: GitHub
- URL: https://github.com/jmservera/libreoffice-action
- Owner: jmservera
- License: mit
- Created: 2022-02-24T14:15:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T11:27:55.000Z (over 4 years ago)
- Last Synced: 2025-10-05T09:44:46.041Z (8 months ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```