4

Unfortunately document viewer only shows me this if I open my PDF document:

enter image description here

If I enter the Adobelink there is no linux version of acrobate reader. I need to open and write some stuff into this document.

Braiam
  • 67,791
  • 32
  • 179
  • 269
empedokles
  • 3,883
  • 15
  • 46
  • 68

2 Answers2

6

This document appears to use functions not available in the default PDF viewer (Evince) that you are using. Adobe has long stopped maintaining Reader for Linux, and removed the download links.

However, if you read this article, it is still possible to install Adobe Reader for Ubuntu. The .deb file can be found here. Hopefully, it will offer the functionality that this document requires.

Jos
  • 29,224
  • Thank you so much! I don't know about the OP, but for me this is the solution to the documents I couldn't open in okular, xpdf, evince, epdfview, mupdf, gv... – Mr Lister Jun 23 '15 at 13:42
1

I have qpdfview installed. It's pretty fast and featured enough. It's got different view modes like 2 pages, 4 pages, etc. and also docks changeable thumbnails, outline etc. And unlike Okular which is also a great pdf reader, qpdfview doesn't depend on much to be installed; Okular requires some amount of kde packages. To install the latest stable:

sudo add-apt-repository ppa:b-eltzner/qpdfview
sudo apt-get update
sudo apt-get install qpdfview

enter image description here

muru
  • 197,895
  • 55
  • 485
  • 740
JoKeR
  • 6,972
  • 9
  • 43
  • 65
  • Doesn't help with Adobe's "broken" documents that want you to download the latest reader from Adobe directly :-/ – zaTricky Mar 14 '19 at 16:16