Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 1,414 for

note

(0.06 sec)
  1. How to Run Examples | Documentation

    This article describes how to run .NET parser API code examples....docx" )) // NOTE: Put here actual path for your...

    docs.groupdocs.com/parser/net/how-to-run-examples/
  2. Update Text signatures in document | Documentation

    This article explains how to update Text electronic signatures with GroupDocs.Signature API.... Please note not all documents support changing...

    docs.groupdocs.com/signature/net/update-text-si...
  3. Update Text signatures in document | Documentation

    This article explains how to update Text electronic signatures with GroupDocs.Signature API.... Please note not all documents support changing...

    docs.groupdocs.com/signature/java/update-text-s...
  4. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET...."some_password_to_open_a_document" ; Please note that if document has no protection...read-only) with password. Please note that this is write protection...

    docs.groupdocs.com/editor/net/edit-word/
  5. Extracting Document Metainfo | Documentation

    Following this guide, you will learn how to obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API.... Note: If getDocumentInfo() returns...before further manipulation. Note: Replace 'C://input//document...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  6. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format.... Note Please refer to the to get more...EXIF specification). // Please note that the chosen ID may intersect...

    docs.groupdocs.com/metadata/net/working-with-ex...
  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. Handle page breaks and paragraph spacing - Free...

    Peace and Good Day Andrey, Thankyou for contacting and asking. Actually we are using the JAVA version of group docs APIs. I tried to explore the .Net version to see if it has better support for Editor UI. Our current …...GroupDocs APIs, it’s important to note that the public API does not...

    forum.groupdocs.com/t/handle-page-breaks-and-pa...