anttiviljami / wp-pdf-templates
This plugin creates a URL endpoint e.g. /my-post/pdf/ that generates a downloadable PDF file.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 41
Watchers: 8
Forks: 15
Open Issues: 18
Type:wordpress-plugin
Requires
- composer/installers: ~1.0
- dompdf/dompdf: dev-develop
This package is auto-updated.
Last update: 2020-04-27 05:28:45 UTC
README
This plugin creates a URL endpoint for WordPress e.g. /my-post/pdf/ that generates a downloadable PDF file.
Installation
The Composer Way (preferred)
Install the plugin via Composer
composer require anttiviljami/wp-pdf-templates
Activate the plugin
wp plugin activate wp-pdf-templates
The Old Fashioned Way
This plugin is available on the official WordPress.org plugin directory.
You can also install the plugin by directly uploading the zip file as instructed below:
- Download the plugin
- Upload to the plugin to /wp-content/plugins/ via the WordPress plugin uploader or your preferred method
- Activate the plugin