Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 4,068 for

feature

(0.12 sec)
  1. 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...
  2. Read Thumbnails in Document Formats Using Group...

    Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.3.0. There are four enhancements and one new Feature introduced in this regular monthly release. GroupDocs.Metadata for .NET now allows its users to read thumbnails in supported document formats. The API has been enhanced to update and remove EXIF metadata faster. Not only this, the API has also been improved to load only the existing metadata keys in PDF class beside adding the ability to lazy load Document info property for Document formats....four enhancements and one new feature introduced in this regular...experience with the API through the features and enhancements introduced...

    blog.groupdocs.com/metadata/read-thumbnails-doc...
  3. PDF Merging and stitching ToC - Free Support Fo...

    Hi Team, We need assistance with a PDF merging requirement. Currently, when we merge three PDFs, the second and third documents are simply appended to the first. Our Goal: We need the Table of Contents in the first doc…... Questions: Is this feature currently feasible with GroupDocs...point? There is no built-in feature in GroupDocs.Merger to insert...

    forum.groupdocs.com/t/pdf-merging-and-stitching...
  4. 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...
  5. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new Features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...document viewer has a lot of new features, improvements and bug fixes...Without a doubt, the main new feature is support for non-web-based...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  6. Support for Dynamic Insertion of External Docum...

    We are delighted to announce a new Feature in the monthly release of GroupDocs.Assembly for .NET 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install and use the latest version of the API. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....delighted to announce a new feature in the monthly release of GroupDocs...latest version of the API. Features Introduced # You can insert...

    blog.groupdocs.com/assembly/support-for-dynamic...
  7. Protect a CSV file using C# .NET - Free Support...

    can i add password to csv file using groupdocs...Currently, API doesn’t support a feature to add password protection...

    forum.groupdocs.com/t/protect-a-csv-file-using-...
  8. Sign document with embedded and encrypted data ...

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption.... This feature is implemented over data serialization...signature data the most. Here are feature summary ability to encrypt...

    docs.groupdocs.com/signature/java/sign-embed-an...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... This feature may help you getting data for...NET 18.7 comes with some new features. The diagram formats are now...

    blog.groupdocs.com/groupdocs.blog/page/57/
  10. How to Sign PDF Document with QR Code in C#

    Easily generate QR Code in C# by following this guide and review the process to sign PDF document with QR Code in C# without a third-party tool....build the C# QR Code generator feature and use it to sign the PDF...aforementioned steps to develop the feature for PDF documents to eSign...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...