Browse Source

V2.0.0-beta-final; Complete Code refactoring, still needs some cleaning, but all working; Add option to page resize; Option for mixed tasks (resize + scale); Better validation all around; Option to print Valid GS Paper sizes tables; Main and GetOpt functions; All error messages should be going to stderr now; Just need some more testing and some code cleaning, organisation, documentation.

master
Gustavo Neves 8 years ago
parent
commit
9d65332ec7
2 changed files with 790 additions and 257 deletions
  1. +9
    -0
      .gitignore
  2. +781
    -257
      pdfScale.sh

+ 9
- 0
.gitignore View File

@@ -0,0 +1,9 @@
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

+ 781
- 257
pdfScale.sh
File diff suppressed because it is too large
View File


Loading…
Cancel
Save