Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 3,972 for

feature

(0.58 sec)
  1. Convenient Watermarking for Documents and Image...

    We are excited to announce that the first version of GroupDocs.Watermark for Java has been released. GroupDocs.Watermark for Java makes it simple to perform watermarking operations in various document and image formats. The API facilitates the Java developers 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....read more about the API’s features. GroupDocs.Watermark for Java...Supported Features # Following are the salient features exposed...

    blog.groupdocs.com/watermark/introducing-groupd...
  2. 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...
  3. 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. Loading of template documents from HTML with resources 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...resources provides a great feature which is loading of HTML template...

    docs.groupdocs.com/assembly/java/loading-of-tem...
  4. Saving to HTML with External Resource Files | G...

    Note This Feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great Feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Files Leave feedback Note This feature is supported by version 19...Assembly provides a great feature which is saving of external...

    docs.groupdocs.com/assembly/net/saving-to-html-...
  5. 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...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... As far as the supported features are concerned, this is going...be pleased to hear the new features, improvements and bug fixes...

    blog.groupdocs.com/groupdocs.blog/page/45/
  7. 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/
  8. 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...
  9. 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...
  10. 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...