diff --git a/README.html b/README.html index 50940ea..7d8e6a4 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Aug 30 16:39:32 JST 2008 +Last Modified: Sat Sep 6 13:52:10 JST 2008
@@ -39,7 +39,7 @@ which could be useful for analyzing the document.
  • Non-ASCII languages and vertical writing scripts support.
  • Various font types (Type1, TrueType, Type3, and CID) support.
  • Basic encryption (RC4). -
  • PDF to HTML conversion. +
  • PDF to HTML conversion (with a sample converter web app).
  • Outline (TOC) extraction.
  • Tagged contents extraction. @@ -53,8 +53,8 @@ http://www.unixuser.org/~euske/python/pdfminer/index.html

    Download (source):
    - -http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20080727.tar.gz + +http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20080906.tar.gz (1.8Mbytes) @@ -245,6 +245,7 @@ no stream header is displayed for the ease of saving it to a file.


    Changes