@@ -27,7 +27,15 @@ Documentation.
27
27
- Supports hyperlinks and rich-text strings
28
28
- Add images with different styles (positioning, rotation, shadow)
29
29
- Set printing options (header, footer, page margins, paper size, orientation)
30
- - Output to different file formats: PowerPoint 2007 (.pptx), OpenDocument Presentation (.odp), Serialized Spreadsheet)
30
+ - Input from different file formats:
31
+ - PowerPoint 97 (.ppt)
32
+ - PowerPoint 2007 (.pptx)
33
+ - OpenDocument Presentation (.odp)
34
+ - Serialized Spreadsheet
35
+ - Output to different file formats:
36
+ - PowerPoint 2007 (.pptx)
37
+ - OpenDocument Presentation (.odp)
38
+ - Serialized Spreadsheet
31
39
- ... and lots of other things!
32
40
33
41
## File formats
@@ -44,7 +52,8 @@ Below are the supported features for each file formats.
44
52
| | Custom | | :material-check: | | :material-check: |
45
53
| ** Slides** | | | :material-check: | | :material-check: |
46
54
| | Name | | :material-check: | | |
47
- | ** Element Shape** | Image | | :material-check: | | :material-check: |
55
+ | ** Element Shape** | AutoShape | | | | :material-check: |
56
+ | | Image | | :material-check: | | :material-check: |
48
57
| | Hyperlink | | :material-check: | | :material-check: |
49
58
| | Line | | :material-check: | | :material-check: |
50
59
| | MemoryImage | | :material-check: | | :material-check: |
@@ -64,27 +73,28 @@ Below are the supported features for each file formats.
64
73
65
74
### Readers
66
75
67
- | Features | | HTML | ODP | PDF | PPT | PPTX |
68
- | ---------------------------| ----------------------| --------| -------| -------| -------| -------|
69
- | ** Document** | Mark as final | | | | | :material-check: |
70
- | ** Document Properties** | Standard | | :material-check: | | | :material-check: |
71
- | | Custom | | :material-check: | | | :material-check: |
72
- | ** Slides** | | | :material-check: | | | :material-check: |
73
- | | Name | | | | | | :material-check: | |
74
- | ** Element Shape** | Image | | :material-check: | | :material-check: | :material-check: |
75
- | | Hyperlink | | :material-check: | | :material-check: | :material-check: |
76
- | | RichText | | :material-check: | | :material-check: | :material-check: |
77
- | | Table | | | | | |
78
- | | Text | | :material-check: | | :material-check: | :material-check: |
79
- | ** Charts** | Area | | | | | |
80
- | | Bar | | | | | |
81
- | | Bar3D | | | | | |
82
- | | Doughnut | | | | | |
83
- | | Line | | | | | |
84
- | | Pie | | | | | |
85
- | | Pie3D | | | | | |
86
- | | Radar | | | | | |
87
- | | Scatter | | | | | |
76
+ | Features | | ODP | PPT | PPTX |
77
+ | ---------------------------| ----------------------| -------| -------| -------|
78
+ | ** Document** | Mark as final | | | :material-check: |
79
+ | ** Document Properties** | Standard | :material-check: | | :material-check: |
80
+ | | Custom | :material-check: | | :material-check: |
81
+ | ** Slides** | | :material-check: | | :material-check: |
82
+ | | Name | | | |
83
+ | ** Element Shape** | AutoShape | | | |
84
+ | | Image | :material-check: | :material-check: | :material-check: |
85
+ | | Hyperlink | :material-check: | :material-check: | :material-check: |
86
+ | | RichText | :material-check: | :material-check: | :material-check: |
87
+ | | Table | | | |
88
+ | | Text | :material-check: | :material-check: | :material-check: |
89
+ | ** Charts** | Area | | | |
90
+ | | Bar | | | |
91
+ | | Bar3D | | | |
92
+ | | Doughnut | | | |
93
+ | | Line | | | |
94
+ | | Pie | | | |
95
+ | | Pie3D | | | |
96
+ | | Radar | | | |
97
+ | | Scatter | | | |
88
98
89
99
90
100
## Contributing
0 commit comments