forked from josch/plakativ
README.md: small fixes
This commit is contained in:
parent
9c4d5c3fbf
commit
2fef758417
1 changed files with 4 additions and 5 deletions
|
@ -7,9 +7,9 @@ plakativ
|
||||||
Plakativ is German for "striking" or "eye-catching" and comes from the German
|
Plakativ is German for "striking" or "eye-catching" and comes from the German
|
||||||
word "Plakat" which means poster in English.
|
word "Plakat" which means poster in English.
|
||||||
|
|
||||||
This software allows one to stretch a PDF document across multiple pages that
|
This software allows one to stretch a PDF document or raster image across
|
||||||
can then be printed on a common inkjet or laser printer, cut and glued together into a
|
multiple pages that can then be printed on a common inkjet or laser printer,
|
||||||
larger poster.
|
cut and glued together into a larger poster.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
========
|
========
|
||||||
|
@ -83,7 +83,6 @@ While basic functionality is implemented, lots of work remains to be done:
|
||||||
- changing language
|
- changing language
|
||||||
- make PyMuPDF dependency optional
|
- make PyMuPDF dependency optional
|
||||||
- optionally, use pypdf2 to read/write PDF
|
- optionally, use pypdf2 to read/write PDF
|
||||||
- improve command line interface
|
|
||||||
- improve module interface
|
- improve module interface
|
||||||
|
|
||||||
Comparison to similar software
|
Comparison to similar software
|
||||||
|
@ -107,7 +106,7 @@ https://pdfposter.readthedocs.io/en/stable/
|
||||||
|
|
||||||
- no GUI
|
- no GUI
|
||||||
- cumbersome box definition
|
- cumbersome box definition
|
||||||
- no page borders for glueing
|
- no page borders for gluing
|
||||||
- superfluous empty pages
|
- superfluous empty pages
|
||||||
- only very simple layouter
|
- only very simple layouter
|
||||||
- scaling by width/height instead by area makes doubling unintuitive
|
- scaling by width/height instead by area makes doubling unintuitive
|
||||||
|
|
Loading…
Reference in a new issue