Merge 2 word documents- count the characters present in a doc

I want to merge mutiple word documents into one document file, how could i achive this in asp.net by using aspose.words? I also want know that how could I count the characters present in one word document file including spaces?
Thanks in advance for help
Subimal Nath…

Hi
Thank for your inquiry.

  1. Yes, of course you can merge two or more documents together. Please see the following link for more information.
    https://docs.aspose.com/words/net/insert-and-append-documents/
  2. Yes you can get count of characters with or without white spaces using BuildInDocumentProperties. Please see the following links.
    https://reference.aspose.com/words/net/aspose.words.properties/builtindocumentproperties/characters/
    https://reference.aspose.com/words/net/aspose.words.properties/builtindocumentproperties/characterswithspaces/
    But before getting these values please call UpdateWordCount method.
    https://reference.aspose.com/words/net/aspose.words/document/updatewordcount/

Hope this helps.

Best regards.