Convert plain text files to RTF [Haskell]
Disclaimer: This README assumes that like me, you have never worked with Haskell before. I put this together after figuring out how to make the package work after a few tries. I do not claim this to be complete, or even oorrect! But it should help you get started with installing and using the package without any problem.
-
Decompress the folder containing source code. Typically the name is like
txt2rtf-1.0.1after decompression. -
Run the following commands:
i.
sudo apt-get install cabal-installSelect Y when prompted.
ii.
cd txt2rtf-1.0.1iii.
cabal install
That's it!
Run the following commands:
-
cd txt2rtf-1.0.1/dist/build/txt2rtf -
./txt2rtf /path/to/file/filename---convertsfilenameto 'filename.rtf'