| | 1 | Version 1.4, 2006-01-27 |
|---|
| | 2 | ----------------------- |
|---|
| | 3 | |
|---|
| | 4 | - Add capability to merge pages from multiple PDF files into a single page |
|---|
| | 5 | using the PageObject.mergePage function. See example code (README or web |
|---|
| | 6 | site) for more information. |
|---|
| | 7 | |
|---|
| | 8 | - Add ability to modify a page's MediaBox, CropBox, BleedBox, TrimBox, and |
|---|
| | 9 | ArtBox properties through PageObject. See example code (README or web site) |
|---|
| | 10 | for more information. |
|---|
| | 11 | |
|---|
| | 12 | - Refactor pdf.py into multiple files: generic.py (contains objects like |
|---|
| | 13 | NameObject, DictionaryObject), filters.py (contains filter code), |
|---|
| | 14 | utils.py (various). This does not affect importing PdfFileReader |
|---|
| | 15 | or PdfFileWriter. |
|---|
| | 16 | |
|---|
| | 17 | - Add new decoding functions for standard PDF filters ASCIIHexDecode and |
|---|
| | 18 | ASCII85Decode. |
|---|
| | 19 | |
|---|
| | 20 | - Change url and download_url to refer to new pybrary.net web site. |
|---|
| | 21 | |
|---|
| | 22 | |
|---|