Skip to content
forked from Yanpas/PdfMerger

Merges pdfs and creates handy outline

License

Notifications You must be signed in to change notification settings

stas00/PdfMerger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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

About

Merges pdfs and creates handy outline

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Shell 0.4%