From 2497e71972fb952f45fc8693ee3381b6250daa3d Mon Sep 17 00:00:00 2001 From: Alex Ameen Date: Sat, 2 Mar 2019 05:45:18 -0600 Subject: Added long description (#56601) xpdf: added long description --- pkgs/applications/misc/xpdf/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pkgs/applications/misc') diff --git a/pkgs/applications/misc/xpdf/default.nix b/pkgs/applications/misc/xpdf/default.nix index 7e0369b277d3..a2f39faaea79 100644 --- a/pkgs/applications/misc/xpdf/default.nix +++ b/pkgs/applications/misc/xpdf/default.nix @@ -44,6 +44,19 @@ stdenv.mkDerivation { meta = with stdenv.lib; { homepage = https://www.xpdfreader.com; description = "Viewer for Portable Document Format (PDF) files"; + longDescription = '' + XPDF includes multiple tools for viewing and processing PDF files. + xpdf: PDF viewer (with Graphical Interface) + pdftotext: converts PDF to text + pdftops: converts PDF to PostScript + pdftoppm: converts PDF pages to netpbm (PPM/PGM/PBM) image files + pdftopng: converts PDF pages to PNG image files + pdftohtml: converts PDF to HTML + pdfinfo: extracts PDF metadata + pdfimages: extracts raw images from PDF files + pdffonts: lists fonts used in PDF files + pdfdetach: extracts attached files from PDF files + ''; license = with licenses; [ gpl2 gpl3 ]; platforms = platforms.unix; maintainers = [ maintainers.peti ]; -- cgit 1.4.1