Difference between revisions of "Nicepdf"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
}} | }} | ||
| − | {{pip| | + | {{pip|pdftool}} |
= Motivation = | = Motivation = | ||
Revision as of 06:42, 10 September 2023
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