Skip to content

Commit 9259ce5

Browse files
Combine multiple PDFs in a single PDF file
0 parents  commit 9259ce5

File tree

23 files changed

+1691
-0
lines changed

23 files changed

+1691
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Build generated
2+
build/
3+
DerivedData/
4+
5+
## Various settings
6+
*.pbxuser
7+
!default.pbxuser
8+
*.mode1v3
9+
!default.mode1v3
10+
*.mode2v3
11+
!default.mode2v3
12+
*.perspectivev3
13+
!default.perspectivev3
14+
xcuserdata/
15+
16+
## Other
17+
*.moved-aside
18+
*.xccheckout
19+
*.xcscmblueprint

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2019 Vishal Telangre
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# bindPDF
2+
3+
<img src="https://user-images.githubusercontent.com/876195/66717916-9e4e0c00-edfb-11e9-9883-19b42a726829.png" alt="bindPDF" width="256" height="256">
4+
5+
Quickly combine multiple PDF documents into a single PDF document.
6+
7+
## Download
8+
9+
Download the latest DMG archive file from from the [releases](https://github.com/vishaltelangre/bindPDF/releases) page.
10+
11+
Extract it and move the compressed `bindPDF.app` from it into `Applications` folder displayed in the Finder app's sidebar.
12+
13+
## Contribute
14+
15+
If you want to contribute or hack the source, then you're more than welcome!
16+
17+
Open `bindPDF.xcodeproj` with XCode.app, and hit `cmd (⌘)` and `R` keys together to build and run it locally.
18+
19+
## Copyright and License
20+
21+
Copyright (c) 2019, Vishal Telangre. All Rights Reserved.
22+
23+
This project is licenced under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)