vb.net - how to combine changes tracked from several documents -


for application, there 1 document (microsoft word), , document reviewed several people in "track changes" mode, input application original document , reviewed documents changes (like insert/delete/comments).

by link, know how extract changes reviewed documents.

i want combine changes reviewed documents 1 document, , make changes "accepted", output of application 1 modified microsoft document changes (delete/insert/comment) accepted.

my problem don't know how combine changes several documents 1 single document.

what want combine changes reviewed documents 1 document, , make changes "accepted"

i'm not sure if word provides functionality out-of-the-box.

you might consider using diff algorithm align changes between documents one-by-one , apply them.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -