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

note

(0.1 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. 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-...
  3. 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-...
  4. 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...
  5. 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...
  6. 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...
  7. 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-...
  8. 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 Java...."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/java/edit-word/
  9. 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/net/working-with-xm...
  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...