# PDF

![](/files/-MQ5lpLQ3xSytefi-r_E)

{% 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'`

![](/files/-MabsTSxtxgwJPMkX7jO)

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

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

![](/files/nUWcr4ZS3eRz9QzaCFAs)

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

![](/files/hE7fVEy4sa31fOpMWSt9)

### 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 %}

![](/files/L89C3yR3k9cBq6fvoarI)

{% 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 %}

![](/files/Q3oK9VmS9j3IWMzTO8fl)

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ksitmalappuzha.in/hastham/e-district/adobe-reader.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
