Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,396 for

properties

(0.27 sec)
  1. Features Overview | GroupDocs

    A Java 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 specification...manipulate most common metadata properties in a unified manner Working...

    docs.groupdocs.com/metadata/java/features-overv...
  2. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications.... that can store metadata properties as name/value pairs. However...defines how to store metadata properties in the most common images...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  3. Evaluation Limitations and Licensing | GroupDocs

    GroupDocs.Metadata for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....API Limitations Document properties (Pdf, Word, Excel, PowerPoint...Visio, etc) Only first 5 properties can be read XMP API Only...

    docs.groupdocs.com/metadata/nodejs-java/evaluat...
  4. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for .NET...creation by setting the class properties. You can customize the following...indicate if compare variable properties. indicates if compare built...

    docs.groupdocs.com/comparison/net/comparison/
  5. Getting known property descriptors | GroupDocs

    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...
  6. Extract Metadata from Documents | GroupDocs

    Extract metadata (author, title, custom Properties) from PDF, Office, images, emails, and other formats using GroupDocs.Parser for Python via .NET....creation date, and custom properties from supported formats (see...metadata (author, title, custom properties) from PDF, Office, images...

    docs.groupdocs.com/parser/python-net/extract-me...
  7. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources....Working with Built-in metadata properties in documents Working with...with Custom metadata properties in documents Working with EXIF metadata...

    blog.groupdocs.com/metadata/control-and-process...
  8. GroupDocs.Signature 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....with your desired metadata properties. We have introduced this...documents using metadata properties. In GroupDocs.Signature for...

    blog.groupdocs.com/categories/groupdocs.signatu...
  9. Working with metadata in ASF files | GroupDocs

    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...
  10. How to Convert PDF to HTML using C#

    Learn how to convert PDF to HTML using C# on any platform without any third-party software. Check out the guide and sample code to convert PDF to HTML in C#....MarkupConvertOptions class and set various properties. Finally, call the Convert...Further, we have defined properties for the converted document...

    kb.groupdocs.com/conversion/net/how-to-convert-...