Export Formidable Forms Views or Wordpress Pages to PDF with a Shortcode.
A simpler up-to-date replacement for Formidable Pro PDF Extended.
NB: This is currently an early alpha plugin and should only be used for testing.
- PHP 7.4
- Formidable Forms Pro
- Formidable Forms Visual Views addon
- Clone or download.
- Install dependencies with Composer:
$ cd ff-views-pdf
$ composer install
- Upload to plugins directory and activate.
- Set your default options via
options-general.php?page=options-ffviewpdf
. - Set inline options in shortcodes (see below).
- Export Formidable View as PDF
[wp2pdf viewid=X type=view]
- Export current page as PDF
[wp2pdf type=page]
- Landscape
[wp2pdf orientation=L]
- Portrait
[wp2pdf orientation=P]
- Left-to-Right
[wp2pdf direction=ltr]
- Right-to-Left
[wp2pdf direction=rtl]
Filename without .pdf file extension.
[wp2pdf filename=newfile]
Advanced configuration options are available by following the mPDF documentation.