diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-08-19 20:22:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:44 +0700 |
commit | 3bb6f3ddb9ced02443c733e0d45e5f4d87b9db25 (patch) | |
tree | a76984ac3033cbdf5320f5e0b2b5a4b01f260127 /python/python-pdfrw/slack-desc | |
parent | 692dd8b0940fb7cbc79f2a079e492c1dce4f4081 (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/slack-desc')
-rw-r--r-- | python/python-pdfrw/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-pdfrw/slack-desc b/python/python-pdfrw/slack-desc new file mode 100644 index 0000000000..89a5ffd18e --- /dev/null +++ b/python/python-pdfrw/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-pdfrw: python-pdfrw (python library that reads and writes PDF files) +python-pdfrw: +python-pdfrw: pdfrw is a Python library and utility that reads and writes PDF +python-pdfrw: files. Operations include subsetting, merging, rotating, modifying +python-pdfrw: metadata, etc. Can be used either standalone, or in conjunction with +python-pdfrw: reportlab to reuse existing PDFs in new ones. +python-pdfrw: +python-pdfrw: +python-pdfrw: Homepage: https://github.com/pmaupin/pdfrw +python-pdfrw: +python-pdfrw: |