diff options
| author | Alexander Verbovetsky <alik@ejik.org> | 2023-05-05 20:43:58 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-06 08:28:28 +0700 |
| commit | 74ea5ea8ac2c5ab2b0e570f18279b4f3831b2e5d (patch) | |
| tree | 1b7a25f02a03f3559bc27aec1ec2bc6c0f2cefb7 /python/python2-pdfrw/README | |
| parent | a058b39d6ea23d5af282469d83be5d294ec5b2f2 (diff) | |
python/python2-pdfrw: Added (python2 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/python2-pdfrw/README')
| -rw-r--r-- | python/python2-pdfrw/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python2-pdfrw/README b/python/python2-pdfrw/README new file mode 100644 index 0000000000..a08d88abdf --- /dev/null +++ b/python/python2-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 |
