

The import / export modal opened from the "Document" button in the post editor.
A single button in the post editor lets you import an office document to create a draft, or export the current post to a downloadable file. No external rendering tool is required: import and export are 100% native PHP.
On import:
alt attribute, on the tag and in the Media Library) after the subheading that precedes it.alt attribute can be generated by an AI based on the context and the image (see “External services” below).Supported import formats (native, no server tools): .docx (Word), .odt (LibreOffice/OpenOffice), .txt, .md (Markdown).
On export: download the current post as .docx, .odt, .pdf or .txt, generated entirely in PHP (no LibreOffice). The featured image is placed before the title and content images are embedded (DOCX/ODT/PDF — PDF images require the GD extension, otherwise a text fallback is used). Headings, bold/italic/underline/strikethrough, lists, quotes, tables and alignment are preserved.
Editors and page builders: the button appears in Gutenberg and the Classic Editor, a button is injected into the Elementor editor panel, and a “Document” entry is added to the WordPress admin bar as a universal fallback. On export, content built with Divi (shortcodes) or Elementor (post meta) is rendered to HTML before conversion.
Internationalization: the interface follows the WordPress site language. Translations are bundled for many European and Asian languages, and a .pot template is provided.
This plugin can optionally connect to a third‑party AI API only if you enable it in Settings Import / Export articles and provide an API key. It is disabled by default.
When enabled, during import the plugin sends, for each imported image, the following data to the provider you select in order to generate the image alt text:
Supported providers and their endpoints:
No data is sent to any external service when the AI option is disabled. The API key is stored in your site’s database and used only to authenticate these requests.