=== Flexible PDF === Contributors: kursorA, grola Tags: pdf, html to pdf Requires at least: 4.5 Tested up to: 4.8 Stable tag: 1.0.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Creates PDF documents from HTML == Description == This plugin is for plugins or themes developers. Plugin exposes one function: **fpdf_create_pdf( $html )**. This functions converts any HTML content to PDF document. It expects one parameter ($html) with HTML code in string. == Installation == You can install this plugin like any other WordPress plugin. 1. Download and unzip the latest release zip file. 2. Upload the entire plugin directory to your /wp-content/plugins/ directory. 3. Activate the plugin through the Plugins menu in WordPress Administration. You can also use WordPress uploader to upload plugin zip file in menu Plugins -> Add New -> Upload Plugin. Then go directly to point 3. == Frequently Asked Questions == == Screenshots == == Upgrade Notice == == Changelog == = 1.0.1 = * Added contributor = 1.0 = * First release!