Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,379 for

note

(0.03 sec)
  1. Set zoom level when converting to HTML using Gr...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.7. This version of the API comes with number of new features such as setting zoom level, conversion from LaTex and getting extended document information. Aside this, multitude of improvements, bug fixes and some new document formats are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document conversion experience....improvements CAD to Html improvements Note to Html improvements Slides...

    blog.groupdocs.com/conversion/releasing-documen...
  2. 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...
  3. Load password-protected documents | Documentation

    This article explains how to open password-protected document with GroupDocs.Viewer within your .NET applications.... Note If the password is not specified...

    docs.groupdocs.com/viewer/net/load-password-pro...
  4. How to change the maximum size of a file | Docu...

    This article shows how to change the maximum size of a file....clean compile spring-boot:run Note If needed, use the JAVA_OPTS...

    docs.groupdocs.com/viewer/java/how-to-change-ma...
  5. Retrieve the document information | Documentation

    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...
  6. 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...
  7. 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-...
  8. 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-...
  9. 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 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...
  10. Template Syntax - Part 2 of 2 | Documentation

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag deNotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....- Part 2 of 2 Leave feedback Note This article is the second part...populated with the element’s data. Note – A data band body can contain...

    docs.groupdocs.com/assembly/net/template-syntax...