From: mjlaali on 30 Mar 2010 01:39 Dear friends, I am working in a software development team which is developing Machine Translator software. Now, after developing the translation engine, they have assigned me a task which is development of a component that reads a word file, translate it using translator engine and then generates another word file which should contain the same formatting as the original file. I would like to know whether the automation is the right way to do this or not. And if not, what way do you suggest? I am looking forward to your suggestions. Thanks,
From: Karl E. Peterson on 30 Mar 2010 13:22 mjlaali wrote: > I am working in a software development team which is developing Machine > Translator software. Now, after developing the translation engine, they have > assigned me a task which is development of a component that reads a word > file, translate it using translator engine and then generates another word > file which should contain the same formatting as the original file. I would > like to know whether the automation is the right way to do this or not. And > if not, what way do you suggest? I have trouble imagining any other way, at all, to do this. So yeah, it seems automation would indeed be the ticket. Did you have other ideas? -- ..NET: It's About Trust! http://vfred.mvps.org
From: Fumei2 via OfficeKB.com on 30 Mar 2010 15:19 "I have trouble imagining any other way, at all, to do this." LOL Indeed. The main issue is whether the original was a properly set up / designed Word document; i.e. using Styles, from a .DOT template. If it was, then simply use the same Styles. The formatting will be identical. Karl E. Peterson wrote: >> I am working in a software development team which is developing Machine >> Translator software. Now, after developing the translation engine, they have >[quoted text clipped - 3 lines] >> like to know whether the automation is the right way to do this or not. And >> if not, what way do you suggest? > >I have trouble imagining any other way, at all, to do this. So yeah, >it seems automation would indeed be the ticket. Did you have other >ideas? > -- Gerry Message posted via http://www.officekb.com
From: Karl E. Peterson on 30 Mar 2010 15:48 Fumei2 via OfficeKB.com wrote: > "I have trouble imagining any other way, at all, to do this." > > LOL > > Indeed. > > The main issue is whether the original was a properly set up / designed Word > document; i.e. using Styles, from a .DOT template. > > If it was, then simply use the same Styles. The formatting will be > identical. Oh boy, yeah, if the formatting were applied inline, it's gonna be a bear. Imagine if some syllables were bolded or italicized or... :-/ -- ..NET: It's About Trust! http://vfred.mvps.org
From: Karl E. Peterson on 30 Mar 2010 15:53 Fumei2 via OfficeKB.com wrote: > "I have trouble imagining any other way, at all, to do this." > > LOL > > Indeed. > > The main issue is whether the original was a properly set up / designed Word > document; i.e. using Styles, from a .DOT template. > > If it was, then simply use the same Styles. The formatting will be > identical. Oh boy, yeah, if the formatting were applied inline, it's gonna be a bear. Imagine if some syllables were bolded or italicized or... :-/ -- ..NET: It's About Trust! http://vfred.mvps.org
|
Pages: 1 Prev: How to detect that a range object is in a table? Next: Export of Textbox content to Excel |