Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,255 for

note

(1.33 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. Get document info | GroupDocs

    Retrieve file type, page count, and size of a document using GroupDocs.Watermark for Python via .NET....Pages: 3 Size, bytes: 121298 Note Use case: Validate documents...

    docs.groupdocs.com/watermark/python-net/get-doc...
  5. System requirements | GroupDocs

    System requirements for GroupDocs.Markdown for .NET — supported operating systems, frameworks, and development environments....Leave feedback On this page Note GroupDocs.Markdown for .NET...frameworks: Target Framework Version Notes .NET Framework 4.6.2+ Windows...

    docs.groupdocs.com/markdown/net/system-requirem...
  6. How to Remove Annotation Reply from PDF using C#

    The intention of this tutorial is to teach you how to remove annotation reply from PDF using C# with all steps and code example to delete reply annotation using C# from PDF.... Note that you have to update the...

    kb.groupdocs.com/annotation/net/how-to-remove-a...
  7. Does GroupDocs Editor supports word and PDF con...

    We have word document and want to open word document in the browser, So that user can edit and then save the document. we want to implement this editor in angular 12 app. We have license for Aspose.Word already. We have…...angular 12 app Firstly, please note that both Aspose.Words and GroupDocs...

    forum.groupdocs.com/t/does-groupdocs-editor-sup...
  8. Retrieve the document information | GroupDocs

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

    docs.groupdocs.com/viewer/java/retrieving-docum...
  9. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue).... Please note that the number in the text...

    docs.groupdocs.com/search/net/numeric-range-sea...
  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...