diff options
Diffstat (limited to 'python/PyPDF2')
-rw-r--r-- | python/PyPDF2/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/PyPDF2/README b/python/PyPDF2/README index 80f9b05996da6..ac1b70eb181c8 100644 --- a/python/PyPDF2/README +++ b/python/PyPDF2/README @@ -6,9 +6,10 @@ A Pure-Python library built as a PDF toolkit. It is capable of: * merging multiple pages into a single page * encrypting and decrypting PDF files -By being Pure-Python, it should run on any Python platform without any -dependencies on external libraries. It can also work entirely on StringIO -objects rather than file streams, allowing for PDF manipulation in memory. It is -therefore a useful tool for websites that manage or manipulate PDFs. +By being Pure-Python, it should run on any Python platform without +any dependencies on external libraries. It can also work entirely +on StringIO objects rather than file streams, allowing for PDF +manipulation in memory. It is therefore a useful tool for websites +that manage or manipulate PDFs. -NOTE: This is a fork of pyPdf, which is available on SBo separately. +NOTE: This is a fork of pyPdf, which is available on SBo separately. |