Documents for Word ReadMe
In This Topic
    Version
    In This Topic

    Breaking changes

    1. The HMAC hash from Password.KnownHashes cannot be used anymore.
    2. The API has changed for Split/Merge.
    3. The CompareLocationWith method was moved from Range to RangeBase.

    New Features and Improvements

    1. Added formatting clear method to RangeBase.
    2. Added the feature to copy document content inside a document and preserve content formatting.
    3. Added the feature to move document content inside a document and preserve content formatting.
    4. Added the feature to copy document content between documents and preserve formatting.
    5. Added the feature to copy document content between documents and preserve formatting.
    6. Added the feature to split the document on several documents and preserve formatting.
    7. Added the feature to combine content from different Word documents into a single one.
    8. Added DocumentProtection feature.
    9. Added ReadOnly regions protection feature.
    10. Added ability to detect source of formatting properties.

    Bug fixes

    1. Fixed the issue where the Max length of password should be 15 digits.
    2. Fixed the issue where the password that contains special characters can not stop protection.
    3. Fixed the issue where WritePassword doesn't recognize current password implementation.