Commit graph

5 commits

Author SHA1 Message Date
adam
781ef27992 Changes 1.13:
* 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.
2011-04-15 08:49:00 +00:00
joerg
f0473deedc Use builtin set type. Bump revision. 2010-02-10 15:31:25 +00:00
joerg
df6cd465b4 Fix mastersite / homepage. 2009-10-09 12:01:23 +00:00
joerg
9a51425e6b Remove @dirrm entries from PLISTs 2009-06-14 18:11:52 +00:00
joerg
7064c2de86 Import py-Pdf-1.12:
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.
2009-01-27 20:32:37 +00:00