Aspose.word viewer

Hi,
Could you please help me in rendering the word document into c# forms and view it. Could we search for words in a word document? please provide some code snippets for this.
Thanks,
Ramakrishna

Hi

Thanks for your inquiry. There are several options to view document:

  1. You can use XPS format. If you are developing WPF application this is the best option. XPS Viewer provides built-in search functionality.
  2. You can convert documents to images and view them in your Win Forms application. For example, you can check out DocumentExplorer demo.

Also, you can search text in the document programmatically using Aspose.Words. Please follow the link to learn how to achieve this:
https://docs.aspose.com/words/net/find-and-replace/
Please let me know if you need more information, I will be glad to help you.
Best regards,