mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Modify COMMENT and pkg-descr to provide a better description what this
powerful tool can do
This commit is contained in:
parent
d9b1773e6b
commit
f681873c23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271465
2 changed files with 8 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue