This plugin creates a URL endpoint e.g. /my-post/pdf/ that generates a downloadable PDF file.
Available for installation via Wordpress.org, Composer via Packagist or GitHub Plugin Search.
Manual installation steps with Git:
Step 1: Clone this repository to your plugins directory
git clone https://github.com/Seravo/wp-pdf-templates.git
Step 2: Run a composer install from the command line in the plugin directory
composer install
Step 3: Activate the plugin from WordPress and you're done.
wp plugin activate wp-pdf-templates
For more information see readme.txt.