From 85c547662347d4dacfc48a09ef73663ea58b6e08 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Fri, 12 Mar 2010 13:47:39 +0000 Subject: [PATCH] A couple of bugfixes. Thanks to Sean Manefield. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@185 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 3 ++- pdfminer/pdfinterp.py | 29 +++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index bf81c2e..debb308 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Feb 27 03:58:45 UTC 2010 +Last Modified: Fri Mar 12 13:45:59 UTC 2010
@@ -348,6 +348,7 @@ no stream header is displayed for the ease of saving it to a file.

Changes