Skip to content

ldevillez/pdf_lightner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf_lightner

Lighten the annotations inside a pdf

Why do I need to lighten my annotations ?

Okular will use the stroke color of some annotations for the box with the annotation text. If the stroke is a dark color, the text will not be readable

Before

Note before Caret before

After

Note before Caret before

Installation

You can install it with pip:

pip install pdf_lightner

Or you can install it from the source

pip install .

How to use

To lighten a pdf:

pdf_lightner lighten PATH_TO_PDF

It will create a new file with _ligthen added to the name of the file.

To get more info

pdf_lightner -h