Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Flexible PDF

Leírás

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.

Telepítés

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.

GYIK

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.

Vélemények

2018.10.01.
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); ?>
1 vélemény olvasása

Közreműködők és fejlesztők

“Flexible PDF” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Flexible PDF” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.0.1

  • Added contributor

1.0

  • First release!