diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-22 09:14:17 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-22 09:14:17 +0000 |
commit | f681873c23e3f952c8361ed4871c9a9e5166caaf (patch) | |
tree | b02a6105b25bdf457bbd1e2b94f70765f4497983 /converters/wkhtmltopdf | |
parent | d9b1773e6b80e6c96d50127804e03335d7f0db38 (diff) |
Notes
Diffstat (limited to 'converters/wkhtmltopdf')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 3 | ||||
-rw-r--r-- | converters/wkhtmltopdf/pkg-descr | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index ab648b2e8613..e02b894a4195 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -15,8 +15,7 @@ DISTFILES= ${DISTNAME}.tar.bz2:wkhtmltopdf \ wkhtml2pdf-wkhtmltopdf-qt-${WKQTVERSION}.tar.bz2 MAINTAINER= mm@FreeBSD.org -COMMENT= HTML to PDF converter - +COMMENT= Convert HTML (or live webpages) to PDF or image files LIB_DEPENDS+= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ jpeg:${PORTSDIR}/graphics/jpeg \ diff --git a/converters/wkhtmltopdf/pkg-descr b/converters/wkhtmltopdf/pkg-descr index cd0dd9084293..94c257282d25 100644 --- a/converters/wkhtmltopdf/pkg-descr +++ b/converters/wkhtmltopdf/pkg-descr @@ -1,8 +1,12 @@ -Simple shell utility to convert html to pdf using a custom static build -of qt and the webkit rendering engine. +wkhtmltopdf and wkhtmltoimage are powerful utilities to convert HTML to PDF +or an image file using a patched static build of Qt and the webkit rendering +engine. + +A webpage can be downloaded directly from the web and rendered into a PDF +document or an image file (multiple formats are supported). Features of the static version: -* Convert web pages into PDF documents using webkit +* Convert web pages into PDF documents (or images) using webkit * Adding headers and footers * TOC generation * Batch mode conversions |