# WordPress PDF Templates
[![Latest Stable Version](https://poser.pugx.org/anttiviljami/wp-pdf-templates/v/stable)](https://packagist.org/packages/anttiviljami/wp-pdf-templates) [![Total Downloads](https://poser.pugx.org/anttiviljami/wp-pdf-templates/downloads)](https://packagist.org/packages/anttiviljami/wp-pdf-templates) [![Latest Unstable Version](https://poser.pugx.org/anttiviljami/wp-pdf-templates/v/unstable)](https://packagist.org/packages/anttiviljami/wp-pdf-templates) [![License](https://poser.pugx.org/anttiviljami/wp-pdf-templates/license)](https://packagist.org/packages/anttiviljami/wp-pdf-templates)

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](https://getcomposer.org/)
```
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](https://wordpress.org/plugins/wp-pdf-templates/).

You can also install the plugin by directly uploading the zip file as instructed below:

1. [Download the plugin](https://github.com/anttiviljami/wp-pdf-templates/archive/master.zip)
2. Upload to the plugin to /wp-content/plugins/ via the WordPress plugin uploader or your preferred method
3. Activate the plugin

## Screenshots

### Plugin used on the Vetrospace.com website
[![Vetrospace](/assets/screenshot-1.png)](https://vetrospace.com)
