

InterviewSolution
1. |
Solve : save file in rtf format? |
Answer» how to save file in rich text format (.rtf ) in linux like we do in windows with the HELP of wordpad ? please tell me any SOFTWARE or trick to save file in rtf format in linux ?you MIGHT want to CONSIDER LEARNING to program in a scripting language such as Perl or Python that comes with Rich text libraries for you to do RTF processing. eg in Perl, we can use RTF::Writer |
|