Quickly browse through many PDFs

gerrit

I have hundreds of PDF files that I would like to browse through rather rapidly while viewing them at (nearly) full-screen, preferably while zoomed in to a particular area. What I need is the functionality that eog has for bitmaps: to look at the PDF, press , and switch immediately to the next PDF, preferably while keeping the viewing coordinates (e.g. zoom in lower left part of the PDF). Each PDF has one page and contains a data visualisation.

One option would be to convert all the PDFs to PNG, then use eog. This is suboptimal, because it will turn the pages into bitmaps. Another option would be to merge them all into one big file. This is suboptimal, because each individual file is 1.8 MiB, and I'm going to have many hundreds of files. I could choose some hybrid solution. However, my question is: is it possible to browse through the individual PDFs directly? I'm on Ubuntu.

The solution presented in Quickly view PDF files in directory is not useful for me, because the preview will be too small.

PlasmaBinturong

I am in the same need when I produce multiple plots and graphs (with R typically) that I want to be .pdf for resolution and for LaTeX integration.

I may have 3 suggestions, the 1st being the one I like the most (just found it and really excited about it).

  1. impressive

    • Install it:

      sudo apt-get install impressive
      
    • Then, from a terminal in your directory:

      impressive -T0 -w *.pdf
      
    • It will display a presentation of your pdf files. the -T0 option removes transitions (or, equivalently, -t None), and the -w wraps the presentation (you can return to 1st slide from the last one).

      You may want to use the -f switch to avoid starting in fullscreen mode (anyway you can toggle to fullscreen hitting the "f" key).

      For zooming, position your mouse where you want to zoom in, and hit "z".

Now, to relate to your question, it unfortunately doesn't keep the viewing position, and the zoom feature is limited. Otherwise, I believe it is better to use impressive than merging into one file, in terms of memory usage.

  1. Here is a quick fix using mupdf and a bash script: Is there a way to quickly browse multiple pdfs in a directory?

  2. Otherwise I am just discovering the great Zathura pdf reader, it's highly customizable, I suspect there might be a way to write a plugin and bind keys to switch to the next pdf.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How to quickly move into and from deeply nested directories through CLI?

분류에서Dev

Accessing many-to-many details with through model in Django template

분류에서Dev

How to add many-to-many relationships through a form?

분류에서Dev

has_many 후 has_many : through?

분류에서Dev

has_one : through 및 has_many : through

분류에서Dev

link to relationship name in has_many :through

분류에서Dev

has_many : through 양식

분류에서Dev

Rails has_many : through with the where 절

분류에서Dev

Finding Users with has_many :through

분류에서Dev

Make has_many :through not deleteable

분류에서Dev

Join has_many :through attributes

분류에서Dev

Has Many Through. How to get the access?

분류에서Dev

Rails 4: has many through association error

분류에서Dev

has_many / : through rails4

분류에서Dev

Rails has_many : through, undefined method

분류에서Dev

Has-Many-Through 관계

분류에서Dev

ActiveAdmin 필터 : has_many : through 속성

분류에서Dev

Can a has_many :through association have other associations?

분류에서Dev

python, send many HTTP requests through one network connection

분류에서Dev

Rails 3: has_many through controller action

분류에서Dev

Creating multiple has_many :through records with form_for

분류에서Dev

has_many : through로 사용자 찾기

분류에서Dev

NoMethodError: undefined method `user' for has_many :through Association

분류에서Dev

ActiveRecord, Rails 4 : has_many : through with scoped conditions failure

분류에서Dev

has_many through가있는 곳

분류에서Dev

Ruby on Rails has_many : through in a polymorphic association

분류에서Dev

rails cancancan cancan has_many through abilities

분류에서Dev

has_many through-속성 액세스

분류에서Dev

Rails has-many-through 연관 설정

Related 관련 기사

뜨겁다태그

보관