Ecosyste.ms: Awesome
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: 23 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T11:27:55.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T23:03:24.917Z (about 1 month ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- 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/[email protected]
with:
# Required, the command to run
command: libreoffice --headless --invisible --convert-to pdf 'originalfile.pptx' --outdir 'output'
```