Plugin info

Total downloads: 2,668
Active installs: 60
Total reviews: 1
Average rating: 1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/24/2024 (372 days ago)
Added to WordPress: 9/22/2023 (2 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 372 days ago • 1 reviews

28/100

Is HTML to PDF Converter abandoned?

Possibly abandoned (last update 372 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.7.4
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Save as PDF Plugin by PDFCrowd
Rating 4.1/5 (27 reviews)Active installs 1,000

Description

The “HTML to PDF Converter” WordPress plugin created by html2pdf.app, provides an easy way to convert any WordPress page or post to a PDF file. Simply install the plugin, configure your API key and conversion settings, and use the shortcode [html2pdf text="Save as PDF"] to add a PDF conversion link to any page or post on your site.

Plugin Settings

To configure the plugin, go to the “Settings -> HTML to PDF” page and enter your html2pdf.app API key. You can get the API key by registering an account on https://dash.html2pdf.app/registration.

You can also customize the PDF conversion settings, including the format, orientation (portrait or landscape), margins, and custom page size.

Usage

To display the PDF conversion link using the shortcode, simply add the following shortcode to any page or post: [html2pdf text="Save as PDF"]

Examples

Use “media” parameter to activate special styles for printing: [html2pdf text="Save as PDF" media="print"].

CSS example to show only relevant part of the web page:

@media print {
  /* Hide everything */
  * {
      visibility: hidden;
      margin: 0;
      padding: 0;
  }

  /* Make only your desired content visible */
  .your-visible-content * {
      visibility: visible;
  }

  /* Optionally hide the conversion link from the PDF */
  .html2pdf_button {
      visibility: hidden!important;
  }
}

Installation

  1. Upload the plugin files to the /wp-content/plugins/html-to-pdf-converter directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Configure plugin going to the configuration page: “Settings -> HTML to PDF”.
  4. Use the [html2pdf text="Save as PDF"] shortcode to display the PDF conversion link on your site.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.8

  • Use page URL instead of persisted one, add settings link in a plugins page

1.0.7

  • Update icon, increase compatibility with the latest wordpress version

1.0.6

  • Update readme file with examples

1.0.5

  • Add possibility to pass media parameter through the shortcode

1.0.4

  • Improve error reporting

1.0.3

  • Icon, author URI and support email added

1.0.2

  • Initial version

Initial release of the plugin.