Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 19,602 for

management

(0.06 sec)
  1. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in AVI files...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Redact Text in DOCX using Java

    This topic will provide guidance on how to redact text in DOCX using Java. Without need of additional software installation, you can replace text in DOCX using Java....regulations, and securely managing confidential information....confidentiality in their document management systems. In our previous...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  3. Convert ZST, GZIP, LZIP Files | .NET Conversion...

    Convert LZMA, ZST, GZIP, LZIP, and more files with GroupDocs.Conversion for .NET 24.7 (MSI). Enjoy faster performance, improved stability. Download now!...implemented PdfLoadOptions for managing embedded files in GroupDocs...PdfLoadOptions class for enhanced PDF management in .NET. You can view the...

    releases.groupdocs.com/conversion/net/new-relea...
  4. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....features and get familiar how to manage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  5. Groupdocs comparison jar SignatureFileSize issue

    Groupdocs comparison jar SignatureFileSize issue Trying to integrate groupdocs comparison jar in our project, after adding jar and building the project, getting below error while running the app. K......it up separately with your management but currently would appreciate...access to our Paid Support management team. Read full topic Groupdocs...

    forum.groupdocs.com/t/groupdocs-comparison-jar-...
  6. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-zi...
  7. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....trustworthy and compliant data management environment, which is essential...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  8. Merge Excel Files Online | Combine Multiple Spr...

    Easily merge two or more Excel files into one online. Combine entire spreadsheets or selectively join sheets from multiple files both online and programmatically using .NET and Java APIs...Looking to streamline your data management? Discover how to effortlessly...

    blog.groupdocs.com/merger/merge-excel-files-onl...
  9. Perform Synonym Search using C#

    Enhance search functionality with perform synonym search using C# to retrieve relevant results. Achieve accuracy with C# search with synonym matching solutions....essential, such as document management systems, knowledge bases...

    kb.groupdocs.com/search/net/perform-synonym-sea...
  10. Problems encountered when developing a C# to C+...

    Learn about the challenges and solutions our CodePorting team faced when creating the Cs2Cpp translator.... Memory management systems differ. C++ doesn't...will talk about the memory management model. We will try our best...

    www.codeporting.com/articles/from_csharp_to_cpp...