Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 625 Bytes

File metadata and controls

21 lines (17 loc) · 625 Bytes

QPDFViewer

A lightweight PDF viewer made using Qt5 and Poppler.

Noteworthy Features

  • Clean user interface
  • Tab support (with attaching and detaching)
  • Navigation Bar
  • Text selection
  • Searching (one-by-one or find all)
  • Printing
  • Password protected document support
  • Web hyperlink support
  • Multi threaded rendering and caching system for longer renders
  • Customizable options
  • Dark mode

Build notes

This project has been built with VS2026, vcpkg, and Windows in mind, although ports to Linux and the Mac should be trivial.

Make sure to add your poppler folder path as a enviornment variable (POPPLER_ROOT).