README.md in pdfmult-1.3.1 vs README.md in pdfmult-1.3.2
- old
+ new
@@ -21,17 +21,17 @@
* `pdfmult sample.pdf`
writes 2 copies of `sample.pdf` to `sample_2.pdf`
- <img src="https://github.com/stomar/pdfmult/raw/master/example1.png" alt="" width="152" height="59">
+ <img src="example1.png" alt="" width="152" height="59">
* `pdfmult -n 4 sample.pdf`
writes 4 copies of `sample.pdf` to `sample_4.pdf`
- <img src="https://github.com/stomar/pdfmult/raw/master/example2.png" alt="" width="234" height="59">
+ <img src="example2.png" alt="" width="234" height="59">
* `pdfmult sample.pdf -o outfile.pdf`
writes 2 copies of `sample.pdf` to `outfile.pdf`
@@ -44,11 +44,11 @@
sends output via stdout to print command
Installation
------------
-Use `gem install pdfmult`.
+Use `gem install pdfmult` to install from RubyGems.org.
Or copy `lib/pdfmult.rb` under the name `pdfmult` into your search path.
On a Linux system you can use `[sudo] rake install`
to install `pdfmult` and its man page to `/usr/local`.
@@ -58,11 +58,11 @@
As of now, `pdfmult` has only been tested on a Linux system.
- `pdfmult` is written in [Ruby][Ruby], so Ruby must be installed on your system.
- `pdfmult` uses `pdflatex` with the `pdfpages` package, so both have to be installed on the system.
- (If `pdfmult` can not find the `pdflatex` command on your system
+ (If `pdfmult` cannot find the `pdflatex` command on your system
you might want to use the `--latex` option.)
- `pdfmult` tries to obtain the page count of PDF files with `pdfinfo`.
If it fails, by default only the first page of a PDF file will be processed.
Documentation
@@ -79,10 +79,10 @@
Report bugs on the `pdfmult` home page: <https://github.com/stomar/pdfmult/>
License
-------
-Copyright © 2011-2012, Marcus Stollsteimer
+Copyright © 2011-2013 Marcus Stollsteimer
`pdfmult` is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 or later (GPLv3+),
see [www.gnu.org/licenses/gpl.html](http://www.gnu.org/licenses/gpl.html).
There is NO WARRANTY, to the extent permitted by law.