Update filetypes doc

This commit is contained in:
Paul Friederichsen 2024-03-15 21:56:30 -05:00
parent f0655a0857
commit 60b0de1022
1 changed files with 2 additions and 2 deletions

View File

@ -71,14 +71,14 @@ The filetype for a file can be overridden with `manage -> force filetype` in the
## Applications
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes |
|----------|-----------|-----------------------------------------------------------------------------| :--------: | :----------------: | ----------------------------------------------------------------- |
| -------- | --------- | --------------------------------------------------------------------------- | :--------: | :----------------: | ----------------------------------------------------------------- |
| flash | `.swf` | `application/x-shockwave-flash` | ✅ | ❌ | |
| pdf | `.pdf` | `application/pdf` | ✅ | ❌ | 300 DPI assumed for resolution. No thumbnails for encrypted PDFs. |
| epub | `.epub` | `application/epub+zip` | ❌ | ❌ | |
| djvu | `.djvu` | `image/vnd.djvu` | ❌ | ❌ | |
| docx | `.docx` | `application/vnd.openxmlformats-officedocument.wordprocessingml.document` | ❌ | ❌ | |
| xlsx | `.xlsx` | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` | ❌ | ❌ | |
| docx | `.pptx` | `application/vnd.openxmlformats-officedocument.presentationml.presentation` | ❌ | ❌ | |
| pptx | `.pptx` | `application/vnd.openxmlformats-officedocument.presentationml.presentation` | ✅ | ❌ | Thumbnail only if embedded in the document |
| rtf | `.rtf` | `application/rtf` | ❌ | ❌ | |