Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 3,635 for

feature

(0.17 sec)
  1. Sign document with XAdES Digital signature | Gr...

     This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API....signature Leave feedback Note This feature is supported only for Spreadsheet...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/sign-document...
  2. How to Convert Excel to CSV in C#

    Convert documents quickly and learn how to convert Excel to CSV in C#. Examine the sample code to convert Excel to CSV in C# and modify it to fit your needs....the c# convert Excel to CSV feature. You can begin by downloading...level, and a Watermark. The feature of converting a PDF to HTML...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Is EML Conversion to PST Possible using C#? - F...

    Hi, I want to know that this api can convert EML to PST format ?...tracking system to see if this feature could be implemented in future...@jamestaylor2 Atir_Tahir: if this feature could be implemented in future...

    forum.groupdocs.com/t/is-eml-conversion-to-pst-...
  4. Extract Hyperlinks from PDF using C#

    Quickly learn how to extract hyperlinks from PDF using C# with a step-by-step guide. There is no need to install extra software to read hyperlinks from PDF in C#....PDF using C# is a valuable feature for applications involved in...Parser object to utilize its features and capabilities Call the...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  5. Extract Hyperlinks from XLS using C#

    Efficiently extract hyperlinks from XLS using C#. Learn how to read hyperlinks from XLS in C# with step-by-step guidance, enhancing your document processing workflows....powerful document parsing features Call the Parser.GetHyperlinks...developers to integrate this feature into their projects with minimal...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  6. Perform Homophone Search using Java

    Learn how to perform homophone search using Java for phonetic matching. Explore the Java homophone search algorithm for accurate results without extra software....can easily integrate this feature into their applications. This...Homophone search is an essential feature for building intelligent and...

    kb.groupdocs.com/search/java/perform-homophone-...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and evaluate the exciting features to enhance document e-signing...e-signing experience. Features Encode and Search Custom Object to...

    blog.groupdocs.com/groupdocs.blog/page/59/
  8. 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...
  9. Support for Null-Conditional Operators in Group...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.6. Using the latest version, you can now use null-conditional operators **?. **and ?[]. Change the color of chart series and individual point series dynamically for Email Messages with HTML and RTF bodies. Furthermore, to enhance the API, colors are preserved for a pie chart in the Word Processing document, fonts are preserved for a chart title, and static colors are preserved for chart series in the Email document.... Features IntroducedFollowing new features are introduced...upon expressions. To use the feature, do the following steps: #...

    blog.groupdocs.com/assembly/support-for-null-co...
  10. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the new Feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult....post we’ll review the new feature and bug fixes introduced in...this feature. Bug Fixes # In addition to the new features, we...

    blog.groupdocs.com/comparison/save-document-com...