in reply to How can I find a line in a RTF file?

Why can't you save this as a text file and search the text file? Any line breaks should come out properly in the text file. One purpose of RTF is to mark where line breaks are, among other things.
Perl 5.8.8 on Redhat Linux RHEL 5.5.56 (64-bit)
  • Comment on Re: How can I find a line in a RTF file?

Replies are listed 'Best First'.
Re^2: How can I find a line in a RTF file?
by kevyt (Scribe) on Aug 09, 2014 at 20:39 UTC
    There are over 1000 files.

      ... So, automate.

      A few lines (using Win::OLE or even a system call to whatever RTF-capable editor you have) to begin your processing with the "save as text" operation shouldn't add more than a trivial coding job, and should incur only a small time penalty.


      check Ln42!