Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 2,814 for

feature

(0.03 sec)
  1. Introducing GroupDocs.Watermark for .NET - A Co...

    We are excited to release GroupDocs.Watermark for .NET API that makes it simple to perform watermarking operations in various document and image formats. The API facilitates you with simple syntax, easy to use methods and a few lines of code to perform any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular document and image formats. Continue to read more about the API’s Features....read more about the API’s features. Why GroupDocs.Watermark Is...FeaturesFollowing are the salient features exposed by GroupDocs.Watermark...

    blog.groupdocs.com/watermark/introducing-groupd...
  2. Search Text or Image Signatures in Documents us...

    With the release of version 19.10 of our electronic signature API - GroupDocs.Signature for .NET, we have introduced the Features of searching text signatures and image signatures in the supported document formats. Not only this, the API now supports .NET Standard 2.0 which makes it compatible with any .NET implementation that targets .NET Standard specifications. So let’s have a brief overview of what is new, improved or fixed in the latest release....NET , we have introduced the features of searching text signatures...case, we have introduced the feature of searching text or image...

    blog.groupdocs.com/signature/search-text-or-ima...
  3. How to Convert SVG to PDF using Java

    This tutorial provides detailed information on how to convert SVG to PDF using Java and enables users to easily write the code to export SVG to PDF in Java....demonstrate how the SVG to PDF Java feature is implemented. You can use...creating the Java SVG to PDF feature. You just need to use these...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Support for PDF/A-4 - Free Support Forum - grou...

    Dear GroupDocs Support Team, I would like to ask whether support for the PDF/A-4 format is currently planned or perhaps already in development? Since the format has been officially available for some time now, we would…... If this feature is not yet on your roadmap...

    forum.groupdocs.com/t/support-for-pdf-a-4/15963
  5. 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-...
  6. 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-...
  7. 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-...
  8. Extracting Common Image Information | Documenta...

    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. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources.... Supported Features Have a look at the features provided by...more details on supported feature, please visit the article:...

    blog.groupdocs.com/metadata/control-and-process...
  10. Perform Homophone Search using C#

    Learn how to perform homophone search using C# for phonetic matching. Discover the C# homophone search algorithm for accurate results without installing extra software....or homophones, is a crucial feature in scenarios where spelling...developers can implement this feature seamlessly in their applications...

    kb.groupdocs.com/search/net/perform-homophone-s...