Skip to content

Commit 035f3e1

Browse files
committed
#15 : PowerPoint97 Reader
1 parent 1eed49e commit 035f3e1

File tree

11 files changed

+2798
-35
lines changed

11 files changed

+2798
-35
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.3.0 - Not Released
44

55
### Features
6+
- PowerPoint97 Reader : Implement Basic Reader - @Progi1984 GH-15 GH-14 GH-4
67

78
### Bugfix
89

docs/intro.rst

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -42,60 +42,60 @@ Writers
4242
+---------------------------+----------------------+--------+-------+-------+-------+
4343
| Features | | PPTX | ODP | HTML | PDF |
4444
+===========================+======================+========+=======+=======+=======+
45-
| **Document Properties** | Standard || | | |
45+
| **Document Properties** | Standard || | | |
4646
+---------------------------+----------------------+--------+-------+-------+-------+
4747
| | Custom | | | | |
4848
+---------------------------+----------------------+--------+-------+-------+-------+
4949
| **Element Shape** | Image ||| | |
5050
+---------------------------+----------------------+--------+-------+-------+-------+
51-
| | Hyperlink | | | | |
51+
| | Hyperlink | | | | |
5252
+---------------------------+----------------------+--------+-------+-------+-------+
5353
| | Line ||| | |
5454
+---------------------------+----------------------+--------+-------+-------+-------+
5555
| | MemoryImage ||| | |
5656
+---------------------------+----------------------+--------+-------+-------+-------+
57-
| | RichText | | | | |
57+
| | RichText | | | | |
5858
+---------------------------+----------------------+--------+-------+-------+-------+
59-
| | Table | | | | |
59+
| | Table | | | | |
6060
+---------------------------+----------------------+--------+-------+-------+-------+
61-
| | Text | | | | |
61+
| | Text | | | | |
6262
+---------------------------+----------------------+--------+-------+-------+-------+
63-
| **Charts** | Bar3D | | | | |
63+
| **Charts** | Bar3D | | | | |
6464
+---------------------------+----------------------+--------+-------+-------+-------+
65-
| | Line | | | | |
65+
| | Line | | | | |
6666
+---------------------------+----------------------+--------+-------+-------+-------+
67-
| | Pie3D | | | | |
67+
| | Pie3D | | | | |
6868
+---------------------------+----------------------+--------+-------+-------+-------+
69-
| | Scatter | | | | |
69+
| | Scatter | | | | |
7070
+---------------------------+----------------------+--------+-------+-------+-------+
7171

7272
Readers
7373
~~~~~~~
74-
+---------------------------+----------------------+--------+-------+-------+-------+
75-
| Features | | PPTX | ODP | HTML | PDF |
76-
+===========================+======================+========+=======+=======+=======+
77-
| **Document Properties** | Standard | | | | |
78-
+---------------------------+----------------------+--------+-------+-------+-------+
79-
| | Custom | | | | |
80-
+---------------------------+----------------------+--------+-------+-------+-------+
81-
| **Element Shape** | Image | | | | |
82-
+---------------------------+----------------------+--------+-------+-------+-------+
83-
| | Hyperlink | | | | |
84-
+---------------------------+----------------------+--------+-------+-------+-------+
85-
| | RichText | | | | |
86-
+---------------------------+----------------------+--------+-------+-------+-------+
87-
| | Table | | | | |
88-
+---------------------------+----------------------+--------+-------+-------+-------+
89-
| | Text | | | | |
90-
+---------------------------+----------------------+--------+-------+-------+-------+
91-
| **Charts** | Bar3D | | | | |
92-
+---------------------------+----------------------+--------+-------+-------+-------+
93-
| | Line | | | | |
94-
+---------------------------+----------------------+--------+-------+-------+-------+
95-
| | Pie3D | | | | |
96-
+---------------------------+----------------------+--------+-------+-------+-------+
97-
| | Scatter | | | | |
98-
+---------------------------+----------------------+--------+-------+-------+-------+
74+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
75+
| Features | | PPTX | ODP | HTML | PDF | PDF |
76+
+===========================+======================+========+=======+=======+=======+=======+
77+
| **Document Properties** | Standard | | | | | |
78+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
79+
| | Custom | | | | | |
80+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
81+
| **Element Shape** | Image | | | | ||
82+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
83+
| | Hyperlink | | | | ||
84+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
85+
| | RichText | | | | ||
86+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
87+
| | Table | | | | | |
88+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
89+
| | Text | | | | ||
90+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
91+
| **Charts** | Bar3D | | | | | |
92+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
93+
| | Line | | | | | |
94+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
95+
| | Pie3D | | | | | |
96+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
97+
| | Scatter | | | | | |
98+
+---------------------------+----------------------+--------+-------+-------+-------+-------+
9999

100100
Contributing
101101
------------

docs/references.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ Other resources
2626

2727
- `DocumentFormat.OpenXml.Presentation Namespace on
2828
MSDN <http://msdn.microsoft.com/en-us/library/documentformat.openxml.presentation(v=office.14).aspx>`__
29+
30+
PowerPoint 97
31+
---------------
32+
33+
- `[MS-PPT]: PowerPoint (.ppt) Binary File Format <http://msdn.microsoft.com/en-us/library/cc313106(v=office.12).aspx>`__
34+
- `OffVis : Microsoft Tool for reading PPT files <http://blogs.technet.com/b/srd/archive/2009/07/31/announcing-offvis.aspx>`

0 commit comments

Comments
 (0)