Help

Table of contents

  1. Main menu
    1. File
    2. Edit
    3. View
    4. Tab
    5. Help
  2. Main view
    1. Mouse wheel
    2. Selections
    3. Links
    4. Bookmarks
  3. Auxiliary views
    1. Outline
    2. Meta-information
    3. Thumbnails
  4. Command-line options
  5. Configuration file

Introduction

qpdfview is a viewer for document files in the portable document format (PDF). It uses the Poppler library for rendering and the Qt toolkit for its interface. It supports displaying several documents in separate tabs in the same window.

Main menu

File

Edit

You can change the current page by entering the desired page into the text field in the edit toolbar and pressing the return key.

View

You can change the scale factor by entering the desired percentage into the text field in the view toolbar and pressing the return key.

Tab

This menu also contains a list of all tabs which can be made the current tab by clicking on them. You can close a tab by middle-clicking on it. The position of the tabbar can be changed using its context menu.

Help

Main view

You can skip to the next page using the left arrow key. You can skip to the previous page using the right arrow keys. You can go to the first/last page using the home/end key. You can skip one screen up/down using the page up/down key or backspace/space key.

Mouse wheel

Selections

To copy texts or images, hold SHIFT, click and hold the left mouse button to drag a frame around the area to copy. Once the mouse button is released, a menu is displayed where you can select what to copy into the clipboard. The highlighted area can be reset by middle-clicking anywhere on the corresponding page.

Links

Links are highlighted by red frames (which may be obscured by the formatting specified inside the document). Hovering over a link with the mouse shows a tooltip with the link destination. Left-clicking on a link shows the linked page in the current tab or opens the linked URL in the default browser (if this is enabled in the settings).

Bookmarks

The context menu of the view contains a simple transient bookmarks mechanism. Bookmarks are specific to each tab and are lost when page layout, scaling or rotation is changed.

Auxiliary views

Outline

The outline dock displays an overview of the contents of the document. A double click on an entry jumps to the respective vertical position.

Meta-information

The meta-information dock displays further information supplied by the document.

Thumbnails

The thumbnail dock displays miniature versions of the pages. A double click on a thumbnail jumps to the respective page.

Command-line options

If an instance of qpdfview is started with the --unique option, later invocations using this option will activate this instance to open the specified files. Please refer to the manual page for a detailed description of the command-line options.

Configuration file

The configuration file is typically located at '~/.config/qpdfview/qpdfview.conf'. The toolbars are configured by setting the keys 'fileToolBar', 'editToolBar' and 'viewToolBar' in the section 'mainWindow'. The values are ordered comma-separated lists. The default (available) entries are:

The size of the thumbnails is specified by setting the keys 'thumbnailWidth' and 'thumbnailHeight' in the section 'documentView'.