Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-04-15 | Changes 1.13: | adam | 3 | -33/+8 | |
* Fixed a typo in code for reading a "\b" escape character in strings. * Improved __repr__ in FloatObject. * Fixed a bug in reading octal escape sequences in strings. * Added getWidth and getHeight methods to the RectangleObject class. * Fixed compatibility warnings with Python 2.4 and 2.5. * Added addBlankPage and insertBlankPage methods on PdfFileWriter class. * Fixed a bug with circular references in page's object trees (typically annotations) that prevented correctly writing out a copy of those pages. * New merge page functions allow application of a transformation matrix. | |||||
2010-02-10 | Use builtin set type. Bump revision. | joerg | 3 | -2/+27 | |
2009-10-09 | Fix mastersite / homepage. | joerg | 1 | -3/+3 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-01-27 | Import py-Pdf-1.12: | joerg | 4 | -0/+50 | |
A pure-python PDF toolkit capable of: - extracing document information, - splitting documents page by page, - merging documents page by page, - cropping pages, - merging multiple pages into a single page, - encrypting and decrypting PDF files. |