Editing word doc?
Can I edit a word document with tcl?
I have a document I use as a template (not a word.dot, although it
could be)
I know what I want to do:
1. insert one of many types of header (held as text or other word
docs),
2. insert a number of paragraphs, on per list element, where each
para heading is modified to match the list element, and the para has
sub-paras. (the format of each para would be identical, again held as
a text or another word doc)
3. insert a title based on a tcl variable.
TIA, Niv
.
Relevant Pages
- OLE automation using TCL
... I'm trying to automate generation of a MS Word document. ... language for this purpose is TCL, though I'm willing to move out to VB ... I found out about the tcom package ... (comp.lang.tcl) - Re: Problem with converting HTML to Word/Excel/Etc.
... > I am unsure how to do this in PHP although I can do it in TCL and have ... The following should be enough to download any word document: ... the browser will always download a new version because the ... (alt.php) - Re: Problem with converting HTML to Word/Excel/Etc.
... > I am unsure how to do this in PHP although I can do it in TCL and have ... The following should be enough to download any word document: ... the browser will always download a new version because the ... (comp.lang.php) - Problems in reading sentences from the document that has tables
... I am trying to read the sentences from a Word document, and skipping the ... For Each para in ThisDocument.Paragraphs ... The para.Range.Text contains "Rank Table:\r", but when I try to read the ... (microsoft.public.word.vba.general) - Including para numbers in hyperlink
... I am creating hyperlinks in a Word document to link to other sections of the ... I have used automatic numbering and would like the para numbers to ... At the moment only the para name appears. ... (microsoft.public.word.docmanagement) |
|