Skip to content

Commit

Permalink
#15 : PowerPoint97 Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jul 31, 2014
1 parent 1eed49e commit 035f3e1
Show file tree
Hide file tree
Showing 11 changed files with 2,798 additions and 35 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.3.0 - Not Released

### Features
- PowerPoint97 Reader : Implement Basic Reader - @Progi1984 GH-15 GH-14 GH-4

### Bugfix

Expand Down
68 changes: 34 additions & 34 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,60 +42,60 @@ Writers
+---------------------------+----------------------+--------+-------+-------+-------+
| Features | | PPTX | ODP | HTML | PDF |
+===========================+======================+========+=======+=======+=======+
| **Document Properties** | Standard || | | |
| **Document Properties** | Standard || | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Custom | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| **Element Shape** | Image ||| | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Hyperlink | | | | |
| | Hyperlink | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Line ||| | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | MemoryImage ||| | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | RichText | | | | |
| | RichText | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Table | | | | |
| | Table | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Text | | | | |
| | Text | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| **Charts** | Bar3D | | | | |
| **Charts** | Bar3D | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Line | | | | |
| | Line | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Pie3D | | | | |
| | Pie3D | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Scatter | | | | |
| | Scatter | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+

Readers
~~~~~~~
+---------------------------+----------------------+--------+-------+-------+-------+
| Features | | PPTX | ODP | HTML | PDF |
+===========================+======================+========+=======+=======+=======+
| **Document Properties** | Standard | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Custom | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| **Element Shape** | Image | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Hyperlink | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | RichText | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Table | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Text | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| **Charts** | Bar3D | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Line | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Pie3D | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
| | Scatter | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| Features | | PPTX | ODP | HTML | PDF | PDF |
+===========================+======================+========+=======+=======+=======+=======+
| **Document Properties** | Standard | | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| | Custom | | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| **Element Shape** | Image | | | | ||
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| | Hyperlink | | | | ||
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| | RichText | | | | ||
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| | Table | | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| | Text | | | | ||
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| **Charts** | Bar3D | | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| | Line | | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| | Pie3D | | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+-------+
| | Scatter | | | | | |
+---------------------------+----------------------+--------+-------+-------+-------+-------+

Contributing
------------
Expand Down
6 changes: 6 additions & 0 deletions docs/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ Other resources

- `DocumentFormat.OpenXml.Presentation Namespace on
MSDN <http://msdn.microsoft.com/en-us/library/documentformat.openxml.presentation(v=office.14).aspx>`__

PowerPoint 97
---------------

- `[MS-PPT]: PowerPoint (.ppt) Binary File Format <http://msdn.microsoft.com/en-us/library/cc313106(v=office.12).aspx>`__
- `OffVis : Microsoft Tool for reading PPT files <http://blogs.technet.com/b/srd/archive/2009/07/31/announcing-offvis.aspx>`
Loading

0 comments on commit 035f3e1

Please sign in to comment.