hipdf 0.2.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

hipdf 0.2.0

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.