| Modifier and Type | Method and Description |
|---|---|
static void |
help()
Print this text and terminate.
|
static void |
main(String[] args)
Usage:
html2txt [ option ] ... |
void |
setEncoding(Charset charset)
The charset to use when reading the input file and writing the output file.
|
void |
setInputEncoding(Charset charset)
The charset to use when reading the input file.
|
void |
setOutputEncoding(Charset charset)
The charset to use when writing the output file.
|
void |
setPageWidth(int width)
The maximum line length to produce.
|
public static void main(String[] args) throws Exception
html2txt [ option ] ... input-filehtml2txt [ option ] ... input-file output-fileExceptionpublic static void help()
throws IOException
IOExceptionpublic void setPageWidth(int width)
$COLUMNS" environment variable, if
set, otherwise to "80".public void setEncoding(Charset charset)
public void setInputEncoding(Charset charset)
public void setOutputEncoding(Charset charset)
Copyright © 2016 Arno Unkrig. All rights reserved.