Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 977 for

signature library updates

(0.04 sec)
  1. Convert ODT to Word using Node.js

    Learn how to convert ODT to Word using Node.js with a simple and efficient approach. Easily export ODT to Word in Node.js using a Java-based conversion Library....Signature Product Family GroupDocs.Metadata...you setting up the required library and create high-quality PDF...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  2. 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...
  3. Search index repository | Documentation

    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...
  4. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Signature Product Solution GroupDocs...CadPackage . Title ); // ... } Updating DXF metadata The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-ca...
  5. Remove metadata properties | Documentation

    This article shows that how to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Signature Product Solution GroupDocs...combination of criteria. a file to update Use a predicate to find and...

    docs.groupdocs.com/metadata/net/remove-metadata...
  6. 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...
  7. Convert DOCX to PNG using Python

    Learn how to convert DOCX to PNG using Python with step-by-step instructions and code example. Easily export DOCX to PNG using Python for high-quality image output....Signature Product Family GroupDocs.Metadata...step in. Using conversion library, you can easily export DOCX...

    kb.groupdocs.com/conversion/python/convert-docx...
  8. Add Text Watermark to JPG using Java

    Discover how to add text watermark to JPG using Java. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in Java programming....Signature Product Family GroupDocs.Metadata...Watermarker.add method Store the updated JPG document on your disk using...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  9. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....Signature Product Family GroupDocs.Metadata...configured the recommended library and adjusted the file paths...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  10. Convert XLSX to PDF using Python

    Convert XLSX to PDF using Python for automated document workflows. Easily export XLSX to PDF in Python and preserve your spreadsheet's formatting....Signature Product Family GroupDocs.Metadata...by installing the suggested library, which provides a robust API...

    kb.groupdocs.com/conversion/python/convert-xlsx...