Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwmt/zathura-pdf-poppler
PDF support for zathura (poppler)
https://github.com/pwmt/zathura-pdf-poppler
Last synced: about 2 months ago
JSON representation
PDF support for zathura (poppler)
- Host: GitHub
- URL: https://github.com/pwmt/zathura-pdf-poppler
- Owner: pwmt
- License: zlib
- Created: 2013-11-03T16:37:08.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-04T08:39:08.000Z (5 months ago)
- Last Synced: 2024-08-04T09:44:17.933Z (5 months ago)
- Language: C
- Size: 374 KB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
zathura-pdf-poppler
===================zathura is a highly customizable and functional document viewer based on the girara user interface
library and several document libraries. This plugin for zathura provides PDF support using the
`poppler` rendering library.Requirements
------------The following dependencies are required:
* `zathura` (>= 0.5.3)
* `girara`
* `poppler-glib` (>= 21.12)Installation
------------To build and install the plugin using meson's ninja backend:
meson build
cd build
ninja
ninja installNote that the default backend for meson might vary based on the platform. Please
refer to the meson documentation for platform specific dependencies.Bugs
----Please report bugs at https://github.com/pwmt/zathura-pdf-poppler.