diff options
author | Dario Nicodemi <dario.sbo@gmail.com> | 2010-04-08 15:49:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-15 10:25:17 +0200 |
commit | fa112ffe61de13c083b5d46be7f4d573f2aa9364 (patch) | |
tree | 0840dbbea34c77304c0a360d4ba0d0b8186320db /office/html2ps/README | |
parent | 90927728e328a75e6d67481f3f3e8da97f01d163 (diff) |
office/html2ps: Added (converts HTML pages to PostScript documents)
Diffstat (limited to 'office/html2ps/README')
-rw-r--r-- | office/html2ps/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/office/html2ps/README b/office/html2ps/README new file mode 100644 index 0000000000000..ce9d65f401b9b --- /dev/null +++ b/office/html2ps/README @@ -0,0 +1,5 @@ +html2ps converts HTML pages to PostScript documents. The HTML code can be +retrieved from one or more URL:s or local files, specified as parameters on +the command line. If no parameter is given, html2ps reads from standard input. + +This package also includes xhtml2ps, a graphical front-end for html2ps. |