PDF toolkit

Edit Package python-PyPDF2

A Pure-Python library built as a PDF toolkit. It is capable of:

* extracting document information (title, author, ...),
* splitting documents page by page,
* merging documents page by page,
* cropping pages,
* 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.

Refresh
Refresh
Source Files
Filename Size Changed
2.10.5.tar.gz 0006443691 6.15 MB
python-PyPDF2.changes 0000039064 38.1 KB
python-PyPDF2.spec 0000002170 2.12 KB
Revision 16 (latest revision is 23)
Simon Lees's avatar Simon Lees (simotek) accepted request 1001799 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 16)
- Spec changes: 
  Changed the source to github
  Renamed CHANGELOG to CHANGELOG.md

- Update to version 2.6.0:
   New Features (ENH):
   -  Add color and font_format to PdfReader.outlines[i] (#1104)
   -  Extract Text Enhancement (whitespaces) (#1084)
   Bug Fixes (BUG):
   -  Use `build_destination` for named destination outlines (#1128)
   -  Avoid a crash when a ToUnicode CMap has an empty dstString in beginbfchar (#1118)
   -  Prevent deduplication of PageObject (#1105)
   -  None-check in DictionaryObject.read_from_stream (#1113)
   -  Avoid IndexError in _cmap.parse_to_unicode (#1110)
   Documentation (DOC):
   -  Explanation for git submodule
   -  Watermark and stamp (#1095)
   Maintenance (MAINT):
   -  Text extraction improvements (#1126)
   -  Destination.color returns ArrayObject instead of tuple as fallback (#1119)
   -  Use add_bookmark_destination in add_bookmark (#1100)
   -  Use add_bookmark_destination in add_bookmark_dict (#1099)
   Testing (TST):
   -  Remove xfail from test_outline_title_issue_1121
   -  Add test for arab text (#1127)
   -  Add xfail for decryption fail (#1125)
   -  Add xfail test for IndexError when extracting text (#1124)
   -  Add MCVE showing outline title issue (#1123)
   Code Style (STY):
   -  Apply black and isort
Comments 0
openSUSE Build Service is sponsored by