Skip to content

mcindoe/pdf-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Merge Tool for MacOS

Just a thin wrapper over the GhostScript command I discovered here.

Usage

Copy the script somewhere on your machine, then create an alias in your ~/.profile file by inserting the line, eg

alias pdfmerge='python3 ~/Tools/pdfmerge.py'

File names can be input with or without the .pdf extension. When you are finished entering file names, entering a blank space will prompt for the output name.

In its current form the files input must be in the current working directory.

ToDo

PDF-insertion tool. Break up a document into before/after sections, then use the merging functionality to put it back together.

Starts to become a pdf-utility suite.

About

Command-line PDF merge tool for MacOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages