Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 3,677 for

bookmark

(0.12 sec)
  1. Adding Bookmarks to PDF file|Aspose.PDF for .NET

    This section explains how to create Nested Bookmarks with PdfContentEditor Class....Adding Bookmarks to PDF file Contents [ Hide ] Bookmarks give you...allows you to create your own bookmark in a sophisticated yet intuitive...

    docs.aspose.com/pdf/net/how-to-create-nested-bo...
  2. Add PDF Bookmarks|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ask AI Add PDF Bookmarks Contents [ Hide ] This article provides...information on how to insert PDF bookmarks when converting a spreadsheet...

    docs.aspose.com/cells/java/add-pdf-bookmarks/
  3. DocumentVisitor.visitBookmarkStart method | Asp...

    DocumentVisitor.visitBookmarkStart method. Called when a start of a Bookmark is encountered in the document.... Called when a start of a bookmark is encountered in the document...Examples Shows how to add bookmarks and update their contents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 获取、更新和展开书签|Aspose.PDF for Java

    本文描述了如何在 PDF 文件中使用书签。使用我们的 Java 库,您可以从 PDF 文件中获取书签,获取书签的页码,更新 PDF 文档中的书签,以及在查看文档时展开书签。...pdf" ); // 提取书签 Bookmarks bookmarks = bookmarkEditor . extractBookmarks...(); for ( Bookmark bookmark : ( Iterable < Bookmark > ) bookmarks...

    docs.aspose.com/pdf/zh/java/get-update-and-expa...
  5. Using DocumentBuilder to Modify a Document|Aspo...

    Use the document builder to modify a document easily in Java.... Moving to a Bookmark Bookmarks are used frequently to...be inserted. To move to a bookmark, use DocumentBuilder.moveToBookmark...

    docs.aspose.com/words/java/using-documentbuilde...
  6. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....is marked by the specified bookmark. Examples: Shows how to cross-reference...DocumentBuilder(doc); // Create a bookmark with a footnote that the NOTEREF...

    reference.aspose.com/words/java/com.aspose.word...
  7. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...@hrnallap Most likely the bookmark is not present in the document...DocumentBuilder(doc); // Insert bookmark at the begging of TOC. FieldToc...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  8. Navigation and Interaction|Aspose.PDF for Java

    This section describes the features of work with links, actions and Bookmarks.... Bookmarks - large publications usually...usually include a framework of bookmarks that can be easily viewed...

    docs.aspose.com/pdf/java/navigation-and-interac...
  9. Navigation and Interaction in PDF|Aspose.PDF fo...

    This section describes the features of work with links, actions and Bookmarks.... Bookmarks - large publications usually...usually include a framework of bookmarks that can be easily viewed...

    docs.aspose.com/pdf/net/navigation-and-interact...
  10. DocumentVisitor.visitBookmarkEnd method | Aspos...

    DocumentVisitor.visitBookmarkEnd method. Called when an end of a Bookmark is encountered in the document....) Called when an end of a bookmark is encountered in the document...Examples Shows how to add bookmarks and update their contents...

    reference.aspose.com/words/nodejs-net/aspose.wo...