ODT generator for Python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jayro
    New Member
    • Jul 2007
    • 6

    #1

    ODT generator for Python

    Hi people, I need to generate ODT documents from Python so I wonder if there is any module capable to do so.

    What I need is to generate an ODT document containing images and text frames with text within. I didn't want to do all the files that form an ODT doc "by hand"...

    Can anyone help me?
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by jayro
    Hi people, I need to generate ODT documents from Python so I wonder if there is any module capable to do so.

    What I need is to generate an ODT document containing images and text frames with text within. I didn't want to do all the files that form an ODT doc "by hand"...

    Can anyone help me?
    From my searches, it looks like you could automate OpenOffice with Python scripts.

    Also, a Google search on "otdwriter" turned up a bunch of python related stuff.

    Hope that helps.

    Comment

    • jayro
      New Member
      • Jul 2007
      • 6

      #3
      Pyuno

      Can anyone tell me an easy way using PyUNO to generate an ODT file with a text frame in it??

      Thanks

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by jayro
        Can anyone tell me an easy way using PyUNO to generate an ODT file with a text frame in it??

        Thanks
        Perhaps you missed my earlier reply? <Merged threads>

        Comment

        • oler1s
          Recognized Expert Contributor
          • Aug 2007
          • 671

          #5
          PyUNO would be the automation thing for OpenOffice. But Jayro, why are you asking us? Did you even bother to follow any of the tutorials like one of the Google results?

          Comment

          Working...