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:
Install vmware tools in UbuntuIt is very important that you install VMware Tools in the guest operating system.With the VMware Tools SVGA driver installed, Workstation supports sig… Read More
How to change Screen resolution in UbuntuThis tutorial will explain how to change Screen resolution in Ubuntu and this might work in all ubuntu versions Procedure to follow 1) Go to System… Read More
How to Convert PDF files to HTML filesTranslates pdf documents into html format.Translates pdf files into HTML or XML formats, combined with png images. Supports encrypted pdf files.There … Read More
Install Flash Player 9 Update in UbuntuAdobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed imme… Read More
How to Crack pdf File Passwordyou want to crack pdf file passwords use pdfcrack.PDFCrack is a GNU/Linux (other POSIX-compatible systems should work too) tool for recovering passwor… Read More
0 comments:
Post a Comment