Adobe Acrobat was the first software to support Adobe Systems’ Portable Document Format (PDF). It is a family of software, some commercial and some free of charge. The Adobe Acrobat Reader program (now just called Adobe Reader) is available as a no-charge download from Adobe’s web site, and allows the viewing and printing of PDF files. It is a major component of the Adobe Engagement Platform, and is widely used as a way to present information with a fixed layout similar to a paper publication.
Several other PDF-editing programs allow some minimal editing and adding of features to documents, and come with other
modules including a printer driver to create PDF files.
Install acrobat reader with firefox plugin in Ubuntu
sudo apt-get install acroread mozilla-acroread acroread-plugins
This will complete the installation
If you want top open acrobat reader go to Applications -> Office -> Adobe Reader
Once it opens you should see the following screen
Adobe Reader support with SCIM
Note: If you have added additional language support (SCIM) you will have trouble with running Adobe Reader 7.0. There is a fix for this outlined below:
sudo gedit /usr/bin/acroread
Within that file change:
#!/bin/sh
#
to:
#!/bin/sh
#
GTK_IM_MODULE=xim
Save the file.
At this point Adobe Reader should work alongside additional language support (SCIM).
How to associate Adobe Reader for .pdf files in Ubuntu
This will explain how to set Adobe Reader as the default program for .pdf files on your Ubuntu system.
Right-click on any .pdf file Select “Properties”
Once it opens you need to select “Open With” Select Adobe Reader
This should now associate all .pdf files with Adobe Reader on your Ubuntu system.
Install Adobe PDF Reader with Plug-in for Mozilla Firefox in ubuntu
Related Posts:
How to enable a disabled account in finch i1. Open Action Menu (Alt+A) and open Accounts window in finch. 2. Select the account to enable using the arrow keys. 3. Press SPACEBAR and the [X] … Read More
Howto Mount and Unmout ISO images without burning them in ubuntuSome times you want to use iSO images without burning them.If you don’t want to waste your CD’s/DVD’s here is the simple possible solutions using thes… Read More
Howto Install More Than 4Gb Memory in 32 bit Ubuntu - How to Install PAE ( Physical Address Extension)If You Install More than 4 GB Memory in your 32bit ubuntu Machine It will not access the memory beyond 4GB.The x86 architecture presently uses only 36… Read More
Install Adobe PDF Reader with Plug-in for Mozilla Firefox in ubuntuAdobe Acrobat was the first software to support Adobe Systems’ Portable Document Format (PDF). It is a family of software, some commercial and some fr… Read More
How to make Ubuntu 9.04 (Jaunty Jackalope) Multimedia ReadyUbuntu 9.04 Required the foll0wing steps to Run Multimedia files like MP3, AVI, Mpeg, Flash file etc... In Ubuntu 9.04 "Jaunty jackalop", the univer… Read More
0 comments:
Post a Comment