Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,044 for

properties

(0.03 sec)
  1. Features Overview | Documentation

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....removing particular metadata properties that satisfy a specified...manipulate most common metadata properties in a unified manner Working...

    docs.groupdocs.com/metadata/net/features-overview/
  2. How to Convert HTML to PDF using C#

    This article helps you learn the process to convert HTML to PDF using C#. Also, take a look at the sample code for the PDF to HTML C# capability....this article defines a few properties for designing a PDF document...step for setting different properties for the output PDF document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Read Metadata from DOCX using Java

    Let's learn the knowledge of how to read metadata from DOCX using Java. Master the skill to read metadata of DOCX using Java without installing extra software....inspect all the metadata properties Specify a predicate for the...Iterate over the retrieved properties Extracting metadata from...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  4. Remove Metadata from RTF using C#

    Quickly grasp the knowledge of how to remove metadata from RTF using C#. Moreover, you'll be provided with a code demonstrating how to clean metadata from RTF in C#....creation dates, document properties, and more. While metadata...modification dates, document properties such as title and keywords...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  5. Working with metadata in ASF files | Documentation

    Reading ASF format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata Properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic Properties System.out.println(String.format("Creation date: %s", asfPackage....Reading ASF format-specific properties The GroupDocs.Metadata API...method Read the ASF metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  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....Getting known property descriptors Getting known property descriptors...extract information about known properties that can be encountered in...

    docs.groupdocs.com/metadata/net/getting-known-p...
  7. Set Flip Mode when Converting to a Image Format

    With our latest release of GroupDocs.Convesion for .NET 19.3, some new Properties are introduced in ImageSaveOptions class. When converting to a Image format you can now always set brightness and contrast. API permits you to do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved document conversion experience. Such as, image quality is improved when converting to a WebP format....3 , some new properties are introduced in ImageSaveOptions...horizontal/vertical axis using FlipMode property. Based on your feedback, we...

    blog.groupdocs.com/conversion/set-flip-mode-whe...
  8. Update metadata of MPP format using GroupDocs.M...

    GroupDocs team is introducing two new features and three enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.6. The latest version allows you to edit XMP metadata of WAV file format and update metadata Properties of MPP file format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file formats. A bug related to removing XMP metadata in TIF file format is also resolved in the latest version....format and update metadata properties of MPP file format. Furthermore...metadata in WAV files Update properties of the Microsoft Project...

    blog.groupdocs.com/metadata/update-metadata-of-...
  9. Clean Metadata of Documents and Images using Java

    Java API to remove all or selective metadata Properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....all the available metadata properties without applying any filter...number of the removed metadata properties. Save the output file with...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  10. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of metadata is as a short explanation or summary of what the data is. A simple example of metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document.... Descriptive: Metadata properties include title, subject, genre...terms. Technical: Metadata properties include file types, size...

    blog.groupdocs.com/metadata/best-practices-in-m...