Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 4,306 for

text handling

(0.15 sec)
  1. How to add comments to bookmark range - Free Su...

    i have an existing word document with bookmarks. I need to associate a set of comments to each bookmark. Bookmark bookmark = document.Range.Bookmarks[bookmarkName]; if (bookmark != null) { Comment comment = new Com…...SetText("text"); bookmark.BookmarkStart.ParentNode...the bookmark and then add the text to the comment. Here’s an example...

    forum.aspose.com/t/how-to-add-comments-to-bookm...
  2. Process of rendering glyphs

    Explore the fundamentals of glyph rendering, covering the processing pipeline, key technologies, and performance considerations....any software that works with text, from simple console applications...crisp, readable, and performant text output across different devices...

    docs.aspose.com/font/net/what-is-font/glyph-ren...
  3. Convert MHTML to VCF via C# | products.aspose.com

    Sample code for MHTML to VCF C# conversion. Use API example code for batch MHTML files to VCF conversion within VB.NET, Asp.NET or any .NET based application....comprehensive set of components to handle various email-related tasks...for an alternate view with “text/vcard” MediaType. If found,...

    products.aspose.com/email/net/conversion/mhtml-...
  4. How to Extract Content Between Document Nodes|A...

    Extracting document content in different using C++....These can be entire text bodies or simple text runs. There are many...paragraphs Specific runs of text Fields of various types, such...

    docs.aspose.com/words/cpp/how-to-extract-select...
  5. Aspose.Pdf convert HTML to PDF gets exception F...

    A bad href link in html for example “http://415.707.7015/” throws a failed to parse exception that does not allow for processing to continue. Work arounds here suggest pre-validating all hrefs in the entire html before …...Text; using Aspose.Pdf; using Aspose...Aspose.PDF provides a warning‑handling mechanism. Implement IWarningHandler...

    forum.aspose.com/t/aspose-pdf-convert-html-to-p...
  6. Mapbox Vector Tile (MVT)

    Mapbox Vector Tile (MVT) is a file format for storing and rendering geospatial vector data, enabling fast and interactive maps with high performance. It uses vector tiles to efficiently display geographic features, supporting various data types and delivering flexibility and scalability for creating dynamic maps....regarding offline use and handling dynamic data. By considering...system, and its WKT (Well-Known-Text) by entering the appropriate...

    products.aspose.com/gis/net/gis-formats/mvt
  7. Create HTML in Java – Generate HTML Files Progr...

    Learn how to create HTML in Java programmatically. Step-by-step examples using Aspose.HTML to generate, edit, and save HTML files with DOM manipulation....Create a text node and add it to the document body Text text = document...document. getBody (). appendChild (text); // Save the HTML document...

    products.aspose.com/html/java/create-html/
  8. Specific Parameters of 1D Barcode Types|Documen...

    How to Set Specific Display Parameters for 1D Barcodes in Aspose.BarCode for .NET...correction of invalid barcode text. This article describes how... Png ); Handle Exceptions on Incorrect Barcode Text In case when...

    docs.aspose.com/barcode/net/1d-barcode-types/
  9. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java.... getText() Gets the text of this node and of all its...paragraphText = new Run(doc, "Initial text. "); paragraph.appendChild(paragraphText);...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Delete Comments in PDF in Java

    This tutorial guides on how to delete comments in PDF in Java. It shares the information to set the IDE, steps to write the program, and a runnable sample code to delete all comments in PDF in Java....to the comments that can be handled while working with PDF files...each annotation and filter the Text type annotations for removing...

    kb.aspose.com/pdf/java/how-to-delete-comments-i...