Skip to content

Instantly share code, notes, and snippets.

@torunar
Created August 31, 2020 09:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torunar/50e82f981decfc31ae210953318938fb to your computer and use it in GitHub Desktop.
Save torunar/50e82f981decfc31ae210953318938fb to your computer and use it in GitHub Desktop.
convert PHP files to PDF
#/usr/bin/env sh
cd /Applications/LibreOffice.app/Contents/MacOS;
./soffice --headless \
--convert-to pdf \
--infilter=Text \
--outdir ~/output \
~/input/**/*.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment