R
Roland Krystian Alberciak
Hello,
I have a question. I love to print my powerpoint slides with notes through
the "File -> Send To -> Microsoft Word - OK > " options. In doing so,
Microsoft word opens and a lot of processing happens where slides are
injected into MS word into a table and with notes next to it in a column. I
absolutely love this.
However, and here is my question, how can I detect when this process of
preparing the word document is complete? I know there are some commercial
products which offer to do handout generation for you, but I just want to
detect when the process of preparing a word doc is complete so I can script
it with Autoit3.
I would like to know if vb or something can be used to detect when this
process completes.
Currently, I know I can detect when this is done by:
1. (best idea I know of right now) Monitoring somehow the word doc
generation process and seeing when it completes and monitoring an exit code
(in case it terminates due to an error not due to natural causes). When it
successfuly completes, then move on. (which I detail in my question above)
1. (ok idea) When the word document creation process is complete, the word
document goes to page 1. Perhaps detecting when page 1 shows, would tell me.
However, what if my powerpoint presentation is less than 3 slides? Then I'll
only have a page.
2. (more crazy of an idea?) Whilst the process is going on, a mouse cursor
intermittently shows up as an hour glass and then rescinds into a cursor.
3. (most crazy of an idea?) Perhaps printing slides in powerpoint to
postscript, timeing how long that takes, then doing the "Send To - > word"
behaviour using the previous printing in powerpoint time and multiplying it
by some number to scale.
Thanks,
Krystian
I have a question. I love to print my powerpoint slides with notes through
the "File -> Send To -> Microsoft Word - OK > " options. In doing so,
Microsoft word opens and a lot of processing happens where slides are
injected into MS word into a table and with notes next to it in a column. I
absolutely love this.
However, and here is my question, how can I detect when this process of
preparing the word document is complete? I know there are some commercial
products which offer to do handout generation for you, but I just want to
detect when the process of preparing a word doc is complete so I can script
it with Autoit3.
I would like to know if vb or something can be used to detect when this
process completes.
Currently, I know I can detect when this is done by:
1. (best idea I know of right now) Monitoring somehow the word doc
generation process and seeing when it completes and monitoring an exit code
(in case it terminates due to an error not due to natural causes). When it
successfuly completes, then move on. (which I detail in my question above)
1. (ok idea) When the word document creation process is complete, the word
document goes to page 1. Perhaps detecting when page 1 shows, would tell me.
However, what if my powerpoint presentation is less than 3 slides? Then I'll
only have a page.
2. (more crazy of an idea?) Whilst the process is going on, a mouse cursor
intermittently shows up as an hour glass and then rescinds into a cursor.
3. (most crazy of an idea?) Perhaps printing slides in powerpoint to
postscript, timeing how long that takes, then doing the "Send To - > word"
behaviour using the previous printing in powerpoint time and multiplying it
by some number to scale.
Thanks,
Krystian