From 3bb6f3ddb9ced02443c733e0d45e5f4d87b9db25 Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Fri, 19 Aug 2022 20:22:08 +0100 Subject: python/python-pdfrw: Added (python read/write PDF library.) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python-pdfrw/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python-pdfrw/README (limited to 'python/python-pdfrw/README') 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 -- cgit v1.2.3