Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 133 for

document revision

(0.08 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....from PPTX files can enhance document management, enable better...and provide insights into document usage and ownership. This...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  3. Metadata redactions | GroupDocs

    This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Author of the document Category 2 Category of the document Comments...

    docs.groupdocs.com/redaction/java/metadata-reda...
  4. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...apply metadata redactions for documents of different formats like...

    docs.groupdocs.com/redaction/python-net/metadat...
  5. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...apply metadata redactions for documents of different formats like...

    docs.groupdocs.com/redaction/net/metadata-redac...
  6. 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); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...new PropertyValue ( "test revision number" )); root . CadPackage...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. 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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...new PropertyValue ( "test revision number" )); root . getCadPackage...

    docs.groupdocs.com/metadata/java/working-with-c...
  8. Extract metadata from Microsoft Office PowerPoi...

    Learn how to extract metadata from PowerPoint presentations (.ppt, .pptx) using GroupDocs.Parser for .NET. Extract Document properties like author, title, creation date, and comments from presentation files....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...by author, date, or company Document Tracking : Find out who last...

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set Document metadata when saving output Document after files comparison within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Saving / Set document metadata on save Set document metadata on...

    docs.groupdocs.com/comparison/java/set-document...
  10. Legal Document Comparison API: Automate Contrac...

    Learn how to automate legal Document comparison and contract review using GroupDocs.Comparison API for Node.js. Compare contract versions, track changes, and streamline legal workflows programmatically....of Contents What Is Legal Document Comparison? Common Legal Use...GroupDocs.Comparison Solves Legal Document Comparison Code Example: Comparing...

    blog.groupdocs.com/comparison/legal-document-co...