Atril
April 29, 2026 ยท View on GitHub
Atril
Atril is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI, XPS and Portable Document Format (PDF) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Atril is a fork of Evince.
This software is licensed under the GNU GPL. For more on the license, see COPYING.
Atril Requirements
-
Poppler for PDF viewing
-
GhostScript for PostScript viewing
Atril Optional Backend Libraries
-
DjVuLibre for DjVu viewing
-
libarchive for viewing CBR comics
-
libgxps for XPS documents
Atril Requirements to Run Tests
- python-dogtail
- python-pyatspi2
- git installed on your system
Atril Compilation
- git submodule init
- git submodule update --remote --recursive
- ./autogen.sh
- make