Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 1,526 for

properties

(0.03 sec)
  1. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java.... Use the and properties to configure the content...of the output file. Use the property to adjust the display of the...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  2. Introducing Outlook Metadata Cleaner - An Outlo...

    Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs.Metadata for .NET that removes/cleans metadata Properties in the files selected to be attached with email. It is an attach file button that appears in New Message window in Outlook. When some file is selected to be attached with email, the add-in first cleans all the metadata information saved with that file and then attaches metadata free file with email message....that removes/cleans metadata properties in the files selected to...built-in document properties Cleans custom properties in documents...

    blog.groupdocs.com/metadata/introducing-outlook...
  3. Highlight PDF with Annotations using C# | Annot...

    Highlight text in PDF with highlight annotations using C#. Document and image annotation .NET API allows to Annotate PDF files by highlighting any area.... Define the highlight properties like the color, opacity,...color, opacity, and other properties. The following code sample...

    blog.groupdocs.com/annotation/highlight-pdf-wit...
  4. Extract Emails using POP3 and IMAP Protocol - G...

    We are pleased to announce the release of version 17.10 of the GroupDocs.Text for .NET API. The latest release removes some obsolete methods from the API while provides some additional Properties, updated parameters and improved performance of the API. The new feature added to the API in this release is the ability to extract text from the email server using POP3 and IMAP protocol. Just download the latest release or update your existing application to this release and enjoy all the features and enhancements made to the API in this release....provides some additional properties, updated parameters and improved...documentation article . Additional properties for container entities #...

    blog.groupdocs.com/parser/groupdocs.text-for-.n...
  5. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known Properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible Properties are presented in the getKnowPropertyDescriptors collection....Getting known property descriptors Getting known property descriptors...extract information about known properties that can be encountered in...

    docs.groupdocs.com/metadata/java/getting-known-...
  6. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known Properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iproperty descriptors Getting known property descriptors...extract information about known properties that can be encountered in...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  7. Adding metadata | Documentation

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...feedback Adding metadata properties is the most sophisticated...and tries to pick up a known property that would satisfy the specified...

    docs.groupdocs.com/metadata/python-net/adding-m...
  8. GroupDocs.Metadata for .NET 1.2.0 introduces me...

    GroupDocs team takes pride to announce the monthly release of GroupDocs.Metadata for .NET with some promising new features. Our initial two releases were focused on processing metadata against varying document formats including Microsoft Office, PDF, Adobe Photoshop and image formats - the complete list of supported document formats can be found at: Supported File Formats. In this release, we are focused on introducing varying new features to work on metadata associated with these document formats including (but of course not limited to) Metadata Comparison and Search....0: Updating Basic Job XMP Properties Working with Hidden Data...Updating EXIF Data using Properties Removing Geo-Location in...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  9. GroupDocs.Metadata for .NET v1.3.0 introduces n...

    GroupDocs team is pleased to announce another monthly release of GroupDocs.Metadata for .NET version 1.3.0 with extended features for existing supported formats and support of new file formats. Moreover, in this version, the team introduces Metadata Replace API to find and replace metadata Properties in document formats. Not only this, but the user will also be able to define his/her custom logic to replace metadata Properties in supported documents. Let’s see what’s more in this new package....find and replace metadata properties in document formats. Not...logic to replace metadata properties in supported documents. Let’s...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  10. Read, Remove, and Update FLV File's Metadata us...

    We are pleased to announce the monthly release of GroupDocs.Metadata for .NET 18.11. The latest version supports missing metadata Properties of Excel format and allows working with FLV file format’s metadata. Furthermore, memory consumption is now reduced for working with PDF and Excel file formats. We recommend you to install and use the latest version of the API. Features IntroducedThe following features are introduced in version 18.11. Detect FLV file format Read FLV header metadata Get XMP metadata of FLV file format Update XMP metadata of FLV file format Remove XMP metadata of FLV file format Support for missing metadata Properties of Excel format For details about the features supported by the API, please visit Features Overview....supports missing metadata properties of Excel format and allows...Support for missing metadata properties of Excel format For details...

    blog.groupdocs.com/metadata/read-remove-and-upd...