Is anyone aware of a library to identify the use of track changes in
Microsoft Word documents? I basically and looking for something to scan
the file and say 'Track Changes - Y/N'
Is anyone aware of a library to identify the use of track changes in
Microsoft Word documents? I basically and looking for something to scan
the file and say 'Track Changes - Y/N'
Many thanks in advance
Not sure if this can be done by "scanning the file".
It can be done via Win32OLE, by checking the Document object's
TrackRevisions property.
Try to run strings (see man strings) on the word doc and see if there
are any clues.
···
On Sep 30, 8:33 pm, David Mullet <david.mul...@gmail.com> wrote:
Stuart Clarke wrote:
> Hey all,
> Is anyone aware of a library to identify the use of track changes in
> Microsoft Word documents? I basically and looking for something to scan
> the file and say 'Track Changes - Y/N'
> Many thanks in advance
Not sure if this can be done by "scanning the file".
It can be done via Win32OLE, by checking the Document object's
TrackRevisions property.
Is anyone aware of a library to identify the use of track changes in
Microsoft Word documents? I basically and looking for something to scan
the file and say 'Track Changes - Y/N'
Many thanks in advance
Not sure if this can be done by "scanning the file".
It can be done via Win32OLE, by checking the Document object's
TrackRevisions property.
My next issue is getting the gem installed on JRuby. It keeps failing to
find the gem in the repository, I have had a search around to download
the compiled gem but I have not been able to find it.
My next issue is getting the gem installed on JRuby. It keeps failing to
find the gem in the repository, I have had a search around to download
the compiled gem but I have not been able to find it.
Any ideas?
Ah, you're working with JRuby. Unlike standard Ruby (on Windows),
JRuby's install doesn't include a win32ole library. But it will soon:
My next issue is getting the gem installed on JRuby. It keeps failing to
find the gem in the repository, I have had a search around to download
the compiled gem but I have not been able to find it.
Any ideas?
Ah, you're working with JRuby. Unlike standard Ruby (on Windows),
JRuby's install doesn't include a win32ole library. But it will soon:
I haven't tried these yet, but they may meet your needs until JRuby 1.6
is released.
David
David,
Thanks for getting back to me.
I have tried both of these GEM's and both fail to install and I get the
following error:
C:\jruby-1.5.3\bin>jruby -S gem install jrwin32ole
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
ERROR: could not find gem jrwin32ole locally or in a repository
My next issue is getting the gem installed on JRuby. It keeps failing to
find the gem in the repository, I have had a search around to download
the compiled gem but I have not been able to find it.
Any ideas?
Ah, you're working with JRuby. Unlike standard Ruby (on Windows),
JRuby's install doesn't include a win32ole library. But it will soon:
I haven't tried these yet, but they may meet your needs until JRuby 1.6
is released.
David
David,
Thanks for getting back to me.
I have tried both of these GEM's and both fail to install and I get the
following error:
C:\jruby-1.5.3\bin>jruby -S gem install jrwin32ole
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
ERROR: could not find gem jrwin32ole locally or in a repository