Nicepdf
Jump to navigation
Jump to search
OsProject
OsProject | |
---|---|
id | nicepdf |
state | active |
owner | WolfgangFahl |
title | nicepdf |
url | https://github.com/WolfgangFahl/nicepdf |
version | 0.0.1 |
description | PDF manipulation tool |
date | 2023-09-09 |
since | 2023-09-07 |
until |
Installation
pip install nicepdf
# alternatively if your pip is not a python3 pip
pip3 install nicepdf
# local install from source directory of nicepdf
pip install .
upgrade
pip install nicepdf -U
# alternatively if your pip is not a python3 pip
pip3 install nicepdf -U