Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 7,022 for

bookmark

(0.07 sec)
  1. Word to epub bookmark display is incorrect - Fr...

    I have a Word document and I find that when I convert it to ePub format, the Bookmarks are not displayed correctly. void Main() { var doc = new Aspose.Words.Document(@"C:\Users\54390\Downloads\f92690fd45a94a7e8ec7bdbdf…...Word to epub bookmark display is incorrect Aspose.Words Product...convert it to ePub format, the bookmarks are not displayed correctly...

    forum.aspose.com/t/word-to-epub-bookmark-displa...
  2. Not returning the correct page number using boo...

    Hi, I am getting the page number by using the Bookmark object but it is not returning the correct count i.e. in my original document for eg : if Bookmark text is on page number 6 the result from your apose dll is return…...correct page number using bookmark object Aspose.Words Product...does not have PNT_Main_029_1 bookmark. If I check TestDoc.docx it...

    forum.aspose.com/t/not-returning-the-correct-pa...
  3. Not returning the correct page number using boo...

    Hi, I am getting the page number by using the Bookmark object but it is not returning the correct count i.e. in my original document for eg : if Bookmark text is on page number 6 the result from your apose dll is return…...correct page number using bookmark object Aspose.Words Product...the page number by using the bookmark object but it is not returning...

    forum.aspose.com/t/not-returning-the-correct-pa...
  4. Some bookmark end tag at body level - Free Supp...

    Hi, I am trying to update aspose word library. I’m having some issues with deleting the deprecated ‘AnnotationsAtBlockLevel’ property. In some cases I have the Bookmark end tag at Body level while the start tag starts…...Some bookmark end tag at body level Aspose.Words Product Family...Family bookmark , words-java KvnLr March 29, 2023, 12:57pm #1 Hi...

    forum.aspose.com/t/some-bookmark-end-tag-at-bod...
  5. How can I get the meta-information of a bookmar...

    There is Bookmark in our Word document, and the input is the Bookmark name. I need to get meta-information of the Bookmark, such as in which page, the x- and y- position, width and height, etc. I can use following co…...the meta-information of a bookmark? Aspose.Words Product Family...(494,9 KB) There are two bookmarks in this file, they are “S...

    forum.aspose.com/t/how-can-i-get-the-meta-infor...
  6. Removing Bookmark in Table does not behaive sam...

    The Aspose.Words API when there is a Bookmark inside of a Table is removing another Bookmark that is not fully contained in the Bookmark being removed. In the attached file there is a Bookmark named “False2”. When the …...Removing Bookmark in Table does not behaive same as Word Interop...Words API when there is a Bookmark inside of a Table is removing...

    forum.aspose.com/t/removing-bookmark-in-table-d...
  7. How to add bookmark in content control first ch...

    Hii team, I want to add Bookmark in content control first child and last child of each page when content control is splited on multiple pages. Snippet : Aspose.Words.Document doc = new Aspose.Words.Document(@"C:\\Sam…...How to add bookmark in content control first child and last child...#1 Hii team, I want to add bookmark in content control first child...

    forum.aspose.com/t/how-to-add-bookmark-in-conte...
  8. Bookmark is Lost after Comparing Documents usin...

    I have two documents, docA with a Bookmark1, and docB with an additional line and a new Bookmark2. I open both documents and call docA.compare(docB) and save the result. The result document shows the insertion but bookma…...Bookmark is Lost after Comparing Documents using Java Aspose...Aspose.Words Product Family bookmark yilin August 6, 2021, 4:32pm #1...

    forum.aspose.com/t/bookmark-is-lost-after-compa...
  9. Bookmark is lost after comparing documents - As...

    This sounds very similar to an issue I have as well. I’ve attached my two input documents as well as the output I receive with version 21.10. left.docx (13.3 KB) right.docx (17.6 KB) diff.docx (13.1 KB)...Bookmark is lost after comparing documents Aspose.Words Product...6 KB) diff.docx (13.1 KB) Bookmark is Lost after Comparing Documents...

    forum.aspose.com/t/bookmark-is-lost-after-compa...
  10. Adding Bookmark for Math equations in MS word d...

    Sample Code: public static Bookmark insertBookmarkAroundNode(Node node, boolean updateLayout) { CompositeNode parentNode = node.getParentNode(); if (Objects.isNull(parentNode)) { return null; } …...Adding Bookmark for Math equations in MS word documents taking...Sample Code: public static Bookmark insertBookmarkAround(Node...

    forum.aspose.com/t/adding-bookmark-for-math-equ...