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

feature

(0.48 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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-...
  5. Support of Inline Syntax Error Messages

    We are back with the latest release of GroupDocs.Assembly for .NET. In this post, I am going to give you an overview of the latest release including the demonstration and usage of an exciting Feature. Let’s not wait and walk through what’s new in the latest release. You may also have a glance at the release notes of the latest release. GroupDocs.Assembly allows you to generate automated reports by populating the pre-defined document templates....demonstration and usage of an exciting feature. Let’s not wait and walk through...Along with the aforementioned feature, we have added a couple of...

    blog.groupdocs.com/assembly/support-of-inline-s...
  6. Loading of template documents from HTML with re...

    Note This Feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great Feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....resources Leave feedback Note This feature is supported by version 19...Assembly provides a great feature which is loading of HTML template...

    docs.groupdocs.com/assembly/net/loading-of-temp...
  7. 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.... The new feature added to the API in this release...release and enjoy all the features and enhancements made to the...

    blog.groupdocs.com/categories/groupdocs.parser-...
  8. Save Assembled Word Processing, Presentation, S...

    The HTML format is widely used for creating the webpages or, in other words, the HTML files. These days, every operating system, whether it be of desktop or mobile, contains the built-in web browser that supports viewing the HTML files. Other than that, many free web browsers are also available in the market. This means that any information or the content that is available in the form of HTML pages can easily be viewed just having installed a web browser....demonstrate this feature: C# Java Along with this feature, we have also...version to check how these features can make your report generation...

    blog.groupdocs.com/assembly/save-assembled-word...
  9. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new Features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...document viewer has a lot of new features, improvements and bug fixes...Without a doubt, the main new feature is support for non-web-based...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  10. How to Convert MHTML to JPG in C#

    This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....instructions on how to use the feature. Steps to Convert MHTML to...C# MHTML to JPG converter feature. First, use the NuGet package...

    kb.groupdocs.com/conversion/net/how-to-convert-...