Is there a pdf viewer capable of opening multiple documents in the same window?

18,500

Solution 1

Using zathura with tabbed might help here:

Tabbed provides a "simple generic tabbed fronted to xembed aware applications" and zathura is a simple PDF viewer that is XEmbed-aware.

A much more heavyweight approach would be letting a browser provide the tabbing while having the chapters displayed using plugins, e.g. using mozplugger (even with evince) or using PDF.js (both working with Firefox).

Regarding the all-mighty Okular, there's a wishlist item and a workaround using konqueror (like the heavyweight option above).

However, were you to use a window manager that supports tabbed layouts, e.g. i3, notion or XMonad (there might be more!), any lightweight PDF-viewer (xembed'able or not) could work just fine. You'd just open several windows in a tabbed window manager layout (details vary with the actual WM) -- like @Marco suggested in his comment.

Solution 2

qpdfview is a lightweight tabbed document viewer that should suit your needs.

It's in the default Ubuntu and Debian repos. More recent versions can be found in the following PPAs:

Solution 3

I would recommend just setting PDFs to open in Firefox (or Chrome) at this point.

In GNOME Nautilus, this can be done using Properties -> Open With. enter image description here

Unfortunately, the GNOME Evince document viewer maintainers have made it clear they aren't going to add tabbed viewing support.

Solution 4

For my Okular is the best. Only you have to config:

settings Okular

Then you need to mark:

"Open new files in tabs"

enable multitabs

Share:
18,500
user2690206
Author by

user2690206

half interdisciplinary scientist, half code monkey...

Updated on September 18, 2022

Comments

  • user2690206
    user2690206 almost 2 years

    I would like to open all chapters of my PDF ebooks in the same window but neither evince nor okular seems to be capable of doing that (at least not out-of-the-box).

    Is there a way to work this out?

    • Marco
      Marco over 11 years
      What about creating a single PDF with all chapters? pdftk *.pdf cat output allchapters.pdf Or open one instance per PDF and use your window manager, instead of the PDF reader, to manage the windows.
    • Spandan Chatterjee
      Spandan Chatterjee over 11 years
      I second what Marco said. Most PDF viewers don't behave like web browsers.
    • Jaleks
      Jaleks over 5 years
      Why is Okular not capable of using tabs? Just activate the according 'Open new files in tabs' in the settings.
  • sjsam
    sjsam almost 8 years
    qpdfview is nice light weight and great for the job
  • Shamaoke
    Shamaoke about 6 years
    To start zathura embedded into tabbed use tabbed -c zathura -e.
  • NelsonGon
    NelsonGon almost 5 years
    This is great but browser based readers often lack such features as highlighting which is why I love Edge. If we could get Edge for Linux, I would definitely use that. Chrome is not so great either.