From 24bdd33557291795ed1d3f9b0c048d2a3ed9b436 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Mon, 5 Jan 2009 04:40:50 +0000 Subject: [PATCH] various bugfixes git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@56 1aa58f4a-7d42-0410-adbc-911cccaed67c --- Makefile | 2 +- README.html | 3 ++- pdflib/cmap.py | 22 +++++++++---------- pdflib/lzw.py | 8 ++++--- pdflib/page.py | 34 ++++++++++++++--------------- pdflib/pdf2txt.py | 48 ++++++++++++++++++++++------------------ pdflib/pdfinterp.py | 53 +++++++++++++++------------------------------ pdflib/pdfparser.py | 22 ++++++++++--------- pdflib/psparser.py | 13 ++++++----- pdflib/utils.py | 23 +++++++++++++++++++- tools/dumppdf.py | 19 +++++++++------- tools/prof.py | 29 +++++++++++++++++++++++++ 12 files changed, 162 insertions(+), 114 deletions(-) create mode 100644 tools/prof.py diff --git a/Makefile b/Makefile index 5a0c224..c2b674b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for pdfminer PACKAGE=pdfminer -VERSION=20080906 +VERSION=20081228 GNUTAR=tar SVN=svn PYTHON=python diff --git a/README.html b/README.html index 7d8e6a4..e8badfd 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Sep 6 13:52:10 JST 2008 +Last Modified: Sun Dec 28 20:11:59 JST 2008
@@ -245,6 +245,7 @@ no stream header is displayed for the ease of saving it to a file.

Changes