Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,116 for

properties

(0.14 sec)
  1. Add replacement annotation | Documentation

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for .NET....can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/net/add-replaceme...
  2. Mastering JSON Comparisons

    Explore the intricacies of JSON data comparisons in this detailed guide. Learn how GroupDocs.Comparison APIs can transform your data analysis with visual and textual comparison tools, addressing common challenges in JSON data interchange....customer could contain same properties in alphabetical order but...serialization could contain the properties in different sequence. That...

    blog.groupdocs.com/comparison/mastering-json-co...
  3. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document editing API that allows converting supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....before saving; read additional properties from ID3v2; update ID3v1/ID3v2...ID3v1/ID3v2 tag using properties and read/update/remove image cover...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  4. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....defines a way to store metadata properties in a variety of well-known...standard. Reading basic EXIF properties To access EXIF metadata in...

    docs.groupdocs.com/metadata/nodejs-java/working...
  5. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/net/implement-cust...
  6. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....supports missing metadata properties of Excel format and allows...Support for missing metadata properties of Excel format For details...

    blog.groupdocs.com/categories/groupdocs.metadat...
  7. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....modification dates, document properties, and revision history (including...using Java Clear document properties in DOCX using Java is a straightforward...

    kb.groupdocs.com/redaction/java/remove-metadata...
  8. Remove Metadata from EPUB using C#

    In this guide, you will learn how to remove metadata from EPUB using C#. Additionally, you will get the code example necessary to delete metadata from EPUB in C#....shows how to clear metadata properties in EPUB using C# . Code to...process of how to clear custom properties from EPUB using C# . As you...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  9. Retrieve the document information | Documentation

    Retrieving information about a document with GroupDocs.Viewer for .NET...loaded, you can retrieve its properties. For example, you can retrieve...to retrieve the document properties. Also, it shows how to get...

    docs.groupdocs.com/viewer/net/retrieving-docume...
  10. Working with metadata in FLV files | Documentation

    Reading FLV header Properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....feedback Reading FLV header properties The GroupDocs.Metadata API...using Read the FLV header properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-me...