File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,54 @@ __Want to contribute?__ Fork us!
33
33
* Use XSL 1.0 style sheets to transform main document part of OOXML template
34
34
* ... and many more features on progress
35
35
36
+ ### File formats support
37
+
38
+ Below are the supported features for each file formats.
39
+
40
+ #### Writers
41
+
42
+ | No | Element | DOCX | ODT | RTF |
43
+ | ----| ---------------| :----:| :---:| :---:|
44
+ | 1 | Text | v | v | v |
45
+ | 2 | Text Run | v | v | v |
46
+ | 3 | Title | v | | |
47
+ | 4 | Link | v | | |
48
+ | 5 | Preserve Text | v | | |
49
+ | 6 | Text Break | v | v | v |
50
+ | 7 | Page Break | v | | |
51
+ | 8 | List | v | | |
52
+ | 9 | Table | v | | |
53
+ | 10 | Image | v | | |
54
+ | 11 | MemoryImage | v | | |
55
+ | 12 | Object | v | | |
56
+ | 13 | Watermark | v | | |
57
+ | 14 | TOC | v | | |
58
+ | 15 | Header | v | | |
59
+ | 16 | Footer | v | | |
60
+ | 17 | Footnote | v | | |
61
+
62
+ #### Readers
63
+
64
+ | No | Element | DOCX | ODT | RTF |
65
+ | ----| ---------------| :----:| :---:| :---:|
66
+ | 1 | Text | v | | |
67
+ | 2 | Text Run | v | | |
68
+ | 3 | Title | | | |
69
+ | 4 | Link | | | |
70
+ | 5 | Preserve Text | | | |
71
+ | 6 | Text Break | v | | |
72
+ | 7 | Page Break | | | |
73
+ | 8 | List | | | |
74
+ | 9 | Table | | | |
75
+ | 10 | Image | | | |
76
+ | 11 | MemoryImage | | | |
77
+ | 12 | Object | | | |
78
+ | 13 | Watermark | | | |
79
+ | 14 | TOC | | | |
80
+ | 15 | Header | | | |
81
+ | 16 | Footer | | | |
82
+ | 17 | Footnote | | | |
83
+
36
84
## Requirements
37
85
* PHP 5.3+
38
86
* PHP [ Zip] ( http://php.net/manual/en/book.zip.php ) extension
You can’t perform that action at this time.
0 commit comments