PyPDF2 v1.4 Release Notes

Release Date: 2006-01-27 // about 18 years ago
    • โž• Add capability to merge pages from multiple PDF files into a single page using the PageObject.mergePage function. See example code (README or web site) for more information.

    • โž• Add ability to modify a page's MediaBox, CropBox, BleedBox, TrimBox, and ArtBox properties through PageObject. See example code (README or web site) for more information.

    • ๐Ÿ”จ Refactor pdf.py into multiple files: generic.py (contains objects like NameObject, DictionaryObject), filters.py (contains filter code), utils.py (various). This does not affect importing PdfFileReader or PdfFileWriter.

    • โž• Add new decoding functions for standard PDF filters ASCIIHexDecode and ASCII85Decode.

    • ๐Ÿ”„ Change url and download_url to refer to new pybrary.net web site.