R
Rama
Hello,
I'm trying to parse a word document using .NET and VBA and its
taking more than 5 minutes to strip off tables,images and text values. if the
word document has more than 20 pages then its taking more time. I'm using
clipborad functionality to copy the images and converting plain text into
Rich text so User can't work with copy and paste functionality at the same
time. For this purpose they wanted to run this document on server but my
question here is word isn't capable of running in multithreading or queue
modes. Can anyone throw some light to my problem?
1) Clipborad is causing problems at client place if they are working with
copy\paste functionality at the same time.
2) Can I apply mutithreading concept on word?
I'm trying to parse a word document using .NET and VBA and its
taking more than 5 minutes to strip off tables,images and text values. if the
word document has more than 20 pages then its taking more time. I'm using
clipborad functionality to copy the images and converting plain text into
Rich text so User can't work with copy and paste functionality at the same
time. For this purpose they wanted to run this document on server but my
question here is word isn't capable of running in multithreading or queue
modes. Can anyone throw some light to my problem?
1) Clipborad is causing problems at client place if they are working with
copy\paste functionality at the same time.
2) Can I apply mutithreading concept on word?