Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 1,561 for

note

(0.12 sec)
  1. Working with XMP metadata | Documentation

    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...
  2. 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...
  3. PDF Document Viewer Module for Drupal is Now Av...

    Great news for all Drupal CMS users! We have released a PDF viewer module for Drupal. The module allows you to seamlessly embed PDF documents, as well as PowerPoint presentations, Excel spreadsheets, word processing documents and images into web-pages on your Drupal website. The PDF document viewer module for Drupal utilizes our GroupDocs Viewer’s functionality and provides you with the following benefits: Your website visitors don’t need any browser plug-ins or Flash to view documents hosted with our document viewer....Viewer Module with Drupal Please note: To use the document viewer...

    blog.groupdocs.com/total/pdf-document-viewer-mo...
  4. Sign document with XAdES Digital signature | Do...

     This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API....Leave feedback On this page Note This feature is supported only...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Sign document with XAdES Digital signature | Do...

     This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API....Digital signature Leave feedback Note This feature is supported only...

    docs.groupdocs.com/signature/java/sign-document...
  6. Issue with watermarks on Word documents - inval...

    Hi, I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word documents as they appear to randomly generate false watermarks that are not positioned correctly, do not ha…... Please note that this only applies to Word...document locked. – On a side note: the Java version of the library...

    forum.groupdocs.com/t/issue-with-watermarks-on-...
  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. Groupdocs Viewer 8.0.7 - Wrong page no displaye...

    Hi, We recently moved to 8.0.7 viewer, so far its working fine. Just observed following random problem. Issue Wrong page no is displayed initially when the document is opened in viewer. Issue is observed when our web s…...the page (no need to scroll) Note - We load the viewer within...

    forum.groupdocs.com/t/groupdocs-viewer-8-0-7-wr...