Last active
December 4, 2024 17:20
-
-
Save techedlaksh/2230fa7a8b61f2e6387a0c1f0d68d785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository "deb http://archive.canonical.com/ precise partner" | |
sudo apt-get update | |
sudo apt install adobereader-enu | |
######################################## | |
Make Adobe Reader as Default Application | |
sudo gedit /etc/gnome/defaults.list | |
Find out and change the line | |
application/pdf=evince.desktop | |
into: | |
application/pdf=acroread.desktop | |
And this in end too: | |
application/fdf=acroread.desktop | |
application/xdp=acroread.desktop | |
application/xfdf=acroread.desktop | |
application/pdx=acroread.desktop | |
####################################### | |
Alternatives to Adobe Reader is | |
Evince | |
Okular | |
Notable PDF (Chrome Plugin) | |
XPDF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment