Slashdot Mirror


Adobe Releases Acrobat Client for Linux

DanMan writes "Adobe has released a reader client (Adobe Acrobat Reader 7.0) for the linux operating system. No news on open sourcing the client, but they're making a start. You can download the client from their site."

35 of 478 comments (clear)

  1. DUPE!!! by Anonymous Coward · · Score: 2, Informative

    Adobe Reader 7.0 Coming to Linux - Described how to download it.

    1. Re:DUPE!!! by Cylix · · Score: 2, Informative

      Yeah, I grabbed it that same day too...

      It was already released then...

      Still, they didn't mention the download location then, so I suppose it counts as the second half of the article with a generous portion of laziness in between.

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
  2. a start? by R.D.Olivaw · · Score: 3, Informative

    How is this making a start? Acrobat reader 6 didn't count?

    1. Re:a start? by G�tz · · Score: 5, Informative

      There was no Acrobat reader 6 on Linux, that release was skipped. The last version before 7 was 5.0.10.

    2. Re:a start? by Jonny_eh · · Score: 3, Informative

      Not to mention that it now supports a decent graphics library. It's not ugly anymore, now I believe it uses GTK2. Which means it looks consistent on most desktops with other apps. The previous acroread 5 used it's own graphics library which made it look very inconsistent with other programs.

    3. Re:a start? by dmaxwell · · Score: 4, Informative

      However I haven't found a kpdf firefox plugin so I'm using acrobat reader.

      Try mozplugger. It will embed most any X proggy into a Firefox or Mozilla window.

  3. 37Mb??!?!?! by phunkymunky · · Score: 5, Informative

    37Mb RPM?! I think i'll just stick with gpdf...

    1. Re:37Mb??!?!?! by Anonymous Coward · · Score: 4, Informative

      Gpdf is deprecated, use Evince instead.
      It is much much faster, has thumbnails and can search the pdf.

      The only things its missing to catch up with kpdf 3.4 is remembering the site you were, bookmarks, and continous/doublepage -mode.

  4. Direct link by xtracto · · Score: 3, Informative
    --
    Ubuntu is an African word meaning 'I can't configure Debian'
    1. Re:Direct link by caluml · · Score: 2, Informative

      ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/e nu/ for the slightly less impatient.
      Is there any problem with lumping it in the "Unix" category. I thought Linux != Unix.

  5. Re:old by y2dt · · Score: 2, Informative

    app-text/acroread-7.0

  6. key mapping! by xixax · · Score: 2, Informative

    I hope they actually bother paying attention to my mouse preferences. Version 5 ignores my scroll wheel and it uses clunky Motif widgets (bleagh). More likely they'll only use the opportunity include some of the more unpleasant misfeatures like spying. Xix.

    --
    "Everything is adjustable, provided you have the right tools"
    1. Re:key mapping! by afd8856 · · Score: 2, Informative

      > ... like spying

      Checked. They've added EcmaScript to the pdf, now it's possible to call websites with that. I think I read right here on ./ about a company that offers pdf tracking.

      --
      I'll do the stupid thing first and then you shy people follow...
    2. Re:key mapping! by Flying+Purple+Wombat · · Score: 2, Informative

      If EcmaScript (a.k.a. JavaScript) bothers you in acroread v7.0, choose edit->preferences->JavaScript and uncheck "Enable Acrobat JavaScript". (NB, this is for the Linux version, I don't know about the others).

      --
      If God had meant for man to see the sunrise, He would have scheduled it later in the day.
  7. javascript and privacy by Anonymous Coward · · Score: 1, Informative

    See http://lwn.net/Articles/129729/ why you
    should handle it with care, if privacy is important to you.

  8. Re:I... by Lussarn · · Score: 2, Informative

    It has a button in the upper right corner which opens a browser where you can buy books, it also has some form of Yahoo search in it. I try to keep my computer as clean as possible from commercial interests and this program is borderline. 99% of the time gpdf works fine anyway.

    emerge -C for you acrobat.

  9. Spyware, Encumbered? by Speare · · Score: 2, Informative

    There's been recent talk about new document "tracking" features that require a call home to read, and other stupid "smart data" junk which require a blackbox client. If Adobe expects me to run their spyware on my Linux machine, they have another think coming.

    --
    [ .sig file not found ]
  10. Using it, works well by starseeker · · Score: 2, Informative

    I have used kpdf, gpdf, and xpdf as well - they work OK, but in my experience Acrobat Reader is still the goto client if you have a pdf the others can't read or for advanced features. The others are steadily improving, and I think will get there in time, but basically until kpdf/gpdf/xpdf start opening pdf documents as well as or better than Acrobat for all available features, I fear Acrobat Reader will still be around.

    Incidently, 7.0 seems to be a huge leap from version 5. Works much better with modern Linux software, despite a few lingering quirks. I had not heard of any pressure or consideration on the part of Adobe to release the code to Reader, but that would seriously rock if they did.

    I note with some amusement that the Linux version of Acrobat Reader still has the purchase Adobe Acrobat link in the menus, despite a version not being available on Linux.

    --
    "I object to doing things that computers can do." -- Olin Shivers, lispers.org
  11. For Debian users... by kbmccarty · · Score: 4, Informative

    Christian Marillat has made available unofficial Debian packages of Acrobat 7 since a few weeks now. On sarge or sid, add the following to /etc/apt/sources.list:

    deb ftp://ftp.nerim.net/debian-marillat/ testing main
    deb-src http://perso.wanadoo.fr/debian/ unstable main

    Then it's as easy as apt-get update; apt-get install acroread mozilla-acroread. This gives you the core functionality and Web browser plugin. (Incidentally, there are a bunch of other useful unofficial debs there, including mplayer and lame.)

    You can also install the Javascript plugin and a whole bunch of other Acrobat plugins with apt-get install acroread-plugins. However, be aware that some plugins may report back to the mother ship: LWN article. Also, they will eat another 43 MB of disk space.

    --
    - Kevin B. McCarty
  12. WARNING! Document tracking included by Idaho · · Score: 5, Informative

    Be sure to read this article before you install the reader.

    The software contains functionality that could cause serious privacy concerns - it is possible to include a tracking mechanism in PDF's, readers that this great 'feature' will then contact some website and keep track of how many people read that document.

    --
    Every expression is true, for a given value of 'true'
    1. Re:WARNING! Document tracking included by merkac · · Score: 5, Informative
      The solutions suggested on that page are to
      (a) disable javascript in the preferences (which leads to annoying popup requesting that you turn it back on *every* time you close).

      Which leads to further suggestions to:
      (b) Go to $HOME/.adobe/Acrobat/7.0/JavaScripts and remove "glob.settings.js". Create a symbolic link with that name to "/dev/null". That should stop the dialog box.

      Or
      (c) block the main site that it seems to talk to: www.remoteapproach.com

      My solution was to:
      (d) turn on the proxy settings preferences and point it to somewhere that won't resolve.

    2. Re:WARNING! Document tracking included by m0RpHeus · · Score: 5, Informative

      Just include this in your iptables rules:

      iptables -A OUTPUT -m owner --cmd-owner acroread -j DROP

      --
      Take-off every .sig! For Great Justice!
  13. Re:It seems to me... by Dot.Com.CEO · · Score: 3, Informative

    The PDF format is open. You can print to PDF off every platform and office suite except Office on Windows.

    --
    Mother is the best bet and don't let Satan draw you too fast.
  14. Re:Ive used for some time by koh · · Score: 5, Informative

    Nice try, you miserable cut&paste clod.

    For the record, your post is basically a complete rip of this post by El Cubano with a couple of lines stacked in front of it. Moderators, please act accordingly.

    I do not think behavior such as yours should be encouraged. Actually, I hope you'll reincarnate into some exotic frog, SCO techie, or worse.

    --
    Karma cannot be described by words alone.
  15. WARNING! "Unexpected features" by diegocgteleline.es · · Score: 2, Informative

    READ this before installing it: http://lwn.net/Articles/129729/

    Remote Approach's reporting did not work when we viewed the document with Kpdf, Xpdf and Adobe Reader 5.0.10. It also failed using Apple's "Preview" application on Mac OS X. The document was still viewable with no apparent glitch in other PDF readers, but the reporting function did not work. However, when we opened the file using Adobe Acrobat Reader 7, Remote Approach started logging views from our IP address. After doing a little research, we found that Adobe's Reader was connecting to http://www.remoteapproach.com/remoteapproach/loggi ng.asp each time we opened the document

    (Easy fix: Assign a IP which doesn't work ie: 0.0.0.1 to www.remoteapproach.com in your /etc/hosts)

  16. GTK except the printing is still crap by cerberusss · · Score: 2, Informative
    It's a real nice application using GTK, except you don't get to choose from the list of printers; the only thing there is a textfield in which you'll have to add -Pprintername if you want to print to another-than-your-default printer.

    Also, (minor), the background color of the button bar doesn't adhere to the theme your desktop is set to. It's a darkish grey, not the lightgrey that's default on RedHat or Debian.

    --
    8 of 13 people found this answer helpful. Did you?
  17. Re:It seems to me... by GraemeDonaldson · · Score: 2, Informative
    It seems to me that you are seriously misinformed. Anybody can read the PDF specs and write their own PDF-generating software if they wish.

    Quote from wikipedia page:
    PDF is an open standard, and anyone may write applications that can read or write PDFs royalty-free.
    --
    I think, therefore I am. I think?
  18. Re:Just a reminder about PDFs by Mr_Silver · · Score: 5, Informative
    Pdfs are Unfit for human consumption

    For those that can't be bothered to read it, in short, PDF's are designed for printing documents whilst preserving the original formatting as the author intended. Jacob therefore asserts that they're "unfit for human consumption" if you try and use them for something different to their intended purpose, in this case, online reading.

    Next week Jacob will be telling us how washing machines are great for keeping your clothes clean but not very good for making cups of tea.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
  19. Re:too little, too late by Anonymous Coward · · Score: 1, Informative
    Apart from the UI all the reasons you cite are pretty irrelevant since they're not show stoppers.

    Not being able to protect your documents against tampering (encrypting/signing) and the lack of form-filling function are show stoppers at least in a corporate environment.

  20. How to get rid of the toolbar banner advertisement by MynockGuano · · Score: 4, Informative

    For those like me who just cannot stand that brightly colored distraction at the top of the app:

    Drag any toolbar button on the line with the flashy advertisement down about half its height. This will make a new bar with only that button on it.

    Next, drag the rest of the buttons down to the new bar.

    Once the last button is moved to the new bar, the old one (and the flashy ad with it!) will disappear and your new ad-less toolbar will move up to replace it.

    Locking the toolbars here will prevent it from returning the next time you start the app.

  21. Spyware, out of the box by Chris+Snook · · Score: 2, Informative

    Acrobat 7 includes spyware right out of the box. When you open certain tagged pdfs, it reports this to a remote server. It appears to just be logging your IP address and reader info -- for now -- but it's javascript based, so any information that Adobe chooses to present to their scripting API is available to it. You can disable javascript, but it will suggest that you re-enable it every time you launch the program, which doesn't constitute disabling as far as any system administrator with lots of users is concerned. There are a variety of hacks that will make this go away. One is listed in the comments of this article:

    http://lwn.net/Articles/129729/

    --
    There's no failure quite as dissatisfying as a complete and total solution to the wrong problem.
  22. So misleading title. It's for x86 only! by Cronq · · Score: 2, Informative

    They didn't release it for Linux - they did release for Linux x86 _only_. Only this one architecture is supported which is sad since I use ppc (fortunately there is great kpdf from kde 3.4) :-)

    Anyway please be accurate next time.

    Next thing is when I last checked adobe acrobat reader 7 for Linux wasn't able to deal with pdfs that acrobat reader 7 for windows was dealing without any problems - example http://www.carto.net/papers/svg/us_population/us_p opulation.pdf

  23. Re:One step at a time.. by Wylfing · · Score: 2, Informative
    I have used Xpdf exclusively for a long time. In what way is Adobe reader superior to Xpdf?

    If all you're doing is viewing simple PDF documents, xpdf and its relatives are fine. But there are a few things the Adobe reader does that xpdf doesn't which I use all the time:

    1. Document markup (this is the most important)
    2. Non-sucky zoom in and out
    3. Non-sucky text selection and copying
    4. The grab hand for dragging the view around
    5. Facing page viewing (this is a big deal when you are preparing documents for press)
    6. Document security (this only comes up once in a while, when you're letting a client see your work before they've paid for it)

    --
    Our intelligent designer has never created an animal that we couldn't improve by strapping a bomb to it.
  24. Re:No Linux Acroreader yet. The next step... by lahvak · · Score: 2, Informative

    Well, actually, in this case, yes. Acrobat Reader is just that: a READER. It's doesn't hurt them to release it.

    Actually, it does. I don't expect them to release source to reader any time soon. The reason is that Reader is a actually a crippleware, even though it's done in rather subtle way: Reader has one amazing feature: it lets you add comments and annotations to a pdf file. But not to every pdf file! You can only annotate pdf file that has annotation "user right" enabled. And the only way to enable that is using Acrobat Professional version! It seems that the api is hidden, and Adobe will not share it with authors of other pdf software.

    What it really means is that pdf is not really open format. Most of it is open, but it has some secret parts in it. If they opened reader, they would loose the secret. It would be good thing in my opinion, but they obviously don't share this opinion.

    --
    AccountKiller
  25. Re:How to get rid of the toolbar banner advertisem by outdated · · Score: 2, Informative

    or simply go to Edit>Preferences>StartUp, and disable "show messages and automatically update.