Title: Postora Export for DOCX
Author: abdulrehmanseo
Published: <strong>6 de juliol de 2026</strong>
Last modified: 6 de juliol de 2026

---

Cerca extensions

![](https://ps.w.org/postora-export-for-docx/assets/banner-772x250.png?rev=3597721)

![](https://ps.w.org/postora-export-for-docx/assets/icon-256x256.png?rev=3597721)

# Postora Export for DOCX

 Per [abdulrehmanseo](https://profiles.wordpress.org/abdulrehmanseo/)

[Baixa](https://downloads.wordpress.org/plugin/postora-export-for-docx.1.1.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/postora-export-for-docx/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/postora-export-for-docx/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/postora-export-for-docx/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/postora-export-for-docx/#developers)

 [Suport](https://wordpress.org/support/plugin/postora-export-for-docx/)

## Descripció

Postora Export for DOCX lets you export a WordPress post, including an unpublished
draft, as a properly formatted Microsoft Word `.docx` file with one click.

The export is generated securely on your own server. No content is sent to an external
service, and no third-party PHP library is required.

**Features**

 * Download draft, pending, scheduled, private, and published posts.
 * Export from the Posts list or the post editor.
 * Include the title, status, author, last-modified date, categories, and featured
   image.
 * Preserve headings, paragraphs, bold text, italic text, underline, links, lists,
   nested lists, blockquotes, code blocks, tables, captions, and local Media Library
   images.
 * Distribute table columns automatically according to the number of cells.
 * Keep exports private with post-specific nonces and WordPress capability checks.
 * Protect server resources with image-count and image-size limits.
 * Build genuine DOCX files with PHP’s built-in `ZipArchive` extension.
 * Process everything locally without tracking, remote requests, or external services.

The plugin exports the currently saved database version of the post. Save or update
the post before downloading to include your latest editor changes.

Shortcodes are not executed by default. This avoids running unknown or expensive
shortcode callbacks during an export. Developers can enable trusted shortcodes with
the `postora_docx_process_shortcodes` filter.

## Captures

[⌊Download DOCX link in the Posts list.⌉⌊Download DOCX link in the Posts list.⌉[

Download DOCX link in the Posts list.

[⌊Download DOCX button in the post editor sidebar.⌉⌊Download DOCX button in the 
post editor sidebar.⌉[

Download DOCX button in the post editor sidebar.

[⌊Example exported Microsoft Word document.⌉⌊Example exported Microsoft Word document
.⌉[

Example exported Microsoft Word document.

## Instal·lació

 1. Upload the `postora-export-for-docx` folder to `/wp-content/plugins/`, or install
    the plugin ZIP through Plugins > Add New > Upload Plugin.
 2. Activate Postora Export for DOCX through the Plugins screen.
 3. Go to Posts and click «Download DOCX» beneath an eligible post.
 4. Alternatively, open a post and use the «Download DOCX» button in the editor sidebar.

The plugin requires the PHP Zip extension and checks for `ZipArchive` during activation.

## PMF

### Does it work with drafts?

Yes. Draft export is one of the plugin’s primary use cases. Downloading a draft 
does not publish or modify it.

### Does it work with custom post types?

The default interface supports the regular Posts post type. Developers can add pages
or custom post types with the `postora_docx_supported_post_types` filter; the plugin
then adds the relevant row action and editor meta box automatically.

### Are images included in the export?

Yes. Featured images and inline images stored in the local WordPress uploads directory
are embedded in the DOCX file. Remote images are not downloaded.

### Are there image limits?

Yes. An export can include up to 50 unique images, with a maximum of 20 MB per image
and 100 MB of image data in total. Repeated uses of the same image are deduplicated.

### Does it require any extra PHP extensions?

It requires PHP’s `ZipArchive` extension. The plugin checks for this during activation
and displays a clear error when it is unavailable. The DOM extension is optional
because the plugin includes a fallback HTML parser.

### Are shortcodes executed?

No, not by default. Developers can enable trusted shortcode processing with the `
postora_docx_process_shortcodes` filter.

### Is anything sent to external servers?

No. All processing happens on your WordPress server. The plugin makes no remote 
requests and includes no analytics or tracking.

### Can export metadata be changed or disabled?

Yes. Developers can use the `postora_docx_metadata_settings` and `postora_docx_metadata_lines`
filters to remove or customise status, author, modified-date, and category information.

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Postora Export for DOCX» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ abdulrehmanseo ](https://profiles.wordpress.org/abdulrehmanseo/)

[Traduïu «Postora Export for DOCX» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/postora-export-for-docx)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/postora-export-for-docx/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/postora-export-for-docx/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/postora-export-for-docx/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/postora-export-for-docx/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.1.0

 * Added secure DOCX export for draft, pending, scheduled, private, and published
   posts.
 * Added post-list and editor-sidebar download actions.
 * Added headings, inline formatting, nested lists, blockquotes, code blocks, tables,
   captions, featured images, and local inline-image support.
 * Added automatic table cell widths based on column count.
 * Added depth-aware indentation for nested lists.
 * Added canonical uploads-path validation to prevent local file traversal.
 * Added limits of 50 images, 20 MB per image, and 100 MB total image data.
 * Added image deduplication.
 * Added safe error messages and private debug logging.
 * Added ZIP-operation and download-stream checks.
 * Added emoji and supplementary Unicode support.
 * Added network-disabled DOM parsing with a fallback parser when DOM is unavailable.
 * Added strict handling for unpublished WordPress GMT zero dates.
 * Added an activation check for PHP `ZipArchive`.
 * Added filters for supported post types, metadata, rendered content, shortcodes,
   and optional JPEG metadata stripping.
 * Added export and cleanup action hooks for integrations and auditing.

#### 1.0.0

 * Initial development release.

## Meta

 *  Versió **1.1.0**
 *  Darrera actualització **fa 6 dies**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 6.0 o posterior **
 *  Provada fins a **7.0.1**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/postora-export-for-docx/)
 * Etiquetes
 * [docx](https://ca.wordpress.org/plugins/tags/docx/)[download](https://ca.wordpress.org/plugins/tags/download/)
   [draft](https://ca.wordpress.org/plugins/tags/draft/)[export](https://ca.wordpress.org/plugins/tags/export/)
   [word](https://ca.wordpress.org/plugins/tags/word/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/postora-export-for-docx/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[Your review](https://wordpress.org/support/plugin/postora-export-for-docx/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/postora-export-for-docx/reviews/)

## Col·laboradors

 *   [ abdulrehmanseo ](https://profiles.wordpress.org/abdulrehmanseo/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/postora-export-for-docx/)