Skip to content

Yanpas/PdfMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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