odt_importer
7 sites
Security covered
ODT Importer is a module for Drupal that imports OpenOffice/LibreOffice ODT files directly into drupal nodes (articles, pages...) or any custom entity. It produces HTML code from ODT
files and places it to text field specified in configuration.
Features
Currently, the module can convert the following:
- bold (<strong> tag)
- italic (<em> tag)
- underline (<u> tag)
- quotations (<blockquote> tag)
- images (with image upload feature)
- links
- headings (h1-h6)
- lists (ul and li)
- tables (table tr and td) with colspan and rowspan support
- annotations
- footnote
- space character
Limitations
Everything that is not mentioned in the feature section is not supported.
Requirements:
This module requires XMLReader and Zip PHP extensions, that are usually installed by default with php 5+.
Configuration
- Create a field type ".odt file importer" in desired node type or custom
entity. - Choose appropriate text field for "Destination field" to be populated
with converted HTML code.