Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 10,280 for

text

(0.07 sec)
  1. Change Title and Background Color Dynamically u...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.12. Using the latest version, you can now change Text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can **insert images and barcodes **dynamically in email messages (msg) with RTF body....version, you can now change text **background color **dynamically...<<[axis_title_expression]>> # Change text background color dynamically...

    blog.groupdocs.com/assembly/change-title-and-ba...
  2. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the Text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....highlighting occurrences in the text of documents. Obtain search...highlighting the words found in the text. You can highlight search results...

    docs.groupdocs.com/search/nodejs-java/work-with...
  3. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features....[uri_or_bookmark_expression] [display_text_expression]>> The uri_or_bookmark_expression...Whereas, display_text_expression is the text to be displayed for...

    blog.groupdocs.com/assembly/net-java-document-a...
  4. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....content including formatted text, images, annotations, form fields...multiple ways of extracting the text. However, extracting images...

    blog.groupdocs.com/categories/groupdocs.parser-...
  5. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method.... Markup ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/loading-specific...
  6. Specify spreadsheet rendering options | GroupDocs

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....render grid lines, or adjust cell text overflow). To access these options...cell text overflow The option allows you to prevent text overflow...

    docs.groupdocs.com/viewer/python-net/specify-re...
  7. Introducing Support for EMLX and OFT Email Form...

    We are extremely excited to announce the final release of GroupDocs.Watermark for .NET for the year of 2017. In this release, we have extended the supported file formats by adding EMLX and OFT email formats. Furthermore, we have added features to edit Excel objects that can be considered as watermark. Please continue to read more about this latest release. Support for EMLX and OFT Email FormatsGroupDocs.Watermark for .NET 17.12 allows you to perform watermarking operations for EMLX and OFT email formats....Replace text for particular shapes Update formatted text for particular...

    blog.groupdocs.com/watermark/support-for-emlx-a...
  8. Extract attachments from PDF portfolios | Group...

    This article explains that how to extract attachments from PDF documents...steps to extract an attachment text from PDF Portfolios: Instantiate...example shows how to extract a text from PDF Portfolios: // Create...

    docs.groupdocs.com/parser/net/extract-attachmen...
  9. Logging | GroupDocs

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....ParserSettings ( logger ))) { // Check if text extraction is supported if (... Features . Text ) { Console . WriteLine ( "Text extraction isn't...

    docs.groupdocs.com/parser/net/logging/
  10. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using Java programming language....that any XML is first of all a text file). By default all XML files... if they are present in the text nodes or attribute values inside...

    docs.groupdocs.com/editor/java/how-to-edit-xml/