Skip to content

teshanshanuka/pdfutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF utils

A CLI tool for simple PDF operations

Installation

git clone [email protected]:teshanshanuka/pdfutils.git
cd pdfutils
pip install .

Usage

usage: pdfutils [-h] {imgs2pdf,insert,rotate,search,join,remove,scale,pick} ...

subcommands:
    imgs2pdf            Convert images to PDF
    join                Join multiple PDFs into one
    pick                Pick specific pages from a PDF
    remove              Remove specific pages from a PDF
    insert              Insert a PDF into another PDF
    scale               Scale specific pages in a PDF
    rotate              Rotate specific pages in a PDF
    search              Search for text in a PDF
    dumptext            Dump text from PDF to a text file or stdout

options:
  -h, --help            show this help message and exit

To get usage of any subcommand, use pdfutils <subcommand> -h

About

A CLI tool for simple PDF operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages