Skip to content

uclobby/PDFMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PDFMerger


C# based application that allow merging/spliting PDF files with 3 different modes:

  • Normal
    This will create a new PDF file with all pages from PDF1, then PDF2, PDF3, etc.
  • Alternate
    Only supports 2 input files and the output will be PDF1-Page1, PDF2-Page1, PDF1-Page2, PDF2-Page2. This mode was created when I had a single side scanner and was generating 2 PDF files, one with odd pages and the other with even pages.
  • Split
    Only accepts a single file and will create one PDF file per page from the input PDF file.PDF Merger Release Notes

For details please go to:
https://tugacodex.wordpress.com/2023/12/28/pdf-merger/

About

C# based application that allow merging/splitting PDF files .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages