You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find the package very useful. Enquiring about a more nuanced feature.
I have a document with tracked changes. I want to make additional changes on top of that document. Then after feeding both these documents to redlines, I’d like the output to have both original tracked changes and the new ones.
Is this possible and if so, how would I set it up?
Realize it may be difficult to implement. If that’s the case it would be useful to know what the major limitations for that are.
The text was updated successfully, but these errors were encountered:
Hey @matsuobasho, yes, this is definitely possible with the current underlying engine (OpenXMLPowertools). One day 🙄, I will find the time to start to write a new engine. However, the amount of engineering that's gone into the C# OpenXMLPowertools version I've been wrapping is pretty impressive and it's probably most economical to start maintaining it and get more mileage out of its author's years of work and expertise. If you look at one of the examples in C#, the actual ability to consolidate changes from multiple docx exists. Can't vouch for the accuracy, but we could definitely expose the underlying engine's feature so at least it's available. If you want to see how I wrote the existing wrapper and try to add it via a PR, I would welcome the help! I will definitely review and merge, if appropriate. If you're waiting for me to do this, probably going to take a while tbh. Pretty tied up with other things.
@JSv4 thanks for the feedback. Totally understand and appreciate you're tied up now. So your recommendation is to take a look at the example you linked. Then you mentioned seeing how you wrote the existing wrapper and integrating that C# example there? If so, please share code for the existing wrapper.
I find the package very useful. Enquiring about a more nuanced feature.
I have a document with tracked changes. I want to make additional changes on top of that document. Then after feeding both these documents to redlines, I’d like the output to have both original tracked changes and the new ones.
Is this possible and if so, how would I set it up?
Realize it may be difficult to implement. If that’s the case it would be useful to know what the major limitations for that are.
The text was updated successfully, but these errors were encountered: