aboutsummaryrefslogtreecommitdiff
path: root/python/python-pdfrw/README
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2022-08-19 20:22:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-20 10:06:44 +0700
commit3bb6f3ddb9ced02443c733e0d45e5f4d87b9db25 (patch)
treea76984ac3033cbdf5320f5e0b2b5a4b01f260127 /python/python-pdfrw/README
parent692dd8b0940fb7cbc79f2a079e492c1dce4f4081 (diff)
python/python-pdfrw: Added (python read/write PDF library.)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-pdfrw/README')
-rw-r--r--python/python-pdfrw/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python-pdfrw/README b/python/python-pdfrw/README
new file mode 100644
index 0000000000..a08d88abdf
--- /dev/null
+++ b/python/python-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