An open API service indexing awesome lists of open source software.

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

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.