Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinus authored Feb 22, 2017
1 parent f0519e0 commit c1dbe91
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ The postscript/ghostscript method was removed until I can write a PS script that
## Help info
```
$ pdfscale -h
<<<<<<< HEAD
pdfscale v1.4.6
=======
pdfscale v1.4.5
>>>>>>> dc84917b90c17e1f3ab0bc39b4c7b10933bf935f
Usage: pdfscale [-v] [-s <factor>] [-i|-c] <inFile.pdf> [outfile.pdf]
pdfscale -h
Expand All @@ -52,11 +48,6 @@ Parameters:
-V Prints version to screen and exits
-m <mode> Force a mode of page size detection.
Will disable the Adaptive Mode.
<<<<<<< HEAD
=======
-c Use cat + grep to get page size,
instead of postscript method
>>>>>>> dc84917b90c17e1f3ab0bc39b4c7b10933bf935f
-s <factor> Changes the scaling factor, defaults to 0.95
MUST be a number bigger than zero.
Eg. -s 0.8 for 80% of the original size
Expand Down Expand Up @@ -87,11 +78,7 @@ Examples:
pdfscale -v -v myPdfFile.pdf
pdfscale -s 0.85 myPdfFile.pdf myScaledPdf.pdf
pdfscale -m pdfinfo -s 0.80 -v myPdfFile.pdf
<<<<<<< HEAD
pdfscale -v -v -m i -s 0.7 myPdfFile.pdf
=======
pdfscale -v -v -s 0.7 myPdfFile.pdf
>>>>>>> dc84917b90c17e1f3ab0bc39b4c7b10933bf935f
pdfscale -h
```

Expand Down

0 comments on commit c1dbe91

Please sign in to comment.