Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 5,244 for

values

(0.1 sec)
  1. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/exporting-metad...
  2. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  3. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  4. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Python applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/python-net/get-su...
  5. GroupDocs.Metadata برای .NET 26.6 – نکات برجسته...

    GroupDocs.Metadata برای .NET 26.6 API GetSupportedFileTypeFeatures را اضافه می‌کند، پشتیبانی از .NET Standard را به نفع .NET 6.0 و .NET 8.0 حذف می‌کند و مشکل ذخیره‌سازی بدنه HTML پیام MSG را برطرف می‌سازد....Value}" ); } دریافت اطلاعات پشتیبانی...

    blog.groupdocs.com/fa/metadata/groupdocs-metada...
  6. How to Run the Examples | GroupDocs

    Examples to annotate on your documents, images or web pages using Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/how-to-run-t...
  7. Extract annotations from document | GroupDocs

    This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/extract-anno...
  8. Put image annotations over the text using ZInde...

    This page describes how to set image ZIndex to place it over the text... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/put-image-ann...
  9. Load custom fonts. | GroupDocs

    The page describes how to load custom fonts.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/loading-custo...
  10. Common List Image in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show multiple managers’ picture and name. Report must be generated in the Text Document format. Adding Syntax to be evaluated by GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/common-list-im...