Linux 软件免费装
Banner图

Postora Export for DOCX

开发者 abdulrehmanseo
更新时间 2026年7月6日 20:06
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

download export draft word docx

下载

1.1.0

详情介绍:

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 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.

安装:

  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.

屏幕截图:

  • Download DOCX button in the post editor sidebar.
  • Example exported Microsoft Word document.

升级注意事项:

1.1.0 Adds hardened local-image handling, resource limits, improved document formatting, and WordPress.org-ready metadata.

常见问题:

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.

更新日志:

1.1.0 1.0.0