Linux 软件免费装
Banner图

RelahConvert PDF & Office Tools

开发者 brightagbomado
更新时间 2026年5月28日 10:52
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

pdf pdf editor compress pdf merge pdf split pdf

下载

详情介绍:

RelahConvert PDF & Office Tools is a Media Library extension that brings 16 free PDF and Office document tools to WordPress. Click a tool button on any PDF, Word, Excel, or PowerPoint attachment, process the file on RelahConvert.com, and the result is sent back to your Media Library automatically. Your file never leaves your device. All 16 tools process your PDF or Office document entirely in your browser — there is no server-side conversion step, no third-party processing API, no upload to RelahConvert's servers for the file itself. The processing JavaScript runs locally on whatever device you have the Media Library open on. This plugin is a sibling to RelahConvert Image Tools (38 image tools). They cover non-overlapping file types — install one, both, or neither. The 16 tools PDF — Organize Where Processing Happens All 16 tools process your file entirely in your browser using open-source JavaScript libraries (pdf-lib, pdfjs, JSZip, mammoth.js, SheetJS, docx). Your PDF, Word, Excel, or PowerPoint file never leaves your device for the actual conversion or editing step. The only network activity tied to file content is "Send to WordPress" — when you choose to send your processed file back to your Media Library, the plugin POSTs it to a REST endpoint on your own WordPress site using a short-lived authentication token. Optional, only if the user signs in on RelahConvert.com: Save to Account uploads the processed file to Supabase Storage so it can be re-downloaded later. Sign-in is not required to use any tool. Seamless WordPress Integration Click a tool button in the Media Library → file opens on RelahConvert.com with your file auto-loaded → process it in your browser → click "Send to WordPress" → processed file lands back in your Media Library. No manual download and re-upload. How It Works
  1. Activate the plugin and click Connect on the Settings → RelahConvert PDF page. This is a one-click authorization that uses WordPress's built-in Application Passwords — no setup, no API keys.
  2. Go to your WordPress Media Library.
  3. Click any RelahConvert action button on a PDF, .docx, .xlsx, or .pptx attachment (Merge, Split, Compress, or To Word / To Excel).
  4. The tool opens on RelahConvert.com with your file auto-loaded.
  5. Process your file with one click — everything happens in your browser.
  6. Click "Send to WordPress" to add the processed file directly back to your Media Library.
You can use the 16 tools for conversion without connecting — the one-time Connect step only enables the round-trip "Send to WordPress" upload. Third-Party Services This plugin loads the processing UI from RelahConvert.com. When you click a tool button in the Media Library, your browser opens RelahConvert.com with your file auto-loaded. What happens there: By using this plugin, you agree to RelahConvert's Terms of Service and Privacy Policy, and to the terms of any third-party service you choose to use through it. CORS Configuration On activation, this plugin adds a CORS header to your wp-content/uploads/.htaccess file to allow RelahConvert.com to load your attachments for processing: Header set Access-Control-Allow-Origin "https://relahconvert.com" The block is bracketed by # BEGIN RelahConvert-PDF CORS and # END RelahConvert-PDF CORS markers so the plugin can clean up after itself. The rule is automatically removed when the plugin is deactivated. If you also use the RelahConvert Image Tools plugin, both plugins manage their own marker blocks independently — they coexist without interfering with each other. Features

安装:

  1. Upload the relahconvert-pdf-office-tools folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Settings > RelahConvert PDF to see all available tools.
  4. Open your Media Library to start using the action buttons on PDF / Office attachments.

屏幕截图:

  • RelahConvert tool with PDF auto-loaded and Send to WordPress button.
  • Settings page listing all 16 tools.

升级注意事项:

1.0.1 Authentication now uses WordPress's built-in Application Passwords. After updating, click Connect on the plugin settings page to re-authorize. Minimum WordPress version is now 5.6. 1.0.0 Initial release.

常见问题:

Does this plugin upload my PDFs or documents to a server?

No. All 16 tools process your file entirely in your browser using JavaScript libraries (pdf-lib, pdfjs, JSZip, mammoth.js, SheetJS, docx). Your PDF, Word, Excel, or PowerPoint file never leaves your device. The only time your file moves over a network is when you explicitly click "Send to WordPress" to upload the processed result back to your own Media Library. That goes only to your WordPress site, not to any third party.

Is it free?

Yes. All 16 tools are free to use. No account is required for processing. No watermark is added to output. Optional sign-in unlocks cloud-saved files and preference sync across devices.

Do I need an API key?

No. The plugin uses WordPress's built-in Application Passwords, which are generated automatically when you click "Connect" on the plugin settings page. You never enter or manage an API key.

How is the "Send to WordPress" upload authenticated?

The plugin uses WordPress Application Passwords — the official WordPress mechanism for authenticating third-party app requests. When you click Connect in plugin settings, WordPress's built-in authorization screen asks you to approve the app once. WordPress generates an application-specific password (separate from your login password) and stores it. The plugin then uses that password to authenticate the upload via WordPress's native /wp/v2/media REST endpoint using HTTP Basic Auth. You can revoke access at any time via plugin settings (Disconnect) or directly from your WordPress profile under "Application Passwords".

Why are Word→PDF, Excel→PDF, and PowerPoint→PDF not in this plugin?

Those conversions (and the reverse direction — PDF→Word, PDF→Excel, PDF→PowerPoint) require a server-side conversion engine because they can't be done reliably in the browser. RelahConvert.com offers them as free tools through a third-party conversion API. We've intentionally excluded them from this plugin so that everything in the plugin can guarantee "your file never leaves your device." If you need those conversions, visit RelahConvert.com.

Does it work with the Block Editor (Gutenberg)?

Yes. The plugin adds action buttons in the media library modal used by both the Classic Editor and Block Editor.

What does "Send to WordPress" do?

After processing a file on RelahConvert.com, you can click "Send to WordPress" to upload the processed file directly to your WordPress Media Library without manually downloading and re-uploading.

Does this plugin modify my .htaccess file?

Yes. On activation, the plugin adds a CORS header to wp-content/uploads/.htaccess to allow RelahConvert.com to load your attachments. The block is wrapped in # BEGIN RelahConvert-PDF CORS / # END RelahConvert-PDF CORS markers and is removed on deactivation.

Can I use this alongside the RelahConvert Image Tools plugin?

Yes. The two plugins use distinct REST namespaces (relahconvert-pdf/v1 vs relahconvert/v1), distinct .htaccess marker blocks, and distinct transient key prefixes. They are designed to coexist.

更新日志:

1.0.2 1.0.1 1.0.0