# WkHTMLtoPDF

DocKing Identifier Key: `wkhtmltopdf`

A good old PDF engine that has been popular for decades and is still heavily used by people worldwide.&#x20;

### Rating

* Speed: ⭐️⭐️⭐️⭐️⭐️
* Friendly (HTML, CSS, Styling,...): ⭐️⭐️⭐️⭐️
* Installation: ⭐️⭐️⭐️⭐️

### Installation

Check out these: <https://wkhtmltopdf.org/downloads.html>

#### Ubuntu

```
sudo apt-get update
sudo apt-get -y install wkhtmltopdf
```

#### MacOS

```
brew install wkhtmltopdf
```

{% hint style="info" %}
Since it has been around for decades, a simple "Install wkhtmltopdf on \<your OS>" search would give you a lot of articles online.
{% endhint %}

{% hint style="success" %}
DocKing will always use the "command line" invoker to render, so you don't have to update any environment variable.
{% endhint %}
