PDF viewer in chromium?

23,338

Do you have Google Chrome installed? If you do have it installed, you can just make a link to the libpdf.so plugin in the Chromium folder:

sudo ln -s /opt/google/chrome/libpdf.so /usr/lib/chromium-browser/

After that, enter about:plugins in Chromium, search for Chrome PDF Viewer and enable it.

If you don't have Google Chrome already installed, I suggest you to download the .deb package and extract it. Then, you must navigate to the folder data/opt/google/chrome and copy the libpdf.so to the /usr/lib/chromium-browser/. More details.

Share:
23,338
madox2
Author by

madox2

Web developer focusing on Java and JavaScript technologies.

Updated on September 18, 2022

Comments

  • madox2
    madox2 almost 2 years

    Google Chrome has plugin to view pdf files inside the browser.

    Is there any plugin for chromium which can do this?

  • Yamaneko
    Yamaneko over 11 years
    @madox2: I'm glad it worked :)
  • sivaprakash
    sivaprakash about 11 years
    remember to restart chromium for the libpdf.so to take effect.
  • agustibr
    agustibr over 10 years
    or you could install the pdf.js extension Chrome Web Store - PDF Viewer