Cannot find what project provides this xls2csv convertor. Do you have a project-name or package-name ?
My PDF handling for mailcap is below, the problem is that the error-output is not silenced by the -q option as the help indicates. The PS output is ok, but not amazing.
The benefit of converting to HTML and then sending it to elinks, is that layout is much better and you can follow links.
xls2csv: command not found
Cannot find what project provides this xls2csv convertor. Do you have a project-name or package-name ?
My PDF handling for mailcap is below, the problem is that the error-output is not silenced by the -q option as the help indicates. The PS output is ok, but not amazing.
The benefit of converting to HTML and then sending it to elinks, is that layout is much better and you can follow links.
### pdf (needs input)
application/pdf; pdftohtml -q -p -hidden -nodrm -stdout %s | elinks -force-html; needsterminal
application/postscript; ps2ascii %s; needsterminal
Let me know if you can improve it :-)