diff options
| author | jvoisin | 2011-08-05 12:06:47 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-05 12:06:47 +0200 |
| commit | 5a6bd3a9312f1d3444ebb9343353812bde7702da (patch) | |
| tree | 29d9b8456b9da67201c74dbc2616de8ed890003f /FORMATS | |
| parent | 503e926812d35032ed527c81e78444f362a5d527 (diff) | |
Tests for openxml format, and some improvement for this format support
Diffstat (limited to 'FORMATS')
| -rw-r--r-- | FORMATS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -24,6 +24,14 @@ | |||
| 24 | </format> | 24 | </format> |
| 25 | 25 | ||
| 26 | <format> | 26 | <format> |
| 27 | <name>Office Openxml</name> | ||
| 28 | <extension>.docx, .pptx, .xlsx, ...</extension> | ||
| 29 | <support>full</support> | ||
| 30 | <metadata>a docProps folder containings xml metadata files</metadata> | ||
| 31 | <method>removal of the docProps folder</method> | ||
| 32 | </format> | ||
| 33 | |||
| 34 | <format> | ||
| 27 | <name>Portable Document Fileformat</name> | 35 | <name>Portable Document Fileformat</name> |
| 28 | <extension>.pdf</extension> | 36 | <extension>.pdf</extension> |
| 29 | <support>full</support> | 37 | <support>full</support> |
