Nicepdf: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 2: | Line 2: | ||
{{OsProject | {{OsProject | ||
|id= | |id=nicepdf | ||
|state=active | |state=active | ||
|owner=WolfgangFahl | |owner=WolfgangFahl | ||
|title= | |title=nicepdf | ||
|url=https://github.com/WolfgangFahl/ | |url=https://github.com/WolfgangFahl/nicepdf | ||
|version=0.0.1 | |version=0.0.1 | ||
|description=PDF manipulation tool | |description=PDF manipulation tool | ||
| Line 13: | Line 13: | ||
}} | }} | ||
{{pip| | {{pip|nicepdf}} | ||
= Motivation = | = Motivation = | ||
Revision as of 05:50, 10 September 2023
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