Hello, All!
I recently had to fill out some online fillable PDF forms, totalling almost twenty pages worth. (Back in the day, I didn't fill out NEARLY that many pages to get one of the highest US security clearances available, so go figure!)
I tried Evince, but it doesn't seem to handle fillable forms at this time. The folks at Evince are working on it, but until they figure it all out, it seems as if there are instances (usually government forms) when nothing else but Adobe Reader will do.
Fortunately, as of this date, Adobe Reader is still in the Ubuntu repositories. In a terminal window [CTRL-ALT-T],
If it's removed from the repositories at some later date, for now, it can also be found here. Again, in a terminal window:
This will download the .deb into the '~/Downloads' folder. From there, the terminal will ask for confirmation, and will then install it if you answer 'y'.
Hope this helps...
73 DE N4RPS
Rob
I recently had to fill out some online fillable PDF forms, totalling almost twenty pages worth. (Back in the day, I didn't fill out NEARLY that many pages to get one of the highest US security clearances available, so go figure!)
I tried Evince, but it doesn't seem to handle fillable forms at this time. The folks at Evince are working on it, but until they figure it all out, it seems as if there are instances (usually government forms) when nothing else but Adobe Reader will do.
Fortunately, as of this date, Adobe Reader is still in the Ubuntu repositories. In a terminal window [CTRL-ALT-T],
Code:
sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update && sudo apt-get install acroread
If it's removed from the repositories at some later date, for now, it can also be found here. Again, in a terminal window:
Code:
cd ~/Downloads && wget http://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5./en/AdbeRdr9.5.5-1_i386linux_enu.deb
sudo gdebi AdbeRdr9.5.5-1_i386linux_enu.deb
This will download the .deb into the '~/Downloads' folder. From there, the terminal will ask for confirmation, and will then install it if you answer 'y'.
Hope this helps...
73 DE N4RPS
Rob
A gun in your hand is worth more than a whole police force on the phone.