docs update

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@220 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2010-05-29 11:59:51 +00:00
parent a1da7dbca3
commit f7be5fa72f
2 changed files with 10 additions and 3 deletions

View File

@ -19,7 +19,7 @@ Python PDF parser and analyzer
<div align=right class=lastmod>
<!-- hhmts start -->
Last Modified: Mon May 10 23:02:20 UTC 2010
Last Modified: Sat May 29 11:57:59 UTC 2010
<!-- hhmts end -->
</div>
@ -29,7 +29,7 @@ Last Modified: Mon May 10 23:02:20 UTC 2010
<li> <a href="#install">Install</a>
&nbsp; <small>(<a href="#cmap">for CJK languages</a>)</small>
<li> <a href="#usage">How to Use</a>
&nbsp; <small>(<a href="#pdf2txt">pdf2txt.py</a>, <a href="#dumppdf">dumppdf.py</a>)</small>
&nbsp; <small>(<a href="#pdf2txt">pdf2txt.py</a>, <a href="#dumppdf">dumppdf.py</a>, <a href="#library">use as library</a>)</small>
<li> <a href="#techdocs">Technical Documents</a>
<li> <a href="#todos">TODOs</a>
<li> <a href="#changes">Changes</a>
@ -349,6 +349,13 @@ no stream header is displayed for the ease of saving it to a file.
<dd> Increases the debug level.
</dl>
<a name="library"></a>
<h3>Use as Library</h3>
<p>
PDFMiner can be used as a library by other Python programs.
<p>
For details, see the <a href="programming.html">Programming with PDFMiner</a> page.
<a name="techdocs"></a>
<hr noshade>
<h2>Technical Documents</h2>

View File

@ -9,7 +9,7 @@ blockquote { background: #eeeeee; }
--></style>
</head><body>
<p>
<a href="index.html">[Back to PDFMiner]</a>
<a href="index.html">[Back to PDFMiner homepage]</a>
<h1>Programming with PDFMiner</h1>
<p>