Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 1,300 for

notes

(0.02 sec)
  1. 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-...
  2. 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...
  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. .NET File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using C#. Highlight scanning results in respective HTML files....eBooks, email messages, One Note documents, and ZIP archives...

    blog.groupdocs.com/search/search-multiple-texts...
  5. Visualizzatore JSON che utilizza C# | Esegui il...

    Visualizza i file JSON come PDF utilizzando C#. Scopri come eseguire il rendering di file JSON all'interno della tua applicazione .NET visualizzatore JSON utilizzando l'API GroupDocs....– Codice sorgente | Forum | Note sulla versione Guarda anche...

    blog.groupdocs.com/it/viewer/json-viewer-using-...
  6. System.TypeInitializationException - Free Suppo...

    Hello, Does the following code need to be within an executable project to run as the same code does not run from within a library project? Exe net5.0 _5_0 static void Main(string[] args) { …... Note, the project itself does not...GroupDocs) One thing that may be of note, we have to target a windows...

    forum.groupdocs.com/t/system-typeinitialization...
  7. System requirements | Documentation

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

    docs.groupdocs.com/merger/nodejs-java/system-re...
  8. 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...
  9. Merge files | Documentation

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET API.... Note Try online You can try to merge...

    docs.groupdocs.com/merger/python-net/merge/
  10. Convert publisher formats | Documentation

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for .NET.... Note Refer to the for more conversion...

    docs.groupdocs.com/conversion/net/convert/publi...