diff options
author | Rob van Nues <sborg63@disroot.org> | 2022-04-02 17:30:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:12 +0700 |
commit | 0cdf3e36a2711614a122417a8b1911af08727f4e (patch) | |
tree | 2f922a7e5b6eb5d36351f233d37d016d7959ee94 /python/pikepdf/README | |
parent | 82afffce0f8556f2e19e4ba39474199f3c949c09 (diff) |
python/pikepdf: Added (Python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pikepdf/README')
-rw-r--r-- | python/pikepdf/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/pikepdf/README b/python/pikepdf/README new file mode 100644 index 0000000000000..f164e09bb8a7b --- /dev/null +++ b/python/pikepdf/README @@ -0,0 +1,10 @@ +Pikepdf is a Python library for reading and writing PDF files. +It is based on QPDF, a powerful PDF manipulation and repair +library. This library is similar to PyPDF2 and pdfrw - it provides +low level access to PDF features and allows editing and content +transformation of existing PDFs. Some knowledge of the PDF +specification may be helpful. It does not have the capability to +render a PDF to image. + +A whole slew of extra dependencies is needed for building the docs. +To minimize the dependency list, this build script will not do this. |