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