Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,976 for

feature

(0.05 sec)
  1. Save Annotations in a DB and Set User Avatars i...

    Today, I’d like to present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0: User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face to each other). In this release we’ve implemented functionality that allows users to use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API.... For more detail on this feature, please see this page . New...the Word’s “Track Changes” feature active. Print Preview # One...

    blog.groupdocs.com/annotation/save-annotations-...
  2. Using a Network Storage with the GroupDocs.Anno...

    Greetings everyone! Not all of you might know that the latest version of the GroupDocs.Annotation for .NET library can read and save annotated documents not only from local storage or web links, but also from network storage. In other words, you can now locate documents on any network machine. This Feature can be useful for businesses who have several machines networked to one main storage, or for customers who use one machine as a server and another one as a file storage.... This feature can be useful for businesses...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  3. 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...
  4. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Parser feature for ZIP-archived documents. The same feature allows...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/parser/net/extract-data-from...
  5. Render Notes in Presentation Document using Gro...

    We are delighted to announce the release of version 18.1 of GroupDocs.Viewer for .NET. The latest version includes the support of rendering Jpeg2000, PostScript, POTM and PPSM file formats. Furthermore, we have added the option to show or hide the notes when rendering Presentation documents. This version also allows you to work with the layers in CAD documents. Let’s have a quick overview of GroupDocs.Viewer for .NET 18.1. Supported File Formats We have added the support of following file formats in version 18....} For more details on this feature, please visit this documentation...layer); For more details on this feature, please visit this documentation...

    blog.groupdocs.com/viewer/render-slide-notes-in...
  6. Password Protected Files Comparison Issue is Re...

    GroupDocs.Comparison for Java 19.3 rolls out with major bug fixes. When password protected files were compared, result was null. This might be a showstopper for you but not anymore. Moving ahead, comparing a PDF with itself was not working, result was null. We fixed this issue. Most importantly, MultiCompare was also returning null. Code below explains how it works. You can compare a source file with multiple target files. Sounds appealing, isn’t it?...release and implement this feature. You can download the API here...

    blog.groupdocs.com/comparison/password-protecte...
  7. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js.... This feature provides more flexibility in...edited worksheet only. New Feature: Inserting Edited Worksheet...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  8. Bidirectional Content & Export Metadata - Intro...

    We are at GroupDocs glad to announce another release of GroupDocs.Editor for .NET v17.9.0 API. This monthly release is adding support for new exciting Features like Bidirectional Content to rotate different content in left and right direction. Most of the changes are done for words document format along with adding support for Export Language Metadata. This release is also adding Features to export Fonts and document export in PDF format....adding support for new exciting features like Bidirectional Content...This release is also adding features to export Fonts and document...

    blog.groupdocs.com/editor/groupdocs.editor-for-...
  9. Releasing Improved ASP.NET MVC Front End

    GroupDocs team is happy to release another version of ASP.NET MVC Front End with a bunch of new Features that were demanded by the customers. Not only this but most of the reported issues have also been resolved in the latest ASP.NET MVC Front End. We recommend you to download and try this version of the application to get a much better experience. Let’s have a look at the list of enhancements, fixes, and improvements....Front End with a bunch of new features that were demanded by the...**has come with following new features. # Zooming Options in MVC...

    blog.groupdocs.com/viewer/asp-net-mvc-front-end...
  10. 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...