Difference between revisions of "Nicepdf"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
{{pip|nicepdf}} | {{pip|nicepdf}} | ||
= Motivation = | = Motivation = | ||
+ | The initial motivation was to convert a scanned Booklet PDF to a straight PDF. | ||
= Links = | = Links = |
Revision as of 06:38, 14 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
Motivation
The initial motivation was to convert a scanned Booklet PDF to a straight PDF.