aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pdfrw/README
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2023-05-05 20:47:21 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:28 +0700
commitebf6b6e1c5bc703f76d0601673d3af5d8530cf41 (patch)
tree312a77092f463adbe8c95e206e8deda16f784252 /python/python3-pdfrw/README
parent74ea5ea8ac2c5ab2b0e570f18279b4f3831b2e5d (diff)
python/python3-pdfrw: Added (python3 library to r/w PDF files)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pdfrw/README')
-rw-r--r--python/python3-pdfrw/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-pdfrw/README b/python/python3-pdfrw/README
new file mode 100644
index 0000000000..a08d88abdf
--- /dev/null
+++ b/python/python3-pdfrw/README
@@ -0,0 +1,10 @@
+pdfrw is a Python library and utility that reads and writes PDF files:
+
+* Operations include subsetting, merging, rotating, modifying
+ metadata, etc.
+* The fastest pure Python PDF parser available
+* Has been used for years by a printer in pre-press production
+* Can be used with rst2pdf to faithfully reproduce vector images
+* Can be used either standalone, or in conjunction with reportlab to
+ reuse existing PDFs in new ones
+* Permissively licensed