Title: EnConvert URL to PDF
Author: enconvert
Published: <strong>July 10, 2026</strong>
Last modified: July 10, 2026

---

Search plugins

![](https://ps.w.org/enconvert-url-to-pdf/assets/banner-772x250.png?rev=3602356)

![](https://ps.w.org/enconvert-url-to-pdf/assets/icon-256x256.png?rev=3602356)

# EnConvert URL to PDF

 By [enconvert](https://profiles.wordpress.org/enconvert/)

[Download](https://downloads.wordpress.org/plugin/enconvert-url-to-pdf.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/enconvert-url-to-pdf/#description)
 * [Reviews](https://wordpress.org/plugins/enconvert-url-to-pdf/#reviews)
 *  [Installation](https://wordpress.org/plugins/enconvert-url-to-pdf/#installation)
 * [Development](https://wordpress.org/plugins/enconvert-url-to-pdf/#developers)

 [Support](https://wordpress.org/support/plugin/enconvert-url-to-pdf/)

## Description

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](https://enconvert.com/auth?mode=signup).
 2. Generate a public API key (`pk_*`) on your [EnConvert API keys page](https://enconvert.com/dashboard/api-keys).
 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](https://enconvert.com), or try 
this conversion online at [enconvert.com/convert/url-to-pdf](https://enconvert.com/convert/url-to-pdf).

**What the API does behind the scenes:**

 * Renders the target URL in a real headless browser at 1920×1080 viewport
 * Auto-dismisses cookie banners (OneTrust, Cookiebot, Didomi, Usercentrics, generic)
 * Triggers lazy-loaded images by scrolling the page
 * Bypasses Content Security Policy and Trusted Types restrictions that would otherwise
   block conversion
 * Returns a downloadable PDF in seconds

**Free tier available** — 100 monthly conversions, no credit card.

### Third-Party Service

This plugin sends visitor input directly from the visitor’s browser to the EnConvert
API:

 * `https://api.enconvert.com` — receives the URL and returns a presigned URL for
   the PDF download.

The visitor’s browser sends an `X-API-Key` header containing the public API key 
configured in plugin settings. The API validates the key and the requesting domain(
the page’s origin) before accepting the conversion. Your WordPress server is not
involved in the conversion request.

 * Service: EnConvert — [https://enconvert.com](https://enconvert.com)
 * Terms of Service: [https://enconvert.com/terms](https://enconvert.com/terms)
 * Privacy Policy: [https://enconvert.com/privacy](https://enconvert.com/privacy)

By using this plugin, you and your visitors agree to EnConvert’s Terms of Service
and Privacy Policy.

## Screenshots

[⌊Settings page where you paste your public API key.⌉⌊Settings page where you paste
your public API key.⌉[

Settings page where you paste your public API key.

[⌊The Shortcode block in the WordPress block editor.⌉⌊The Shortcode block in the
WordPress block editor.⌉[

The Shortcode block in the WordPress block editor.

[⌊The live converter form on a published page, with the URL input and Convert button.⌉⌊
The live converter form on a published page, with the URL input and Convert button
.⌉[

The live converter form on a published page, with the URL input and Convert button.

## Installation

 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.

## FAQ

### Where do I get a public API key?

Sign in at [enconvert.com](https://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](https://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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“EnConvert URL to PDF” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “EnConvert URL to PDF” into your language.](https://translate.wordpress.org/projects/wp-plugins/enconvert-url-to-pdf)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/enconvert-url-to-pdf/),
check out the [SVN repository](https://plugins.svn.wordpress.org/enconvert-url-to-pdf/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/enconvert-url-to-pdf/)
by [RSS](https://plugins.trac.wordpress.org/log/enconvert-url-to-pdf/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Brand name updated to EnConvert.

#### 1.0.0

 * Initial release. Native form, public-key authentication, direct API calls.

## Meta

 *  Version **1.0.1**
 *  Last updated **6 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **7.0.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [converter](https://wordpress.org/plugins/tags/converter/)[document](https://wordpress.org/plugins/tags/document/)
   [pdf](https://wordpress.org/plugins/tags/pdf/)[webpage](https://wordpress.org/plugins/tags/webpage/)
 *  [Advanced View](https://wordpress.org/plugins/enconvert-url-to-pdf/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/enconvert-url-to-pdf/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/enconvert-url-to-pdf/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/enconvert-url-to-pdf/)