version bump

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@53 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2008-09-06 04:52:25 +00:00
parent 3e5ab3e01b
commit 0000da46da
1 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,7 @@ Python PDF parser and analyzer
<div align=right class=lastmod>
<!-- hhmts start -->
Last Modified: Sat Aug 30 16:39:32 JST 2008
Last Modified: Sat Sep 6 13:52:10 JST 2008
<!-- hhmts end -->
</div>
@ -39,7 +39,7 @@ which could be useful for analyzing the document.
<li> Non-ASCII languages and vertical writing scripts support.
<li> Various font types (Type1, TrueType, Type3, and CID) support.
<li> Basic encryption (RC4).
<li> PDF to HTML conversion.
<li> PDF to HTML conversion (with a sample converter web app).
<li> Outline (TOC) extraction.
<li> Tagged contents extraction.
</ul>
@ -53,8 +53,8 @@ http://www.unixuser.org/~euske/python/pdfminer/index.html
<a name="source"></a>
<p>
<strong>Download (source):</strong><br>
<a href="http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20080727.tar.gz">
http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20080727.tar.gz
<a href="http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20080906.tar.gz">
http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20080906.tar.gz
</a>
(1.8Mbytes)
@ -245,6 +245,7 @@ no stream header is displayed for the ease of saving it to a file.
<hr noshade>
<h2>Changes</h2>
<ul>
<li> 2008/09/06: A sample pdf2html webapp added.
<li> 2008/08/30: ASCII85 encoding filter support.
<li> 2008/07/27: Tagged contents extraction support.
<li> 2008/07/10: Outline (TOC) extraction support.