Results 1 to 3 of 3

Thread: pdf support on chromium

  1. #1
    Join Date
    Oct 2007
    Beans
    333

    pdf support on chromium

    Hi guys,

    I am trying to get pdf support on chromium, (latest release via daily build PPA). Whenever I try to open a pdf I just get "missing plugin". I have tried the extension for viewing pdfs in google docs but it doesn't always open them, and its slow.


    I also tried mozpluggin but I couldn't get it to work.

    In firefox I use the adobe plugin but this is the only reason i still have it.

    Is their any other way?
    Intel Core 2 Duo 2x 2.33Ghz, FP-IN9 SLI mobo, 2Gb 800Mhz RAM, 256mb GeForce 7300 LE graphics, 120Gb IDE HD, 400Gb IDE HD,

  2. #2
    Join Date
    Oct 2007
    Beans
    333

    Re: pdf support on chromium

    Sorry, I thought I had read up on this enough but i hadn't.

    The way to solve this issue is:

    install acroread
    install mozplugger

    edit (as root) /etc/mozpluggerrc


    Change the line which reads
    Code:
    	define(ACROREAD, [repeat swallow(acroread) fill : acroread -openInNewWindow /a "$fragment" "$file"])
    to be
    Code:
    	define(ACROREAD, [repeat needs_xembed swallow(acroread) fill : acroread -openInNewWindow /a "$fragment" "$file"])
    I then tested an embedded pdf and it loaded the plugin.
    However the "find" search tool does not work.
    If their is the option to save the pdf, you can then search
    with a pdf reader like evince.

    SOURCE:
    http://www.google.com/support/forum/...bace6c42&hl=en
    Intel Core 2 Duo 2x 2.33Ghz, FP-IN9 SLI mobo, 2Gb 800Mhz RAM, 256mb GeForce 7300 LE graphics, 120Gb IDE HD, 400Gb IDE HD,

  3. #3
    Join Date
    Oct 2008
    Beans
    71
    Distro
    Ubuntu Development Release

    Re: pdf support on chromium

    Thank you!! Works perfect for me. An easier way to search is to click the carrot to the right of the non-working search field, and select "Open full reader search." This opens a separate window that you can search through, and it shows the results of the search right in the browser. That way you don't have to download more stuff to clutter up your computer...

    Thanks again!

    smoosh

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •