Dear Aspose Support Team,
I hope this message finds you well. Our team is currently working on a project that involves the extraction of old and new content from revisions within DOCX files using Aspose for Python. We have found Aspose to be a reliable tool for document processing, and we believe it can help us achieve our specific objectives.
To provide you with more context, our primary goal is to retrieve the old content and new content of revisions within DOCX files. We aim to access and store this content for further analysis and processing.
Having reviewed the Aspose documentation and code samples, we kindly request your expert guidance and support to help us achieve the following objectives:
- Retrieve the old content and new content of revisions within DOCX files using Aspose for Python.
- Access and store this content in a structured format for subsequent analysis and processing.
If there are any specific Aspose APIs, methods, or code examples that you could recommend to efficiently extract the old and new content from DOCX file revisions, it would be greatly appreciated.
Additionally, if there are any best practices or considerations unique to working with DOCX file revisions using Aspose, we would be eager to learn from your expertise.
Please let us know if you require any additional information about our project or the specific DOCX files we are working with. Your prompt assistance will be invaluable to us, and we look forward to your guidance and support in achieving our goals.
Thank you for your time and expertise in advance. We are enthusiastic about using Aspose to enhance our DOCX file revision analysis.
Example for reference
We have tried using doc.revisions but its not giving proper old and new text
By old text we mean in track changes the text which is deleted its showing in track changes and by new text we mean to have update text
U can do compare merge on any two files and check for reference
@alexey.noskov can u help us on this??