Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 1,540 for

note

(0.03 sec)
  1. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....multiple documents Leave feedback Note This feature is available only...

    docs.groupdocs.com/comparison/python-net/compar...
  2. Numeric range search | Documentation

    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...
  3. Retrieve the document information | Documentation

    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...
  4. System requirements | Documentation

    GroupDocs.Viewer for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....Leave feedback On this page Note GroupDocs.Viewer for Java does...

    docs.groupdocs.com/viewer/java/system-requireme...
  5. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.... WriteLine (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/net/getting-known-p...
  6. Extract a text from images and PDFs | Documenta...

    This article explains how to extract a text from images and PDFs... Note To use the OCR functionality...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java.... Note that even in trial mode, GroupDocs...WordProcessing format." ); } Note: Make sure to replace "SampleDoc...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  8. Generate document pages preview | Documentation

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Java API....of preview images (if needed) Note Stream created by the delegate...generatePreview ( previewOptions ); } Note This feature is not supported...

    docs.groupdocs.com/comparison/java/generate-doc...
  9. 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-...
  10. Getting known property descriptors | Documentation

    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-...