Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Flexible PDF

Описание

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.

Установка

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.

Часто задаваемые вопросы

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.

Отзывы

01.10.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); ?>
Посмотреть 1 отзыв

Участники и разработчики

«Flexible PDF» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Flexible PDF» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.1

  • Added contributor

1.0

  • First release!