Friday, 31 August 2012

Ubuntu - Converting libraries

Hi,

These are plugin we need for ubuntu:
  1. sudo apt-get install html2text
  2. sudo apt-get install poppler-utils
  3. sudo apt-get install antiword
  4. sudo apt-get install python-excelerator

Using command line to convert:
  1. html2text test.html > html.txt
  2. pdftotext test.pdf pdf.txt
  3. antiword -m UTF-8.txt -t test.doc > doc.txt
  4. py_xls2txt test.xls > excel.txt

Good luck!

No comments:

Post a Comment