Re: Convert Ventura to Word?

Subject: Re: Convert Ventura to Word?
From: John Cornellier <john -dot- cornellier -at- CARDS -dot- DELARUE -dot- COM>
Date: Tue, 3 Mar 1998 11:31:57 GMT

Like a bad penny, this thread keeps coming back.

Ye olde Ventura docs are text files in markup language, like HTML. You can
convert them with a simple Word macro. E.g., the code to convert paras in the
Ventura style "Heading C" to Word style "Heading 3", is something like:

EditFind .Find = "@chead = " ' find heading c tags
While EditFindFound()
EditClear ' delete tag
EndOfLine 1
Style "Heading 3" ' apply word style heading 3
EditFind .Find = "@chead = " ' find next
Wend

You identify the styles used in the doc, assign corresponding Word styles, and
Bob's your uncle.

Write me for more info, if you like.

Regards from Paris,
mailto:john -dot- cornellier -at- cards -dot- delarue -dot- com


"This message is strictly private and contains confidential information
intended only for the use of the person or persons named above. If you
have received this transmission in error and are not the intended
recipient please immediately advise postmaster -at- cards -dot- delarue -dot- com -dot- Please
note that the information is private and confidential and you must not
divulge it to anyone."

info -at- cards -dot- delarue -dot- com
http://www.delarue.com




Previous by Author: FW: Job: Tech Writer, Seattle, WA, USA
Next by Author: Online Technical Report Writing, Summer Session, UCD
Previous by Thread: Re: Question about Programmers and Usability -Reply (fwd)
Next by Thread: ANNOUNCE: SOLUTIONS Technical Communication Training


What this post helpful? Share it with friends and colleagues:


Sponsored Ads