source: extensions/pdf2tab/include/constants.inc.php @ 19673

Last change on this file since 19673 was 19673, checked in by julien1311, 11 years ago
  • Property svn:eol-style set to LF
File size: 191 bytes
Line 
1<?php
2$supported_extensions = array(
3                                                        "pdf",
4                                                        "docx",
5                                                        "doc",
6                                                        "odt",
7                                                        "xlsx",
8                                                        "xls",
9                                                        "ods",
10                                                        "pptx",
11                                                        "ppt",
12                                                        "odp",
13                                                );
14?>
Note: See TracBrowser for help on using the repository browser.