From af55d4675c8a120364335110285afa6d9cb12e11 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sun, 1 Feb 2009 15:01:32 +0000 Subject: [PATCH] several bugfixes. 20090201 release. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@64 1aa58f4a-7d42-0410-adbc-911cccaed67c --- Makefile | 2 +- README.html | 7 ++++--- pdflib/pdfdevice.py | 41 ++++++++++++++++++----------------------- pdflib/pdfinterp.py | 15 +++++++++------ pdflib/pdfparser.py | 4 ++-- pdflib/utils.py | 40 ++++++++++++++++++++++++++++++++++++++++ samples/simple1.pdf | 2 +- 7 files changed, 75 insertions(+), 36 deletions(-) diff --git a/Makefile b/Makefile index 15af1ed..d418bf2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for pdfminer PACKAGE=pdfminer -VERSION=20090117 +VERSION=20090201 GNUTAR=tar SVN=svn PYTHON=python diff --git a/README.html b/README.html index 7c70e5f..1e85876 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@ Python PDF parser and analyzer
-Last Modified: Sun Jan 18 01:31:16 JST 2009 +Last Modified: Mon Feb 2 00:01:01 JST 2009
@@ -53,8 +53,8 @@ http://www.unixuser.org/~euske/python/pdfminer/index.html

Download (source):
- -http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20090117.tar.gz + +http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20090201.tar.gz (1.8Mbytes) @@ -250,6 +250,7 @@ no stream header is displayed for the ease of saving it to a file.


Changes