Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 9,638 for

text

(0.04 sec)
  1. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful Text search improvements.... So, here we go: Enhanced Text Search Options # GroupDocs.Viewer...0 includes a lot of helpful text search improvements. And importantly...

    blog.groupdocs.com/viewer/new-features-and-impr...
  2. Regular expression Search using C#

    Efficiently perform regular expression search using C# for advanced pattern matching in documents. Learn how to implement regular expression search in C# seamlessly....intricate patterns for locating text within documents. This is particularly...types like PDF, Word, and plain text files. Code to Regular expression...

    kb.groupdocs.com/search/net/regular-expression-...
  3. Convert PDF to PPT using Node.js

    Learn how to convert PDF to PPT using Node.js with a step-by-step guide. Easily export PDF to PPT in Node.js for seamless editing and presentation....to customize slide layouts, text formatting, image quality, and...users can seamlessly extract text, images, and formatting from...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  4. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...array of delimiters to split text into words. CompareBookmarks...changes Get source and target text from files How to merge source...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  5. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of new features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected documents has also been extended for ODT and OTT formats....missing when rendering OTS file Text’s shadow appears in the output...with vertical Japanese writing Text overlaps when viewing HTML in...

    blog.groupdocs.com/viewer/support-of-setting-ou...
  6. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a Note document...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Removing shapes with particular text formatting You can also find...supported for charts. Replacing text for particular shapes Since...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  8. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in Text queries using Java search API....specification Leave feedback The text below represents the complete...(Domain Specific Language) used in text queries. See also , . query...

    docs.groupdocs.com/search/nodejs-java/query-lan...
  9. Load TXT document with options | Documentation

    Learn this article and check how to load and convert Text files with advanced options using GroupDocs.Conversion for Java API....control over how the source text document will be processed....are recognized when a plain-text document is converted. If this...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  10. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....content, obtain pieces of hidden text, work with document revisions...Console . WriteLine ( comment . Text ); // ... } } if ( root . InspectionPackage...

    docs.groupdocs.com/metadata/net/working-with-me...