Commit graph

8 commits

Author SHA1 Message Date
joerg
7b4d34d4ec pyPdf: fallback if non-UTF16 strings start with UTF16 BOM
This can be seen with Reportlab, which is embedding a digest as binary.
Bump revision.
2021-04-06 18:57:10 +00:00
joerg
141d813193 py-Pdf-1.13nb3: Preserve annotations while merging pages. 2019-07-29 20:39:39 +00:00
joerg
39d66efe2d Ensure that renaming on page merge actually creates unique names. Bump
revision.
2017-01-09 12:02:23 +00:00
agc
03010d7bd0 Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
	Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
	Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
	Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
	Package dvidvi: missing distfile dvidvi-1.0.tar.gz
	Package lgrind: missing distfile lgrind.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:01:30 +00:00
wiz
59462bf303 Convert to python-3.x and distutils.mk.
Bump PKGREVISION.
2014-01-23 14:38:42 +00:00
adam
4664538f46 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
0e36c4ced4 Use builtin set type. Bump revision. 2010-02-10 15:31:25 +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