Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 3,569 for

feature

(0.14 sec)
  1. Protect a CSV file using C# .NET - Free Support...

    can i add password to csv file using groupdocs...Currently, API doesn’t support a feature to add password protection...

    forum.groupdocs.com/t/protect-a-csv-file-using-...
  2. Highlighted Results of Exact Phrase Search in T...

    We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the Feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search query. We would recommend you to enhance your applications using this latest version.... We have introduced the feature of getting highlighted results...snippet demonstrates this feature. string indexFolder = @"c:\MyIndex"...

    blog.groupdocs.com/search/highlighted-results-o...
  3. Perform Wildcard Search in GroupDocs.Search for...

    We are pleased to announce the monthly release of GroupDocs.Search for Java 18.12. Using the latest version, you can now index and search blended characters and perform a wildcard search. We would recommend you to install and use the latest version of the API. Features Following are the new Features introduced in the latest version: Blended Characters Search GroupDocs.Search for Java API 18.12 introduces a new class of characters - blended.... Features # Following are the new features introduced... For more details on this feature, please visit this documentation...

    blog.groupdocs.com/search/perform-wildcard-sear...
  4. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the Feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...for more information on the feature. an image Extract the root...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. How to Convert TIFF to PDF in Java

    This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs....TIFF to PDF converter Java feature. This sample code can be used...the Java convert TIFF to PDF feature by following the step-by-step...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...highlighted several important features that we currently do not support...complexity of the requested features. We understand your priorities...

    forum.groupdocs.com/t/groupdocs-parser/15108
  7. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Parser for Python via .NET. Extracting text, images, metadata, tables, and structured data from documents with template-based parsing support....Getting Started / Features Overview Features Overview Leave feedback...Note GroupDocs.Parser is a feature-rich document data parsing...

    docs.groupdocs.com/parser/python-net/features-o...
  8. Protect and Unprotect Word Documents with Water...

    Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new Features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....the details about the new features added in version 18.6. Lock...close(); For more details on this feature, please visit this documentation...

    blog.groupdocs.com/watermark/protect-word-docum...
  9. Protect and Unprotect Word Documents with Water...

    Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new Features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....the details about the new features added in version 18.6. Lock...close(); For more details on this feature, please visit this documentation...

    blog.groupdocs.com/watermark/protect-word-docum...
  10. Detect Documents Encoding using GroupDocs.Searc...

    Like every month, team GroupDocs has released another version of the API and implements a number of new Features and improvements in this monthly release. The latest version i-e 17.9.0 includes Features like storing the text of documents during indexing, filtering files before indexing, encoding detection of text files etc. Not only this the API has also added support for CHM documents to the list of supported document formats. The API has removed some of the obsolete methods in this release as well....implements a number of new features and improvements in this monthly...version i-e 17.9.0 includes features like storing the text of documents...

    blog.groupdocs.com/search/groupdocs.search-for-...