From 538a605ac0924935d6508e0450363d2c97b8abf6 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sun, 7 Feb 2010 03:14:00 +0000 Subject: [PATCH] several bugfixes. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@179 1aa58f4a-7d42-0410-adbc-911cccaed67c --- MANIFEST | 1 + docs/index.html | 5 +++-- pdfminer/cmapdb.py | 19 ++++++++++++++++++- pdfminer/converter.py | 2 +- pdfminer/pdfparser.py | 12 ++++++++++++ tools/dumppdf.py | 2 +- 6 files changed, 36 insertions(+), 5 deletions(-) diff --git a/MANIFEST b/MANIFEST index b299fb5..7c5a90a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,6 +2,7 @@ TODO Makefile README.txt setup.py +docs/index.html pdfminer/Makefile pdfminer/__init__.py pdfminer/arcfour.py diff --git a/docs/index.html b/docs/index.html index 6d3f663..b60df7f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sun Jan 31 11:11:26 JST 2010 +Last Modified: Sun Feb 7 12:13:27 JST 2010
@@ -347,6 +347,7 @@ no stream header is displayed for the ease of saving it to a file.

Changes