I have a requirement to support Word document generation on the server but also need the system to support Word document comparison (i.e., the generation of the redline differences between 2 documents). Do you have plans to add this functionality to your feature list for Aspose.Word and if so when?
Thanks,
Steve Brooke
Procuri, Inc.
Hi Steve,
Thank you for the request. We will probably add such functionality in the future; however, it’s impossible to speak about any delivery dates at the moment.
I have an identical requirement to this and would like to know if there are any plans in place for this as a feature?
This feature is rather complex and time-consuming to implement. We don’t plan to implement it in the near future.
Hi, We are preparing a .net Web solution wherein we are planning to use Aspose Word and Aspose PDF. the requirement calls for Concatenating multiple word documents together ( few documents are in portrait layout while others in landscape) secondly, we are also looking for side by side comparision which word provides. is it feasible in Aspose.Word current version or any future releases(in this case, when is that release)?
Thanks in advance for your prompt response.
The concatenation of documents is fully supported in Aspose.Words.
As for side-by-side comparison it depends on a comparison logic you want to implement. Aspose.Words reads document in a structured treelike object model, which generally resembles xml. You can perform any kind of comparison using this model, traversing the document tree nodes and comparing their types and text contained.
To take a quick look at Aspose.Words document model please use our DocumentExplorer source code demo, which can be located in C:\Program Files\Aspose\Aspose.Words\Demos\DocumentExplorer directory after installing evaluation pack.
Best regards,
The issues you have found earlier (filed as WORDSNET-217) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.