Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 3,972 for

feature

(0.14 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...proudly announcing one new feature and three enhancements in the...API and share your feedback. Features Introduced Text Analysis API...

    blog.groupdocs.com/groupdocs.blog/page/54/
  2. GroupDocs.Comparison 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....application with spot the difference feature or if you want to compare two...applications. By using this feature, we can compare invoices, contracts...

    blog.groupdocs.com/categories/groupdocs.compari...
  3. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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/net/extracting-comm...
  4. 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...
  5. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the Feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new Features, improvements, and fixes added in v18....version, we have introduced the feature of rendering a part of MS Project... Below is the list of new features, improvements, and fixes added...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  6. How to Sign PDF with Digital Signature using Java

    This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java....the implementation of this feature and can develop the functionality...the implementation of the feature. We have also defined various...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  7. 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-...
  8. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated Feature of the GroupDocs.Metadata search engine...is the most sophisticated feature of the GroupDocs.Metadata search...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/adding-metadata/
  9. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API....Advanced Electronic Signature feature is now supported under .Net...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/net/sign-document-...
  10. How to Convert CSV to Excel in Java

    Take a look at the process to convert CSV to Excel in Java along with steps to implement the Feature and sample code to generate XLSX from CSV using Java....Java convert CSV to Excel feature. Document conversion is accomplished...Java To demonstrate how the feature works, we have created a sample...

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