Skip to content

Instantly share code, notes, and snippets.

@pavelskipenes
Created October 14, 2023 13:57
Show Gist options
  • Save pavelskipenes/68702cc64faf20ac983e0d5661b3c616 to your computer and use it in GitHub Desktop.
Save pavelskipenes/68702cc64faf20ac983e0d5661b3c616 to your computer and use it in GitHub Desktop.
Convert all .rtf to .pdf in a directory
#!/usr/bin/env bash
find "*.rtf" -type f -exec flatpak run org.libreoffice.LibreOffice --headless --invisible --norestore --convert-to pdf {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment