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."

27 of 478 comments (clear)

  1. Great by Anonymous Coward · · Score: 5, Funny

    I've tried it - it's slower than a retarded kid hopped up on goofballs tired to a tree.

  2. 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.

  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. I feel sorry for subscribers... by Anonymous Coward · · Score: 5, Funny

    The front page five minutes ago should have read: "The next Slashdot story was ready two weeks ago, and subscribers can kick themselves for giving us their money!"

  5. Re:a start? by Apreche · · Score: 4, Interesting

    AFAIK Acrobat Reader 6 was never released for Linux. Because of this Linux users had to either use the deplorable acroread (Reader 5) or other open source pdf viewers like xpdf, gpdf, etc. All of which were far from perfect. Most of which were painful to use. And none of which supported all the features of newer pdf files like editing forms and such.

    This Acrobat Reader 7 is significant because its the first quality and full featured Linux pdf viewer. It also shows that Adobe aknowledges the existence and importance of Linux and that the demands and complaints made against them about the situation did not go unanswered.

    --
    The GeekNights podcast is going strong. Listen!
  6. huh? a start towards what? by dAzED1 · · Score: 4, Insightful

    No news on open sourcing the client, but they're making a start

    What the hell? So is every commercial company out there just supposed to release everything as open source? Good grief Charlie Brown...why would they do that?

    There are plenty of Open Source options for reading pdf's. There's no reason to expect/demand that a commercial software company should open source their products. I mean, come on people...enough is enough.

  7. Speedy by Frogbert · · Score: 5, Funny

    I downloaded, installed and ran it a couple of hours ago. I expect it to be done loading real soon now.

  8. Just a reminder about PDFs by Raul654 · · Score: 4, Interesting
    --


    To make laws that man cannot, and will not obey, serves to bring all law into contempt.
    --E.C. Stanton
    1. 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.
  9. Open source not needed - open formats rule by iamacat · · Score: 4, Insightful

    PDF format is open and there are a number of open source viewers for Linux. I don't think it's that important that Adobe open source their reader or even port it at all. This is just one extra option, no big news for us.

  10. Re:DUPE!!! by metricmusic · · Score: 5, Insightful

    The difference is it is now officially announced while previously someone 'discovered' it on their site. Adobe couldve claimed it was a test, beta product and not given any support for it at all. Now Adobe must stand behind the product it has made, and linux users can now say another big official app has joined their platform of choice.

    Now if only Adobe would bring Photoshop over as well...

    --
    http://www.livejournal.com/users/metricmusic
  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:Open source Acrobat? by TheRaven64 · · Score: 4, Insightful
    Not to mention the far more important fact:

    The full PDF specification is available for free download from Adobe's web site. It's in PDF format, so in the worst case you would need to use their (free beer. Mmm. Free beer...) software to print it, but there is nothing stopping you from writing your own software to create or display PDFs. By doing this, they have helped make PDF a common standard, and associated the name Adobe with PDF. I work with PDFs a lot - I read and review material in PDF format, create PDF documents from LaTeX including images and diagrams saved as PDFs, and I don't use a single Adobe product.

    --
    I am TheRaven on Soylent News
  14. Re:It seems to me... by Geeky · · Score: 5, Insightful

    Reverse engineer pdf? I thought you could download the spec of the pdf format from Adobe's site. They also publish the spec of the tiff format, and are behind the new digital negative format that is an effort to replace proprietory digital camera RAW formats with an open format.

    Closed programs, open formats is, to my mind, a reasonable compromise for a commercial organisation.

    --
    Sigs are so 1990s. No way would I be seen dead with one.
  15. 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.
  16. Re:DUPE!!! by jellomizer · · Score: 5, Insightful

    Now if only Adobe would bring Photoshop over as well...

    Well lets start with Acrobat writter, first. Porting Reader 7 is not a glowing support for Linux it is just a way to make sure PDFs stay in common usage. With Acrobat Reader 5 Getting very out of date and not as compatible as it was before. They need to give an update to the "Little OSs". It is just a way for them to go Yea almost any modern computer can read PDFs v7 and incorage companies to upgrade to Writer 7. This is not Adobee going HEY WE LOVE LINUX! it is more Ug I guess we need to throw Linux a bone here just so we can sell new versions of the writter.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  17. an unaccepted gesture by matt+me · · Score: 5, Insightful

    the same happened when nero released a version for linux. rather than being appreciated for at last acknowledging the existence of linux, they were shunted for not being 'open' enough, and their product denounced inferior to the free alternative (k3b v nero).

    don't moan that companies aren't trying to provide for linux users, if when they do release a product, you write bad reviews of it and criticise their attempts to get closer to a userbase they know little about, and can even fear.

  18. Security by CypherXero · · Score: 4, Interesting

    Many people are missing the big picture with Adobe Acrobat. (I freelance graphics) When I send a client a preview of the artwork, I use a combination of XMP, hand-built watermark by myself, and the security of Adobe PDF files. I can choose if someone is allowed to print or not, and I can restrict all modifications to it. So with all three security elements in place, I'm able to manage and control my work, without having to worry about them taking it and not paying.

  19. Re:DUPE!!! by MynockGuano · · Score: 5, Interesting

    If you've used the program, you'll note that it's extremely complete in terms of interface. Hardly an effort worth taking for just one free app on platforms where a simple display of the .pdf would suffice for most people. I wouldn't count the possibility of future Adobe products for Linux out just yet. They did a great deal of the underlying interface structure--arguably the hardest common ground between programs; they'd be insane not to reuse it.

  20. 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.

  21. 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.

  22. No Linux Acroreader yet. The next step... by CarpetShark · · Score: 4, Insightful

    Well, actually, in this case, yes. Acrobat Reader is just that: a READER. It's doesn't hurt them to release it. In fact, it would bolster sales of their actual product: Acrobat. But more importantly, it's supposed to be a cross-platform format, and if they want to support that, they need to make an open, cross-platform reader.

    Linux is more than just Linux/x86 on one or two distros, and open source is the easiest way to provide products for all of Linux. So they still have a long way to go before they've even done what this article suggests: releasing a Linux version of Reader.

  23. Re:It seems to me... by Dot.Com.CEO · · Score: 4, Insightful
    Well, if a company says "here is the specification, you have a licence to implement it in whichever way you want as long as it passes standard test A", I don't know, but that actually is the definition of a standard.

    I know that most slashdotters live in their own la-la land where everything is ascii and png but for real people in the real world who want to do work on a Linux workstation, Adobe's reader is a brilliant solution to a real problem.

    Also, might I remind you that postscript is an Adobe technology.

    --
    Mother is the best bet and don't let Satan draw you too fast.