quwepiro / PdfMerger

Merges pdfs and creates handy outline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF Merger

Welcome to PDF Merger home page!

This program merges several pdfs into one and creates handy outline (tree of bookmarks). For example: doc1.pdf with outline:

  • Header 1

and doc2.pdf with

  • Header 2
    • subheader 2

will be merged into one document with the following outline:

  • doc1
    • Header 1
  • doc2
    • Header 2
      • subheader 2

Building: mvn compile assembly:single. Builds available at the releases section.

Usage: pdfmerger file1.pdf file2.pdf ... out.pdf.

Help available using -h or --help.

If you want to use it your linux system there is sh wrapper at src/pdfmerger. Running without arguments launches Swing GUI:

GUI

About

Merges pdfs and creates handy outline

License:GNU General Public License v3.0


Languages

Language:Java 99.6%Language:Shell 0.4%