-2

I am using Python 3.4 on Windows 7. I have a Microsoft Word (.doc) file which contains data. Some portion of that data is colored in red and underlined as well.

How can I extract those particular lines?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
sam.k
  • 1
  • 2

1 Answers1

0

See if anything listed on PyPI helps. Or try websearch for 'python microsoft word'.

Terry Jan Reedy
  • 18,414
  • 3
  • 40
  • 52