Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Flexible PDF

Beschrijving

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.

Installatie

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.

FAQ

Installation Instructions

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.

Beoordelingen

1 oktober 2018
basta con poner: <?php $htmlString ="<h1>Hello World!!</h1>"; header("Content-type:application/pdf"); header("Content-Disposition:attachment;filename='LifeMilesMaster.pdf'"); echo fpdf_create_pdf($htmlString); ?>
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“Flexible PDF” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Flexible PDF” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.1

  • Added contributor

1.0

  • First release!