Advertisement
diaaa

Untitled

Aug 27th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. !config
  2. arguments:
  3. - default: '--ini'
  4. flag: '@{ isTrue(parameters.ini, ''--ini'') }'
  5. identifier: ini
  6. - flag: --margins @{parameters.margins}
  7. identifier: margins
  8. commands:
  9. - command: pdfcrop @{margins} @{ getBasename(file) }.pdf @{ getBasename(file) }-tmp.pdf
  10. - command: '@{"cmd /c del"} @{ getBasename(file) }-tmp.pdf'
  11. identifier: pdfcrop
  12. name: PDFcrop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement