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

  1. Create a field type ".odt file importer" in desired node type or custom
    entity.
  2. Choose appropriate text field for "Destination field" to be populated
    with converted HTML code.
Supporting organizations: 
sponsors development and maintenance

Project information

Releases