Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 1,111 for

signature library updates

(0.47 sec)
  1. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Signature Product Solution GroupDocs...); } } Updating built-in metadata properties Updating any built-in...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Signature Product Solution GroupDocs...single call to the method can update all indexes in the repository...

    docs.groupdocs.com/search/nodejs-java/search-in...
  3. Add Text Watermark to XLSX using Java

    This guide demonstrates the process of how to add text watermark to XLSX using Java. Additionally, you'll get a code example to insert text watermark to XLSX in Java....Signature Product Family GroupDocs.Metadata...configuring your preferred library and adjusting file paths accordingly...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  4. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Signature Product Solution GroupDocs...())); } } Updating built-in metadata properties Updating any built-in...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Search in Documents with Keyboard Layout Correc...

    Learn to search in documents with keyboard layout correction using Java. This guide provides code on how to correct keyboard layout for document search in Java....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for Java library to activate keyboard layout...

    kb.groupdocs.com/search/java/search-in-document...
  6. Render RTF as PNG using Python

    Let's quickly learn how to render RTF as PNG using Python. You will get code and steps to create PNG images from RTF in Python for custom dimensions for output....Signature Product Family GroupDocs.Metadata...Python In conclusion, Viewer library provides a simple, reliable...

    kb.groupdocs.com/viewer/python/render-rtf-as-pn...
  7. Render TXT as HTML with External Resources usin...

    Learn how to render TXT as HTML with external resources using Python. This tutorial explains how to convert TXT to HTML in Python with external resources....Signature Product Family GroupDocs.Metadata...start by installing Viewer library, which provides support for...

    kb.groupdocs.com/viewer/python/render-txt-as-ht...
  8. Set metadata properties | GroupDocs

    This article explains the usage of SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Signature Product Solution GroupDocs...metadata properties Leave feedback Update or add metadata properties...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  9. Highlight Search Results using C#

    Learn how to highlight search results using C# with our guide. Moreover, we will provide code example to highlight search results in C# for better document management....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for .NET library to enable highlighting of search...

    kb.groupdocs.com/search/net/highlight-search-re...
  10. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Signature Product Solution GroupDocs...getRawName (), charset )); } } Updating the user comment GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-z...