https://github.com/bn3t/pdfmerge
Merge a scanned 2-sided document
https://github.com/bn3t/pdfmerge
command-line command-line-tool golang golang-tools pdf pdf-merge tool
Last synced: about 1 year ago
JSON representation
Merge a scanned 2-sided document
- Host: GitHub
- URL: https://github.com/bn3t/pdfmerge
- Owner: bn3t
- License: agpl-3.0
- Created: 2017-06-17T14:32:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T10:51:07.000Z (over 8 years ago)
- Last Synced: 2025-04-12T17:14:36.922Z (about 1 year ago)
- Topics: command-line, command-line-tool, golang, golang-tools, pdf, pdf-merge, tool
- Language: Go
- Size: 879 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This simple tool is to allow merging 2 PDF files that came from scanning a two-sided document up and down. You scan one document on one
side then you scan the same document on the other side. You obtain 2 PDFs. The first PDF has the odd pages. The second has the even pages
but they start for the last page.
This tool merges the 2 PDF files and reorder the pages correctly.
# License
The tool is using [unidoc](https://github.com/unidoc/unidoc) that's why it's license is [AGPL](http://www.gnu.org/licenses/agpl.html) to be compatible with unidoc.