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