Skip to content

CarlHey/hipdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hipdf - pdf highlighter

Highlight the first word of English sentences in PDF file.

Installation

pip install hipdf

Usage

  • Basic usage:
hipdf <path_to_file>

Hipdf will save the highlighted file in the same folder of the original file, with prefix like "[highlighted.{count}][{time}]"

  • Specify an out name:
hipdf <path_to_file> -o <out_path>

The out_path is relative to the current working directory. Examples: ../my docs/highlighted.pdf or ./highlighted/doc.pdf

  • Specify a prefix:
hipdf <path_to_file> -p <prefix>

or with -o:

hipdf <path_to_file> -o <out_path> -p <prefix>

prefix will only affect filename but not file path.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages