qpageview provides a page based document viewer widget for Qt6/PyQt6.
It has a flexible architecture potentionally supporting many formats. Currently, it supports PDF and SVG documents and several image formats.
import qpageview
from PyQt6.QtWidgets import *
a = QApplication([])
v = qpageview.View()
v.show()
v.loadPdf("path/to/afile.pdf")
a.exec()
Homepage • Development • Download • Documentation • License
Features
Versatile View widget with many optional mixin classes to cater for anything between basic or powerful functionality.
Rendering in a background thread, with smart priority control, so display of large PDF documents remains fast and smooth.
Almost infinite zooming thanks to tile-based rendering and caching.
Magnifier glass.
Printing functionality, directly to cups or via Qt/QPrinter.
Can display pages originating from different documents at the same time.
Can show the difference between pages that are almost the same via color composition.
And much more! And…all classes are extendable and heavily customizable, so it is easy to inherit and add any functionality you want.
Dependencies
Python 3.7+
Qt 6.6+
PyQt6
pycups (optionally, needed to print to a local CUPS server)
Release files for qpageview 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qpageview-1.0.5.tar.gz | 137.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qpageview-1.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 261.6 kB
Release files / qpageview-1.0.5.tar.gz
| Download URL | qpageview-1.0.5.tar.gz |
|---|---|
| Size | 137.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
78a74a7ea499cb5b1a6027c0f8e0e99f52820acbb8b1fe6fea8c502436942fc5
|
|
BLAKE2b-256 checksum How to use checksums |
e3073c7fdf7cc6ed23d004046e136425ef38ea8e30048c1cc061cce2b1330543
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 27, 2026.
Transparency logRelease files / qpageview-1.0.5-py3-none-any.whl
| Download URL | qpageview-1.0.5-py3-none-any.whl |
|---|---|
| Size | 124.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3f0aba4782c880fa5c4dbe4059962a6db1e8e767f86b55a203237169ca128c7a
|
|
BLAKE2b-256 checksum How to use checksums |
b232dae0492385e9fadac35aa7d73f7627b782f2bf677fcca5f453f717051b55
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 27, 2026.
Transparency log