# Personalized image download without annotations

This article shows how it is possible to create a custom hyperlink that will download an image without its annotations.

{% hint style="info" %}
**Info:**&#x20;

The **Visualforce Page** and **Apex Class** used in the present article can be found on GitHub by following this link: <https://github.com/SharinPix/demo-apex/tree/custom-footer-download>
{% endhint %}

* In the present context, the **Visualforce Page** is launched from a **custom Lightning action** found on the record page of the Contact Object. The screenshot below shows the custom action being executed.

<figure><img src="https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2FPdBj36AAd2eV9bNWPv7e%2Fimage%20(15).png?alt=media&#x26;token=d253e493-07a6-4fff-82cd-02d1c14311d1" alt=""><figcaption></figcaption></figure>

* Upon clicking on an image's thumbnail the **Download Image** hyperlink appears.

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-ccb6e7f81722b2c6ded5eb3025dc2c73c01d73a6%2Ffive.png?alt=media)

* When clicking on the **Download Image** hyperlink, the image that is currently being viewed is downloaded without its annotations.
* Hence, the resulting image downloaded is like the one shown below.

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-6ef4310ab0563846718376ee4bdf53495d26ef38%2Fcorridor.jpg?alt=media)
