Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,106 for

signature library updates

(0.71 sec)
  1. Working with CAD metadata | GroupDocs

    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...
  2. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Signature Product Solution GroupDocs...folders - for successfully updated files and for failed ones....

    docs.groupdocs.com/redaction/python-net/use-red...
  3. Remove metadata properties | GroupDocs

    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...
  4. 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...
  5. 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...
  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. Handling the ID3v2 tag | GroupDocs

    This article explains how to handle ID3v2 tag....Signature Product Solution GroupDocs...Description ); // ... } } // ... } } Updating an ID3v2 tag The GroupDocs...

    docs.groupdocs.com/metadata/net/handling-the-id...
  8. Convert DOCX to PNG using C#

    Learn how to Convert DOCX to PNG using C# with the .NET conversion API, covering setup, options, and per‑page streaming for high‑quality results....Signature Product Family GroupDocs.Metadata...PNG per page The conversion library provides a flexible ImageConvertOptions...

    kb.groupdocs.com/conversion/net/convert-docx-to...
  9. Convert MSG to MHTML using Node.js

    Learn how to convert MSG to MHTML using Node.js in a few simple steps. This guide also shows how to export MSG to MHTML in Node.js using an efficient conversion APIs....Signature Product Family GroupDocs.Metadata...essentials—from setting up the library to executing a clean and efficient...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  10. 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/net/search-index-repo...