-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
56 lines (33 loc) · 1.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
About
=====
pdfmerge4unix has been written in 2003 by Didier F.B Casse <[email protected]>.
In 2010 it seemed pretty discontinued, so Dominic Hopf resumed this work to fix
some issues reported to the Fedora package of pdfmerge in the meanwhile.
Usage
=====
The usage of this small but nice tool is pretty easy. Have all your files in
one directory, change to that directory and run something like
pdfmerge file1.pdf file2.pdf... fileN.pdf outfile.pdf
You can even mention PDF files in subdirectories like this:
pdfmerge subdir1/file1.pdf subdir2/file2.pdf outfile.pdf
And last but not least you can access a directory from a higher level:
pdfmerge file1.pdf ../file2.pdf outfile.pdf
Download
========
The current version of pdfmerge is 1.0.6. You can obtain it from here:
https://github.com/dmaphy/pdfmerge/archive/1.0.6.tar.gz
Checksums can be found at
http://dmaphy.github.com/pdfmerge/md5sums
http://dmaphy.github.com/pdfmerge/sha1sums
Sources
=======
You can get the sources via
git clone https://github.com/dmaphy/pdfmerge.git
Bugs
====
If you have any bugreports, improvements, suggestions or anything else you can
report those at https://github.com/dmaphy/pdfmerge/issues
Contact
=======
In case of any question, feel free to write a mail to
Dominic Hopf <[email protected]>