Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 420 for

document revision

(0.19 sec)
  1. Compare Word Documents using C# with .NET Compa...

    Compare two or more Word Documents using Comparison API for .NET. Highlight differences & accept/reject changes in C# even for password-protected Documents....中文 中國傳統的 Word processing documents are the most common way to... and many other official documents. If you need to compare and...

    blog.groupdocs.com/comparison/compare-word-docu...
  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....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...
  3. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....details, creation dates, and document properties. It’s extremely...keywords, author details, and revision history. While metadata serves...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...apply metadata redactions for documents of different formats like...

    docs.groupdocs.com/redaction/net/metadata-redac...
  5. Remove Metadata from XLSX using C#

    Learn how to quickly remove metadata from XLSX using C#. In addition, you'll find a code snippet demonstrating the process of how to delete metadata from XLSX in C#....author’s name, comments, and document history. In this article,...author’s identity or the document’s revision history, which might...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  6. Remove Metadata from PPT using C#

    In this topic, you will learn how to remove metadata from PPT using C#. The code will be provided to delete metadata from PPT in C# without installing extra software....details, document creation and modification dates, revision history...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  7. 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...
  8. 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...
  9. 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...
  10. Show Gap Lines Instead of Changes | GroupDocs

    Replace inserted and deleted content with empty gap lines to produce redacted-style diffs while preserving layout alignment using GroupDocs.Comparison for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Developer guide / Comparing documents / Show gap lines Show Gap...

    docs.groupdocs.com/comparison/python-net/develo...