modules to read data from rtf files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nischalinn
    New Member
    • Mar 2014
    • 16

    modules to read data from rtf files

    Currently I am working in the Linux environment (Linux server) without internet access and also limited root privileges.

    I've to read data from different "*.rtf" documents and write the whole data in a single text file.

    Are there any modules to read text from multiple rtf files and then write that data to single text(.txt) file?

    Thank You!!!
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    I know there is a PyRTF package you can use. I don't want to waste my time duplicating any searches you have done, so please post the results of searches you have done and the problems with using any of those packages.

    Reading multiple files and writing to one file is exactly the same as reading one file. You just do it over again with a different input file.

    Comment

    Working...