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

properties

(0.06 sec)
  1. com.groupdocs.comparison.interfaces | GroupDocs...

    The package provides interfaces to instantiate output objects....Defines document description properties. com.groupdocs.comparison...

    reference.groupdocs.com/comparison/java/com.gro...
  2. 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 .NET.... 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/net/show-gap-lines/
  3. 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...
  4. 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...
  5. 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....format and update metadata properties of MPP file format. Furthermore...format and update metadata properties of MPP file format. Furthermore...

    blog.groupdocs.com/categories/groupdocs.metadat...
  6. 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...
  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. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...the CompareOptions class properties. You can customize the following...whether to compare variable properties. CompareDocumentPrope specifies...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  9. How to Add Checkbox Component in PDF using C#

    In this article, You will learn how to add checkbox component in PDF using C#. Furthermore, we will help you to develop application to insert checkbox in PDF using C#....CheckboxComponent object and set some properties Call Add method of Annotator...CheckboxComponent objects, set properties for checkbox and save the...

    kb.groupdocs.com/annotation/net/how-to-add-chec...
  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...