# PDF

![](https://4069828632-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MK_8KNTUUz_X6mqZndc%2F-MQ5kJSSwLYns65B-y0g%2F-MQ5lpLQ3xSytefi-r_E%2Fadobe_reader_vertical.png?alt=media\&token=9c0d41e9-f169-445a-96b8-a32a0ff0435f)

{% hint style="danger" %} <mark style="color:red;">**Please note that Adobe no longer supports Acrobat Reader for Linux. The latest native Linux version is 9.5.5 dated from 26/04/2013. From this reason you should refrain using/installing Adobe Acrobat Reader to avoid potential vulnerabilities and hacker exploits.**</mark>
{% endhint %}

## Installation of Adobe Reader in Ubuntu&#x20;

```
sudo wget -O ~/adobe.deb ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
```

```
sudo dpkg --add-architecture i386
```

```
sudo apt update
```

```
sudo apt install libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386
```

```
sudo dpkg -i ~/adobe.deb
```

{% hint style="success" %}
Launch Adobe Acrobat Reader on Ubuntu
{% endhint %}

## How to Remove Adobe Reader in Ubuntu

```
sudo apt-get purge adobereader-enu
```

```
sudo apt-get autoremove
```

## **How to Set Adobe Reader as default PDF reader**

*Ubuntu 32 bit*

```
sudo gedit /usr/share/applications/AdobeReader.desktop
```

{% hint style="info" %}
**Edit the Exec=acroread line to be Exec=acroread %f and save the file.**
{% endhint %}

*Ubuntu 64 bit*

```
sudo gedit /usr/share/applications/AdobeReader.desktop
```

{% hint style="info" %}
**Edit the Exec=acroread line to be Exec=acroread %f and save the file.**
{% endhint %}

## Can't validate signature on PDF \[SSL Error]

* [x] In Acrobat or Reader, click `Edit` > `Preferences`.
* [x] From the `Preferences` dialog box, select `Security` on the left.
* [x] Click `Advanced Preferences`, and then click the `Verification tab`.
* [x] Select Verify Signature using `'The Current time'`

![](https://4069828632-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MK_8KNTUUz_X6mqZndc%2F-MabqVZQoLz2mDPySESo%2F-MabsTSxtxgwJPMkX7jO%2FIMG-20210408-WA0010.jpg?alt=media\&token=2f2215e0-e96a-4451-ab2f-77d4eb9b69fd)

{% hint style="success" %}
Restart the Adobe reader and validate the signature
{% endhint %}

### Display of Valid Signature in previous version of Digital Signature:

![](https://4069828632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MK_8KNTUUz_X6mqZndc%2Fuploads%2FBkHCJzqJt6ToT8vWO45U%2Fsign.JPG?alt=media\&token=af456abe-6cfc-422a-9400-e02e440ab1db)

### Display of Valid Signature in Current Version of Digital Signature:

![](https://4069828632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MK_8KNTUUz_X6mqZndc%2Fuploads%2FjuqkskYySAVxbKSYaXW6%2Fsign2.JPG?alt=media\&token=e2b40638-f501-484f-9488-9c77bb1f0f3b)

### Digital Signature Validation:

{% hint style="info" %}
After opening the pdf file, click on Signature Panel located at upper right corner of adobe reader. A window will open on left side of document, where all information regarding signature validation is displayed along with the signature details. In case of Valid signature, Green Check will be shown at upper left corner of adobe reader and also inside signature panel itself
{% endhint %}

![](https://4069828632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MK_8KNTUUz_X6mqZndc%2Fuploads%2FNHJ8Bn4Bs2VS9SD7dUS3%2FSIGN4.JPG?alt=media\&token=ba29f8a9-d40f-485f-b5bf-afae3b0a599e)

{% hint style="info" %}
In case of Invalid Signature, Red Cross sign is displayed at upper left corner of adobe reader and inside signature panel itself,
{% endhint %}

![](https://4069828632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MK_8KNTUUz_X6mqZndc%2Fuploads%2FxhQR4cACmkAn4yvYPFls%2Fsign5.JPG?alt=media\&token=ee2b4ea4-5bf5-48cd-b454-65b4dce19143)

##
