Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 21,633 for

edit

(0.06 sec)
  1. GroupDocs.Metadata for .NET 18.6 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for .NET 18.6. Major Features There are the following features and enhancements in this release: Implement the ability to Edit XMP metadata in WAV files Implement the ability to update properties of the Microsoft Project format Reduce memory consumption of MPP format metadata loading and saving Reduce memory consumption of WAV format metadata loading and saving Reduce memory consumption of AVI format metadata loading and saving All Changes Key Summary Category METADATANET-2333 Implement the ability to Edit XMP metadata in WAV files New Feature METADATANET-1168 Implement the ability to update properties of the Microsoft Project format New Feature METADATANET-2334 Reduce memory consumption of MPP format metadata loading and saving Enhancement METADATANET-2332 Reduce memory consumption of WAV format metadata loading and saving Enhancement METADATANET-2297 Reduce memory consumption of AVI format metadata loading and saving Enhancement METADATANET-2303 TiffFormat....release: Implement the ability to edit XMP metadata in WAV files Implement...METADATANET-2333 Implement the ability to edit XMP metadata in WAV files New...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  2. About Git - GitHub Docs

    Learn about the version control system, Git, and how it works with GitHub....# make changes, for example, edit `file1.md` and `file2.md` using...# make changes, for example, edit `file1.md` using the text editor...

    docs.github.com/en/get-started/using-git/about-git
  3. CancellationTokenSource.CancelAfter Method (Sys...

    Schedules a cancel operation on this CancellationTokenSource....contents Read in English Save Edit Print Twitter LinkedIn Facebook...

    learn.microsoft.com/en-us/dotnet/api/system.thr...
  4. How to Run Examples | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Java library...you can fork the repository, edit the source code and create a...

    docs.groupdocs.com/merger/java/how-to-run-examp...
  5. How to run examples | Documentation

    This article describes how to run Java file conversion API code examples....you can fork the repository, edit the source code, and create...

    docs.groupdocs.com/conversion/java/how-to-run-e...
  6. Generate document preview | Documentation

    This article shows you how to view and Edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free online....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/generate-docume...
  7. Pie Chart in Presentation Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft PowerPoint Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS PowerPoint 2013: Add a new presentation slide. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/java/pie-chart-in-p...
  8. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/removing-metad...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iedit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/removing-metadata/