Remove unused environ declaration
[llpp.git] / adoc / llppac.adoc
blob6aaa5a4ba4d9b01d63374dad714f01c2b43714fb
1 llppac(1)
2 =======
4 == NAME
6 llppac - a wrapper to llpp(1), which first converts documents then
7 displays them with llpp
9 == SYNOPSIS
11 llppac [-c css] [-m type] [-t type] [-f] (path|file)
13 == DESCRIPTION
15 *llppac* is a wrapper to *llpp*. It converts different documents to
16 PDF files which are then opened with llpp(1).
18 == OPTIONS
20 -c css::
21 Use css as a CSS file for the html conversion using prince
22 (http://www.princexml.com/).
24 -f::
25 Force downloading of remote documents, even though it might be cached
27 -m type::
28 Set the mime type manually. This overwrites the automatic detection
29 using file(1)
31 -t type::
32 Set the type of the the document, totally skipping the mime type
33 check.  The type is llppac internal, possible values include, but are
34 not limited to _ps_, _texi_, _djvu_, _html_, ...
37 == SEE ALSO
39 llpp(1)
41 == REPORTING BUGS
43 https://github.com/moosotc/llpp/issues or mailto://moosotc@gmail.com