Skip to content

Instantly share code, notes, and snippets.

@sharuzzaman
Created December 16, 2019 11:16
Show Gist options
  • Save sharuzzaman/830af5a285dae4e0edd84e5b734a7b4b to your computer and use it in GitHub Desktop.
Save sharuzzaman/830af5a285dae4e0edd84e5b734a7b4b to your computer and use it in GitHub Desktop.
converting Gimp exported PDF to A4 size PDF
#!/bin/bash
ps2pdf -sPAPERSIZE=a4 -dFIXEDMEDIA -dPDFFitPage input.pdf output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment