diff options
Diffstat (limited to 'odk/examples/examples.html')
-rw-r--r-- | odk/examples/examples.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html index 9a1bf3de6b3a..2b23080961fb 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -423,6 +423,42 @@ </table> </td> </tr> + <tr> + <td> + <table class="table4"> + <tbody> + <tr class="thead"> + <td class="cell20">Document Handling Examples</td> + <td class="cell80">Description</td> + </tr> + <tr> + <td class="cell20"> + <a href="python/DocumentHandling/" title="link to the source directory of the Python DocumentHandling examples">DocumentConverter</a> + </td> + <td class="cell80">The program offers a service that converts arbitrary documents to a favored document type.</td> + </tr> + <tr> + <td class="cell20"> + <a href="python/DocumentHandling/" title="link to the source directory of the Python DocumentHandling examples">DocumentLoader</a> + </td> + <td class="cell80">The DocumentLoader can open a new or an existing document.</td> + </tr> + <tr> + <td class="cell20"> + <a href="python/DocumentHandling/" title="link to the source directory of the Python DocumentHandling examples">DocumentPrinter</a> + </td> + <td class="cell80">The DocumentPrinter allows you to print the favored pages of a specified document on your favored printer.</td> + </tr> + <tr> + <td class="cell20"> + <a href="python/DocumentHandling/" title="link to the source directory of the Python DocumentHandling examples">DocumentSaver</a> + </td> + <td class="cell80">The DocumentSaver shows how to save a document and how you can change the type of your document.</td> + </tr> + </tbody> + </table> + </td> + </tr> <tr> <td> <table class="table3"> |