how would I go about getting the pagenumber where a particualar bookmark is on a WORD document.
I can get the bookmark quite easily…
Bookmark bookmark = srcDocument.Range.Bookmarks[bookmarkName];
but there is no PageNumber property like there is in Aspose.Pdf.Kit.Bookmark
Do I need to somehow use Aspose.Words.Viewer.PageEventArgs.PageNumber? if so how?
Also, if I convert a word document with bookmarks into a PDF, do the bookmarks translate into PDF bookmarks?
This message was posted using Page2Forum from PageNumber Property - Aspose.Words for .NET and Java