Skip to content

mamenyaka/pdfmanip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdfmanip

A python script to modify your PDF documents with PDFtk toolkit. You can manipulate the pages of your document and save it as a new one.

The interactive mode lets you interact with the PDF document, add and remove pages, then create the new document. The direct mode takes a list of pages, for example: 1,5,9-15 and creates the new document without entering the interactive mode.

Usage

Interactive mode:

pdfmanip.py <input PDF file> <output PDF file> --interactive

Direct mode:

pdfmanip.py <input PDF file> <output PDF file> --pages="<range>"

Interactive mode commands

See help for more

  • rm - remove pages (ex: rm 1,5,9-15)
  • add - add pages (ex: add 1,5,9-15)
  • keep - keep pages (ex: keep 9-15)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages