https://github.com/absint/firstaid
PDF Help Viewer
https://github.com/absint/firstaid
libpoppler pdf pdf-viewer viewer
Last synced: 4 days ago
JSON representation
PDF Help Viewer
- Host: GitHub
- URL: https://github.com/absint/firstaid
- Owner: AbsInt
- License: gpl-2.0
- Created: 2016-12-22T08:20:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T17:01:16.000Z (about 2 months ago)
- Last Synced: 2026-01-13T19:19:07.167Z (about 2 months ago)
- Topics: libpoppler, pdf, pdf-viewer, viewer
- Language: C++
- Homepage:
- Size: 8.54 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
FirstAid - PDF Help Viewer
============================
### About
FirstAid is a simple PDF viewer based on libpoppler - https://poppler.freedesktop.org/
Design goal is the use as a help viewer deployable with your application to show the online help PDFs
and jump to named locations to provide context sensitive help.
If you look for a full-fledged PDF viewer, head over to other projects like Okular - https://okular.kde.org/
### Dependencies
Compilation requirements are Qt 6.x and a recent libpoppler and dependencies of that like FreeType/FontConfig/...
### Licensing
FirstAid is based on the Qt 5 demo program of libpoppler and licensed like libpoppler under GPLv2+.
All contributions shall happen under that license.