Difference between revisions of "Nicepdf"

From BITPlan Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
= Motivation =
 
= Motivation =
 
The initial motivation was to convert a scanned Booklet PDF to a straight PDF.
 
The initial motivation was to convert a scanned Booklet PDF to a straight PDF.
 +
https://user-images.githubusercontent.com/1336221/267867264-7896be80-54ae-461a-9862-4273644e4c36.png
  
 
= Links =
 
= Links =

Revision as of 07:40, 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. 267867264-7896be80-54ae-461a-9862-4273644e4c36.png

Links