Libreoffice Convert
ActionsTags
(2)This is a preview version, it may not work as expected.
This action runs any command inside the libreoffice base image
Required The command line to run. Default libreoffice --headless --invisible --version
.
uses: jmservera/libreoffice-action@v0.2
with:
# Required, the command to run
command: libreoffice --headless --invisible --convert-to pdf 'originalfile.pptx' --outdir 'output'
Libreoffice Convert is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.