diff --git a/docs/index.html b/docs/index.html index 50bd581..8027b8a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,18 +1,15 @@ + PDFMiner - - + +
-Last Modified: Sun Oct 17 09:10:34 UTC 2010 +Last Modified: Sun Oct 17 09:20:32 UTC 2010
@@ -29,13 +26,17 @@ Python PDF parser and analyzer
  • What's It?
  • Download
  • How to Install(for CJK languages) -
  • How to Use(pdf2txt.py, -dumppdf.py, -use as library) -
  • TODOs + +
  • Documentation +
  • Changes +
  • TODO
  • Related Projects
  • Terms and Conditions @@ -153,9 +154,9 @@ paste the following commands on a command line prompt: python setup.py install -

    How to Use

    +

    Documentation

    -PDFMiner comes with two handy tools: +PDFMiner comes with two command line tools: pdf2txt.py and dumppdf.py.

    pdf2txt.py

    @@ -278,6 +279,8 @@ By default, it extracts all the pages in a document.
    Increases the debug level. +
    +

    dumppdf.py

    dumppdf.py dumps the internal contents of a PDF file @@ -336,25 +339,6 @@ no stream header is displayed for the ease of saving it to a file.

    Increases the debug level. -

    Use as Library

    -

    -PDFMiner can be used as a library by other Python programs. -

    -For details, see the Programming with PDFMiner page. -

    -Also, check out a more complete example by Denis Papathanasiou. - -

    TODOs

    - -

    Changes

    - -

    Related Projects

    +

    TODO

    + + +

    Related Projects

    - -

    Terms and Conditions

    +

    Terms and Conditions

    (This is so-called MIT/X License)

    diff --git a/docs/programming.html b/docs/programming.html index 8026037..16f3ebe 100644 --- a/docs/programming.html +++ b/docs/programming.html @@ -1,19 +1,15 @@ + Programming with PDFMiner - - + +

    -Last Modified: Sun Oct 17 09:12:03 UTC 2010 +Last Modified: Sun Oct 17 09:18:29 UTC 2010
    @@ -184,6 +180,9 @@ Could be used for framing another pictures or figures.
    Represents a polygon in a page. +

    +Also, check out a more complete example by Denis Papathanasiou. +

    TOC Extraction

    PDFMiner provides functions to access the document's table of contents diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 0000000..a4caeae --- /dev/null +++ b/docs/style.css @@ -0,0 +1,3 @@ +blockquote { background: #eeeeee; } +h1 { border-bottom: solid black 2px; } +h2 { border-bottom: solid black 1px; }