Compare commits

...

2 Commits

@ -1,5 +1,19 @@
#!/bin/bash
# Compress pdf using Ghostscript
###############################################################################
#
# pdf-optimize: compress pdf using Ghostscript
#
# Copyright (C) 2020
# Author: Solal "Otthorn" Nathan <otthorn@crans.org>
# SPDX-License-Identifier: GPL-3.0-or-later
#
###############################################################################
#
# This program comes with ABSOLUTELY NO WARRANTY; This is free software, and
# you are welcome to redistribute it under certain conditions; See licence for
# more details.
#
###############################################################################
function usage
{
Loading…
Cancel
Save