On Sat, 9 Feb 2013 15:27:16 +0100
Morten Engvoldsen <[email protected]> wrote:
> I Have saved my output in .doc file and want to format the output with
> 
> *************Start the File ************************
> 
> Some data here
> 
> 
> *******************End of File*****************************
> 
> Can you let me know how can i do that using Python?

Seems pretty simple.  Open the file, read it into a variable, print the
header, print the data and then print the footer.  Which part are you
struggling with? Show us your code so far.

Or is the issue with the .doc file?  Is it a Word document or simple
text?

-- 
D'Arcy J.M. Cain <[email protected]>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
IM: [email protected], VOIP: sip:[email protected]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to