!config # Arara, the cool TeX automation tool # Copyright (c) 2018, Paulo Roberto Massa Cereda # All rights reserved. # # This rule is part of arara. identifier: pdftk name: PDFtk authors: - Nicola Talbot - Paulo Cereda commands: - name: PDFtk command: > @{ input = getBasename(file).concat('.pdf'); return getCommand('pdftk', input, options); } arguments: - identifier: options flag: > @{ if (isList(parameters.options)) { return parameters.options; } else { throwError('I was expecting a list of options.'); } }