From ee97f18d4eef8fca175f2363b6934840f3b670f1 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sun, 4 Oct 2009 03:48:11 +0000 Subject: [PATCH] release-20091004 git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@138 1aa58f4a-7d42-0410-adbc-911cccaed67c --- TODO | 1 - docs/index.html | 9 +++++---- pdfminer/__init__.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index bdfdff9..91fca9c 100644 --- a/TODO +++ b/TODO @@ -3,4 +3,3 @@ TODOs: - Better API Documentation. - Robust error handling. - Any special handling for linearized PDFs? - - Support writing/creating PDFs. diff --git a/docs/index.html b/docs/index.html index 46b34de..062c53b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,7 +18,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Sep 12 12:05:03 JST 2009 +Last Modified: Sun Oct 4 12:47:18 JST 2009
@@ -51,8 +51,8 @@ PDF parser that can be used for other purposes instead of text analysis.

Download:
- -http://www.unixuser.org/~euske/python/pdfminer/pdfminer-20090912.tar.gz + +http://www.unixuser.org/~euske/python/pdfminer/pdfminer-20091004.tar.gz (1.8Mbytes) @@ -110,7 +110,7 @@ which is distributed from Adobe. Here is how:

    -
  1. Get a CMap archive file from +
  2. Get CMap files from http://www.unixuser.org/~euske/pub/CMap.tar.bz2 @@ -319,6 +319,7 @@ no stream header is displayed for the ease of saving it to a file.

    Changes

      +
    • 2009/10/04: Another matrix operation bug fixed. Thanks to Vitaly Sedelnik.
    • 2009/09/12: Fixed rectangle handling. Able to extract image boundaries.
    • 2009/08/30: Fixed page rotation handling.
    • 2009/08/26: Fixed zlib decoding bug. Thanks to Shon Urbas. diff --git a/pdfminer/__init__.py b/pdfminer/__init__.py index fe7a2d8..e9cd2cd 100644 --- a/pdfminer/__init__.py +++ b/pdfminer/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python -__version__ = '20090912' +__version__ = '20091004' if __name__ == '__main__': print __version__