I have more than 5 word documents which have contents. I want to take some parts from all the documents with formatting based on some keywords and want to prepare one output word.
Above link is for merging documents using C#. But I want take some contents from multiple documents with all formatting and then I want to write it into single word document.
ASPOSE needs licence. Is there any other solution to implement it?
My word documents is divided in tables and from that table I am fetching out some information.
Like for example. I have following table in my word document. So here my keyword is "Sample Text". So whatever written against sample text should be fetched with all formatting. Here Some heading, Content and table of content should be fetched with all formatting
they have.
You can also do it with this toolkit. It is basically a mail merge tool but has a placeholder for sub-documents that you can place on a master template in order to merge multiple documents into a single one. This is
also a commercial toolkit, but cheaper than Aspose. As far as I know there are no free libraries that are capable of document merging.
Member
6 Points
25 Posts
How take contents of multiple word document with formatting and put it to single output word docu...
Jul 16, 2014 06:27 AM|anup ganatra|LINK
Hi,
I have more than 5 word documents which have contents. I want to take some parts from all the documents with formatting based on some keywords and want to prepare one output word.
How can I use Microsoft.Office.Interop.Word to implement this?
c C#.net asp.net vb net
Member
350 Points
112 Posts
Re: How take contents of multiple word document with formatting and put it to single output word...
Jul 16, 2014 06:34 AM|GiridharSai Chimata|LINK
http://devpinoy.org/blogs/keithrull/archive/2007/06/09/updated-how-to-merge-multiple-microsoft-word-documents.aspx
presently i can help you with merging two or more documents....this link may help you
http://www.codeproject.com/Articles/7582/Merging-Word-Documents-with-C
Member
6 Points
25 Posts
Re: How take contents of multiple word document with formatting and put it to single output word...
Jul 17, 2014 09:17 AM|anup ganatra|LINK
Thanks GiridharSai.
Above link is for merging documents using C#. But I want take some contents from multiple documents with all formatting and then I want to write it into single word document.
ASPOSE needs licence. Is there any other solution to implement it?
My word documents is divided in tables and from that table I am fetching out some information.
Like for example. I have following table in my word document. So here my keyword is "Sample Text". So whatever written against sample text should be fetched with all formatting. Here Some heading, Content and table of content should be fetched with all formatting they have.
Member
270 Points
80 Posts
Re: How take contents of multiple word document with formatting and put it to single output word...
Jul 24, 2014 11:11 AM|Jure.Les|LINK
You can also do it with this toolkit. It is basically a mail merge tool but has a placeholder for sub-documents that you can place on a master template in order to merge multiple documents into a single one. This is also a commercial toolkit, but cheaper than Aspose. As far as I know there are no free libraries that are capable of document merging.