Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 2,448 for

note

(0.06 sec)
  1. System requirements | GroupDocs

    GroupDocs.Markdown for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Leave feedback On this page Note GroupDocs.Markdown for .NET...

    docs.groupdocs.com/markdown/net/system-requirem...
  2. How to run examples | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases.... Note For more details about demo...Open in your favorite browser. Note For more details about demo...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...trim Note formatted documents. Please see release notes for further...further details. Features Note format is supported by following...

    blog.groupdocs.com/groupdocs.blog/page/53/
  4. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format.... Note Please find more information...list of supported XMP schemes: Note GroupDocs.Metadata also provides...

    docs.groupdocs.com/metadata/java/working-with-x...
  5. Business Case of Manager-Client Contract System...

    Note This business case has been conceived for the demonstration purpose and serves well for a typical manager-client system. There may be simpler or complex scenarios in real life businesses. Business Case There are many managers offering their services. There are multiple clients in the market. A manager can sign multiple contracts and start working. A contract may contain multiple clients. The data is fetched from custom objects and report is generated....Contract System Leave feedback Note This business case has been...

    docs.groupdocs.com/assembly/java/business-case-...
  6. Getting known property descriptors | GroupDocs

    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.... println (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/java/getting-known-...
  7. Supported Platforms | GroupDocs

    Learn about Java version requirements and supported operating systems for GroupDocs.Redaction for Java. Minimum JDK 8 required, with support for Windows, Linux, and macOS platforms....version Any newer Java version Note: Java 7 (J2SE 7.0) is no longer...

    docs.groupdocs.com/redaction/java/system-requir...
  8. Getting known property descriptors | GroupDocs

    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;iNote Not all possible properties...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  9. Work with Word Track Changes | GroupDocs

    Learn how to compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET.... Note: Availability of particular...

    docs.groupdocs.com/comparison/python-net/word-t...
  10. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for .NET...refer to the following pages: Note A file type is a standard way...

    docs.groupdocs.com/viewer/net/retrieving-docume...