* [gentoo-user] Acroread @ 2013-02-17 7:52 Nilesh Govindrajan 2013-02-17 8:18 ` [gentoo-user] Acroread Nikos Chantziaras 0 siblings, 1 reply; 10+ messages in thread From: Nilesh Govindrajan @ 2013-02-17 7:52 UTC (permalink / raw To: Gentoo User Mailing List [-- Attachment #1: Type: text/plain, Size: 306 bytes --] Is it officially supported now? Or has been discontinued like flash? I'm mainly interested in the NPAPI plug in since it would allow me to use the same thing in Firefox and chromium. Are there any other good PDF readers with NPAPI? Don't suggest binary chrome. -- Nilesh Govindrajan http://nileshgr.com [-- Attachment #2: Type: text/html, Size: 425 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Acroread 2013-02-17 7:52 [gentoo-user] Acroread Nilesh Govindrajan @ 2013-02-17 8:18 ` Nikos Chantziaras 2013-02-17 9:14 ` Nilesh Govindrajan 0 siblings, 1 reply; 10+ messages in thread From: Nikos Chantziaras @ 2013-02-17 8:18 UTC (permalink / raw To: gentoo-user On 17/02/13 09:52, Nilesh Govindrajan wrote: > Is it officially supported now? Or has been discontinued like flash? > > I'm mainly interested in the NPAPI plug in since it would allow me to > use the same thing in Firefox and chromium. > > Are there any other good PDF readers with NPAPI? Don't suggest binary > chrome. You can use the Chrome PDF plugin in Chromium too. Just symlink it into chromium's plugin directory: ln -s /opt/google/chrome/libpdf.so /usr/lib/chromium-browser/ And you can also use Chrome's PPAPI Flash plugin in Chromium (which is supported, unlike the NPAPI Flash plugin.) In your /etc/chromium/default file, put this in it: # Options to pass to chromium. CHROMIUM_FLAGS="--ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so" Simply keep google-chrome emerged. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: Acroread 2013-02-17 8:18 ` [gentoo-user] Acroread Nikos Chantziaras @ 2013-02-17 9:14 ` Nilesh Govindrajan 2013-02-17 9:36 ` Yohan Pereira 0 siblings, 1 reply; 10+ messages in thread From: Nilesh Govindrajan @ 2013-02-17 9:14 UTC (permalink / raw To: Gentoo User Mailing List [-- Attachment #1: Type: text/plain, Size: 1155 bytes --] That's what I did. But I tend to switch browsers too often (chromium and Firefox). Firefox has a pdf.js addon, doesn't work reliably many times. (sorry for top post, mobile). -- Nilesh Govindrajan http://nileshgr.com On Feb 17, 2013 1:49 PM, "Nikos Chantziaras" <realnc@gmail.com> wrote: > On 17/02/13 09:52, Nilesh Govindrajan wrote: > >> Is it officially supported now? Or has been discontinued like flash? >> >> I'm mainly interested in the NPAPI plug in since it would allow me to >> use the same thing in Firefox and chromium. >> >> Are there any other good PDF readers with NPAPI? Don't suggest binary >> chrome. >> > > You can use the Chrome PDF plugin in Chromium too. Just symlink it into > chromium's plugin directory: > > ln -s /opt/google/chrome/libpdf.so /usr/lib/chromium-browser/ > > And you can also use Chrome's PPAPI Flash plugin in Chromium (which is > supported, unlike the NPAPI Flash plugin.) In your /etc/chromium/default > file, put this in it: > > # Options to pass to chromium. > CHROMIUM_FLAGS="--ppapi-flash-**path=/opt/google/chrome/** > PepperFlash/libpepflashplayer.**so" > > Simply keep google-chrome emerged. > > > [-- Attachment #2: Type: text/html, Size: 1704 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: Acroread 2013-02-17 9:14 ` Nilesh Govindrajan @ 2013-02-17 9:36 ` Yohan Pereira 2013-02-17 11:56 ` Nilesh Govindrajan 2013-02-18 3:14 ` »Q« 0 siblings, 2 replies; 10+ messages in thread From: Yohan Pereira @ 2013-02-17 9:36 UTC (permalink / raw To: gentoo-user On 17/02/13 at 02:44pm, Nilesh Govindrajan wrote: > That's what I did. But I tend to switch browsers too often (chromium and > Firefox). > Firefox has a pdf.js addon, doesn't work reliably many times. If you use KDE try this. You can then use okular(among other things) in your browsers. www-plugins/kpartsplugin http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ Description: Plugin using KDE's KParts technology to embed file viewers into non-KDE browsers -- - Yohan Pereira The difference between a Miracle and a Fact is exactly the difference between a mermaid and a seal. -- Mark Twain ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: Acroread 2013-02-17 9:36 ` Yohan Pereira @ 2013-02-17 11:56 ` Nilesh Govindrajan 2013-02-17 12:05 ` Nuno Silva 2013-02-18 3:14 ` »Q« 1 sibling, 1 reply; 10+ messages in thread From: Nilesh Govindrajan @ 2013-02-17 11:56 UTC (permalink / raw To: Gentoo User Mailing List [-- Attachment #1: Type: text/plain, Size: 886 bytes --] That sounds interesting. Will try it out. Thanks. But nobody replied if Adobe still supports acroread? -- Nilesh Govindrajan http://nileshgr.com On Feb 17, 2013 3:04 PM, "Yohan Pereira" <yohan.pereira@gmail.com> wrote: > On 17/02/13 at 02:44pm, Nilesh Govindrajan wrote: > > That's what I did. But I tend to switch browsers too often (chromium and > > Firefox). > > Firefox has a pdf.js addon, doesn't work reliably many times. > > If you use KDE try this. You can then use okular(among other things) > in your browsers. > > www-plugins/kpartsplugin > http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ > Description: Plugin using KDE's KParts technology to embed file > viewers into non-KDE browsers > > -- > > - Yohan Pereira > > The difference between a Miracle and a Fact is exactly the difference > between a mermaid and a seal. > -- Mark Twain > > [-- Attachment #2: Type: text/html, Size: 1403 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Acroread 2013-02-17 11:56 ` Nilesh Govindrajan @ 2013-02-17 12:05 ` Nuno Silva 2013-02-17 12:41 ` Volker Armin Hemmann 2013-02-17 17:26 ` Nilesh Govindrajan 0 siblings, 2 replies; 10+ messages in thread From: Nuno Silva @ 2013-02-17 12:05 UTC (permalink / raw To: Gentoo User Mailing List On 2013-02-17, Nilesh Govindrajan wrote: > On Feb 17, 2013 3:04 PM, "Yohan Pereira" <yohan.pereira@gmail.com> wrote: > >> On 17/02/13 at 02:44pm, Nilesh Govindrajan wrote: >> > That's what I did. But I tend to switch browsers too often (chromium and >> > Firefox). >> > Firefox has a pdf.js addon, doesn't work reliably many times. >> >> If you use KDE try this. You can then use okular(among other things) >> in your browsers. >> >> www-plugins/kpartsplugin >> http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ >> Description: Plugin using KDE's KParts technology to embed file >> viewers into non-KDE browsers > > That sounds interesting. Will try it out. Thanks. > > But nobody replied if Adobe still supports acroread? AFAIK there was no annoucement regarding end of life for acroread, so I don't see any reason to expect otherwise. Flash is a separate thing. But keep in mind that Adobe Acrobat Reader is one of the worst, most bloated and most heavy PDF viewers out there. The only thing it may be worthy for is some kind of bleeding edge PDF feature libpoppler and the like don't have yet. Also, I actually had to try running it recently. I was trying to print a document with annotations -- spoiler: it didn't work, not even with acroread, closest I got was generating a postscript file using acroread in the commandline after manually hacking the acroread settings to enable annotation printing, and even then part of the annotations don't show up or are covered, and there's no mapping between annotations and their icons. But the interface was *really* slow, almost unusable. I wonder why. I possibly overlooked something. -- Nuno Silva (aka njsg) http://njsg.sdf-eu.org/ ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: Acroread 2013-02-17 12:05 ` Nuno Silva @ 2013-02-17 12:41 ` Volker Armin Hemmann 2013-02-17 17:26 ` Nilesh Govindrajan 1 sibling, 0 replies; 10+ messages in thread From: Volker Armin Hemmann @ 2013-02-17 12:41 UTC (permalink / raw To: gentoo-user Am 17.02.2013 13:05, schrieb (Nuno Silva): > On 2013-02-17, Nilesh Govindrajan wrote: >> On Feb 17, 2013 3:04 PM, "Yohan Pereira" <yohan.pereira@gmail.com> wrote: >> >>> On 17/02/13 at 02:44pm, Nilesh Govindrajan wrote: >>>> That's what I did. But I tend to switch browsers too often (chromium and >>>> Firefox). >>>> Firefox has a pdf.js addon, doesn't work reliably many times. >>> If you use KDE try this. You can then use okular(among other things) >>> in your browsers. >>> >>> www-plugins/kpartsplugin >>> http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ >>> Description: Plugin using KDE's KParts technology to embed file >>> viewers into non-KDE browsers >> That sounds interesting. Will try it out. Thanks. >> >> But nobody replied if Adobe still supports acroread? > AFAIK there was no annoucement regarding end of life for acroread, so I > don't see any reason to expect otherwise. > > Flash is a separate thing. > > But keep in mind that Adobe Acrobat Reader is one of the worst, most > bloated and most heavy PDF viewers out there. The only thing it may be > worthy for is some kind of bleeding edge PDF feature libpoppler and the > like don't have yet. > > Also, I actually had to try running it recently. I was trying to print a > document with annotations -- spoiler: it didn't work, not even with > acroread, closest I got was generating a postscript file using acroread > in the commandline after manually hacking the acroread settings to > enable annotation printing, and even then part of the annotations don't > show up or are covered, and there's no mapping between annotations and > their icons. But the interface was *really* slow, almost unusable. I > wonder why. I possibly overlooked something. > biddings need digitally signed pdfs. Easy to create with acroread. Not so easy with anything else. And that 'feature' is not arcane nor seldomly used. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: Acroread 2013-02-17 12:05 ` Nuno Silva 2013-02-17 12:41 ` Volker Armin Hemmann @ 2013-02-17 17:26 ` Nilesh Govindrajan 2013-02-18 0:59 ` Nilesh Govindrajan 1 sibling, 1 reply; 10+ messages in thread From: Nilesh Govindrajan @ 2013-02-17 17:26 UTC (permalink / raw To: Gentoo User Mailing List On Sun, Feb 17, 2013 at 5:35 PM, Nuno Silva <nunojsilva@ist.utl.pt> wrote: > On 2013-02-17, Nilesh Govindrajan wrote: >> On Feb 17, 2013 3:04 PM, "Yohan Pereira" <yohan.pereira@gmail.com> wrote: >> >>> On 17/02/13 at 02:44pm, Nilesh Govindrajan wrote: >>> > That's what I did. But I tend to switch browsers too often (chromium and >>> > Firefox). >>> > Firefox has a pdf.js addon, doesn't work reliably many times. >>> >>> If you use KDE try this. You can then use okular(among other things) >>> in your browsers. >>> >>> www-plugins/kpartsplugin >>> http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ >>> Description: Plugin using KDE's KParts technology to embed file >>> viewers into non-KDE browsers >> >> That sounds interesting. Will try it out. Thanks. >> >> But nobody replied if Adobe still supports acroread? > > AFAIK there was no annoucement regarding end of life for acroread, so I > don't see any reason to expect otherwise. > > Flash is a separate thing. > > But keep in mind that Adobe Acrobat Reader is one of the worst, most > bloated and most heavy PDF viewers out there. The only thing it may be > worthy for is some kind of bleeding edge PDF feature libpoppler and the > like don't have yet. > > Also, I actually had to try running it recently. I was trying to print a > document with annotations -- spoiler: it didn't work, not even with > acroread, closest I got was generating a postscript file using acroread > in the commandline after manually hacking the acroread settings to > enable annotation printing, and even then part of the annotations don't > show up or are covered, and there's no mapping between annotations and > their icons. But the interface was *really* slow, almost unusable. I > wonder why. I possibly overlooked something. > > -- > Nuno Silva (aka njsg) > http://njsg.sdf-eu.org/ > Installed acroread with nsplugin use flag. It didn't add to /usr/lib/nsbrowser/plugins. Symlinked manually. Still doesn't show up, neither in chromium nor in firefox. So my primary purpose is defeated lol. Going to try kparts now :-) -- Nilesh Govindrajan http://nileshgr.com ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: Acroread 2013-02-17 17:26 ` Nilesh Govindrajan @ 2013-02-18 0:59 ` Nilesh Govindrajan 0 siblings, 0 replies; 10+ messages in thread From: Nilesh Govindrajan @ 2013-02-18 0:59 UTC (permalink / raw To: Gentoo User Mailing List On Sun, Feb 17, 2013 at 10:56 PM, Nilesh Govindrajan <me@nileshgr.com> wrote: > On Sun, Feb 17, 2013 at 5:35 PM, Nuno Silva <nunojsilva@ist.utl.pt> wrote: >> On 2013-02-17, Nilesh Govindrajan wrote: >>> On Feb 17, 2013 3:04 PM, "Yohan Pereira" <yohan.pereira@gmail.com> wrote: >>> >>>> On 17/02/13 at 02:44pm, Nilesh Govindrajan wrote: >>>> > That's what I did. But I tend to switch browsers too often (chromium and >>>> > Firefox). >>>> > Firefox has a pdf.js addon, doesn't work reliably many times. >>>> >>>> If you use KDE try this. You can then use okular(among other things) >>>> in your browsers. >>>> >>>> www-plugins/kpartsplugin >>>> http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ >>>> Description: Plugin using KDE's KParts technology to embed file >>>> viewers into non-KDE browsers >>> >>> That sounds interesting. Will try it out. Thanks. >>> >>> But nobody replied if Adobe still supports acroread? >> >> AFAIK there was no annoucement regarding end of life for acroread, so I >> don't see any reason to expect otherwise. >> >> Flash is a separate thing. >> >> But keep in mind that Adobe Acrobat Reader is one of the worst, most >> bloated and most heavy PDF viewers out there. The only thing it may be >> worthy for is some kind of bleeding edge PDF feature libpoppler and the >> like don't have yet. >> >> Also, I actually had to try running it recently. I was trying to print a >> document with annotations -- spoiler: it didn't work, not even with >> acroread, closest I got was generating a postscript file using acroread >> in the commandline after manually hacking the acroread settings to >> enable annotation printing, and even then part of the annotations don't >> show up or are covered, and there's no mapping between annotations and >> their icons. But the interface was *really* slow, almost unusable. I >> wonder why. I possibly overlooked something. >> >> -- >> Nuno Silva (aka njsg) >> http://njsg.sdf-eu.org/ >> > > Installed acroread with nsplugin use flag. It didn't add to > /usr/lib/nsbrowser/plugins. Symlinked manually. > Still doesn't show up, neither in chromium nor in firefox. > > So my primary purpose is defeated lol. > > Going to try kparts now :-) > > -- > Nilesh Govindrajan > http://nileshgr.com kpartsplugin is perfect. Thanks a ton! -- Nilesh Govindrajan http://nileshgr.com ^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Acroread 2013-02-17 9:36 ` Yohan Pereira 2013-02-17 11:56 ` Nilesh Govindrajan @ 2013-02-18 3:14 ` »Q« 1 sibling, 0 replies; 10+ messages in thread From: »Q« @ 2013-02-18 3:14 UTC (permalink / raw To: gentoo-user On Sun, 17 Feb 2013 15:06:09 +0530 Yohan Pereira <yohan.pereira@gmail.com> wrote: > If you use KDE try this. You can then use okular(among other things) > in your browsers. > > www-plugins/kpartsplugin > http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ > Description: Plugin using KDE's KParts technology to embed > file viewers into non-KDE browsers Thanks very much for pointing to this! For other people trying it for the first time, note that it adds a module in the KDE's System Settings to select which file types should be handled by the plugin. (After some searching about how to configure it, I found this in the changelog.) ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-02-18 3:14 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-02-17 7:52 [gentoo-user] Acroread Nilesh Govindrajan 2013-02-17 8:18 ` [gentoo-user] Acroread Nikos Chantziaras 2013-02-17 9:14 ` Nilesh Govindrajan 2013-02-17 9:36 ` Yohan Pereira 2013-02-17 11:56 ` Nilesh Govindrajan 2013-02-17 12:05 ` Nuno Silva 2013-02-17 12:41 ` Volker Armin Hemmann 2013-02-17 17:26 ` Nilesh Govindrajan 2013-02-18 0:59 ` Nilesh Govindrajan 2013-02-18 3:14 ` »Q«
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox