Linux 软件免费装
Banner图

EnConvert URL to PDF

开发者 enconvert
更新时间 2026年7月10日 18:59
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

pdf converter document webpage url to pdf

下载

1.0.0 1.0.1

详情介绍:

Add a polished URL-to-PDF converter to any WordPress page in seconds. Visitors paste a URL, click Convert, and download a high-fidelity PDF. The plugin renders a native form on your site and sends the URL directly to the EnConvert API for conversion. No iframe, no extra tracking — just a clean form on your page. How it works:
  1. Create a free EnConvert account.
  2. Generate a public API key (pk_*) on your EnConvert API keys page.
  3. Add your WordPress site's domain to the key's allowed-domains list.
  4. Paste the key into the plugin settings.
  5. Drop [enconvert_url_to_pdf] into any page, post, or shortcode block.
New to EnConvert? Visit the EnConvert homepage, or try this conversion online at enconvert.com/convert/url-to-pdf. What the API does behind the scenes: Free tier available — 100 monthly conversions, no credit card.

安装:

  1. Upload the enconvert-url-to-pdf folder to /wp-content/plugins/, or install via the Plugins menu.
  2. Activate the plugin.
  3. In your EnConvert dashboard, create a public API key (pk_*) and add this site's domain to its allowed-domains list (wildcards like *.example.com work).
  4. In WordPress, go to Settings → EnConvert URL to PDF and paste the public key.
  5. Insert [enconvert_url_to_pdf] in any page, post, or Shortcode block.

屏幕截图:

  • The Shortcode block in the WordPress block editor.
  • The live converter form on a published page, with the URL input and Convert button.

升级注意事项:

1.0.1 Brand name updated to EnConvert. No action required. 1.0.0 Initial release.

常见问题:

Where do I get a public API key?

Sign in at enconvert.com and go to Dashboard → API Keys. Create a key of type "Public" (pk_*). Public keys are designed for browser use and are restricted to the domains you list.

Why a public key instead of a secret key?

Secret keys (sk_*) cannot be used from a browser — the API rejects them with a 403 error. Public keys (pk_*) are safe to use in front-end code because they are restricted to a list of domains you control. If someone copies your key, it will not work on their site.

Does this plugin send anything through my WordPress server?

No. The visitor's browser sends the URL directly to api.enconvert.com. Your WordPress server never sees the URL or the resulting PDF.

My conversion fails with "Domain not authorized". What now?

The domain serving the WordPress page is not in the API key's allowed-domains list. Open your EnConvert dashboard, edit the key, and add your site's domain. Wildcards like *.example.com cover all subdomains.

Does it work in the block editor?

Yes. WordPress includes a built-in Shortcode block. Add it and paste [enconvert_url_to_pdf]. The form renders both inside the editor preview and on the published page.

What are the conversion limits?

The free tier includes 100 conversions per month. Paid tiers raise the limit; see enconvert.com/pricing.

Does it work with multisite?

Yes, but each site needs to activate the plugin and configure its own API key. The plugin has not been tested as a network-activated plugin.

更新日志:

1.0.1 1.0.0