Working with Forms in MS Word

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Greg Lindstrom

    #1

    Working with Forms in MS Word

    Greetings-

    I have been asked if I can populate existing Forms in a Microsoft Word
    Document. I have the book Python Programming on Win 32 (Hammond/Robinson)
    which addresses Microsoft products, but it does not address forms. Has
    anyone attempted this? And if so, would you pass along your knowledge?

    Thanks!,
    --greg

    Greg Lindstrom (501) 975-4859
    NovaSys Health greg.lindstrom@ novasyshealth.c om

    "We are the music makers, and we are the dreamers of dreams" W.W.

  • Thomas Guettler

    #2
    Re: Working with Forms in MS Word

    Am Wed, 13 Oct 2004 15:48:09 -0500 schrieb Greg Lindstrom:
    [color=blue]
    > Greetings-
    >
    > I have been asked if I can populate existing Forms in a Microsoft Word
    > Document. I have the book Python Programming on Win 32 (Hammond/Robinson)
    > which addresses Microsoft products, but it does not address forms. Has
    > anyone attempted this? And if so, would you pass along your knowledge?[/color]

    Hi,

    I tried to use Word via com and python's win32 module,
    but it did not work well for me. (The Python module was
    good, but not the office programm)

    You can save ms-office documents as XML. This format
    can be read and changed on any plattform. It was enough
    for me to solve my problems. Maybe this helps you, too.

    HTH,
    Thomas

    Comment

    Working...