How to Create Hidden Bookmark in Word Document using .NET

Hi,

We are using Aspose Words dll, we are trying to add Bookmarks in the word document, It is working, Is it any way to create Hidden Bookmark in word document using Aspose, and also can able to Insert Documents in the hidden Bookmark place.

Thanks and Regards,
Syed

@Syedvalgen

The bookmark begins with an underscore character (_) is hidden bookmark. Yes, you can insert the hidden bookmarks into document using Aspose.Words. Please read the following article.

Please move the cursor to the bookmark and insert the document using DocumentBuilder.InsertDocument method.