Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 3,730 for

bookmark

(0.1 sec)
  1. Issue with accessibility in DOCX to PDF convers...

    Hello Team, I am using Aspose.Words for .NET with a valid temporary license to convert DOCX documents to PDF using a PowerShell script (without Microsoft Word automation). My implementation uses the following configura…...document"; Heading without bookmark problem. You should specify...

    forum.aspose.com/t/issue-with-accessibility-in-...
  2. LayoutEnumerator.Kind | Aspose.Words for .NET

    Discover the LayoutEnumerator Kind property, which identifies the current entity type. Ensure clarity in your data with this essential feature.... bookmark span has Span type and may...

    reference.aspose.com/words/net/aspose.words.lay...
  3. InlineStory class | Aspose.Words for Node.js

    Aspose.Words.InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables... toEqual ( false ); // A bookmark with the "IsAuto" flag set...index // even if previous bookmarks display custom reference marks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Document Builder Overview in Java|Aspose.Words ...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in Java....shows how to navigate to a bookmark: Document Building and Modifying...checkbox, ole object, images, bookmarks, form fields, and other document...

    docs.aspose.com/words/java/document-builder-ove...
  5. Topics tagged aspose-pdf-net

    Topics tagged aspose-pdf-net...3 73 March 21, 2025 Update Bookmark ,add hyperlink to a 300 MB...

    forum.aspose.com/tag/aspose-pdf-net
  6. Product Overview|Aspose.Words for C++

    Aspose.Words for C++ is a software library designed to create, modify, convert, render, and print documents without relying on any other software.... Document , Paragraph , Bookmark , Range , Section.PageSetup...

    docs.aspose.com/words/cpp/product-overview/
  7. Aspose.Words PdfUa1 export - Footnote error whe...

    Hello, we are using Aspose.Words (.net, version 25.9.0) to generate PDA/UA compatible PDF documents, and when exporting documents with footnotes the PACChecker (v.24.4.2.0) validator returns the following warning: ‘Poss…...HeadingsOutlineLevel = 9 }, // Set bookmark levels CustomPropertiesExpo...true; Logical structure (bookmarks, headings) ExportDocumentStruct...

    forum.aspose.com/t/aspose-words-pdfua1-export-f...
  8. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...Toc2) { Bookmark bookmarkLayout = doc.Range.Bookmarks[hyperlink...

    forum.aspose.com/t/word/316558
  9. CustomDocumentProperties | Aspose.Words for Java

    A collection of custom document properties in Java....custom document property to a bookmark. Document doc = new Document();...a new custom property to a bookmark. The value of this property...

    reference.aspose.com/words/java/com.aspose.word...
  10. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...runs in the document with bookmarks to make it possible to work...tmpBookmakrs) { Bookmark bk = doc.Range.Bookmarks[bkName]; enumerator...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...