Parsing MS Word File

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Narenderinlove
    New Member
    • Mar 2007
    • 1

    Parsing MS Word File

    How can I read a superscript and the graphics of a MSWord file in perl?

    Please help me out............ ........
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    This question is being moved to the Perl forum.

    ADMIN

    Comment

    • KevinADC
      Recognized Expert Specialist
      • Jan 2007
      • 4092

      #3
      This document describes the RTF format:

      cpan RTF Cookbook

      once you know how MSWord docs are formatted you can write some perl code to look for what you want. There are probably MSWord or RTF modules too that you could use.

      Comment

      • miller
        Recognized Expert Top Contributor
        • Oct 2006
        • 1086

        #4
        Originally posted by KevinADC
        This document describes the RTF format:

        cpan RTF Cookbook

        once you know how MSWord docs are formatted you can write some perl code to look for what you want. There are probably MSWord or RTF modules too that you could use.
        Ahhh, thank you Kevin.

        I knew that you had more experience with this type of thing that I did. Glad you chimed in.

        - Miller

        Comment

        Working...