From f8564fa45b72c7459052d4ecb8c6c8152899c47b Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 17 Jan 2009 16:31:42 +0000 Subject: [PATCH] fixed a trailer bug, release 20090117. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@63 1aa58f4a-7d42-0410-adbc-911cccaed67c --- Makefile | 7 ++- README.html | 7 ++- pdflib/pdfparser.py | 140 ++++++++++++++++++++++++-------------------- pdflib/pdftypes.py | 5 +- 4 files changed, 91 insertions(+), 68 deletions(-) diff --git a/Makefile b/Makefile index 9b7c3f3..15af1ed 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for pdfminer PACKAGE=pdfminer -VERSION=20090110 +VERSION=20090117 GNUTAR=tar SVN=svn PYTHON=python @@ -39,3 +39,8 @@ check: commit: clean $(SVN) commit + +WEBDIR=$$HOME/Site/unixuser.org/python/pdfminer +publish: pack + cp $(WORKDIR)/$(DISTFILE) $(WEBDIR) + cp README.html $(WEBDIR)/index.html diff --git a/README.html b/README.html index ba8af44..7c70e5f 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Jan 10 20:18:36 JST 2009 +Last Modified: Sun Jan 18 01:31:16 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-20090110.tar.gz + +http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20090117.tar.gz (1.8Mbytes) @@ -250,6 +250,7 @@ no stream header is displayed for the ease of saving it to a file.


Changes