Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,445 for

document management

(0.06 sec)
  1. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/handling-metada...
  2. OverflowException: Arithmetic operation resulte...

    Hello, Unfortunately, we experienced an exception when one of our customers dealt with many (and maybe larger) files that they wanted to add to the index. We got the exception via this event: pIndex.Events.ErrorOccurr…...\u0002(Document \u0002, IFieldExtractor \u0003...\u0006\u0017\u000F.\u0002(Document \u0002)\r\n at \u0006\u0017\u000F...

    forum.groupdocs.com/t/overflowexception-arithme...
  3. 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 the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-z...
  4. 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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Archive

    archives...Shalamov · 7 min Python Word Document Comparison Guide: Find Differences...AI-Powered Watermarking: Protect Documents with Smart Context-Aware Marking...

    blog.groupdocs.com/archives/
  6. Working with CAD metadata | Documentation

    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...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. ASP.NET WebForms Document Metadata Editor App u...

    GroupDocs team is pleased to announce another release of ASP.NET WebForms Document Metadata Editor App using GroupDocs.Metadata for .NET API. This release v2.0.0 comes up with features to provide easy ways to manage metadata in various formats. It enables user to read and remove the metadata of Documents (Words, Spreadsheet, Presentation, PDF, CAD, MSG, EML) and images (JPEG, PNG, GIF) with download the original or updated Document and many more features....NET WebForms Document Metadata Editor App using...features to provide easy ways to manage metadata in various formats...

    blog.groupdocs.com/metadata/asp.net-webforms-do...
  8. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

    docs.groupdocs.com/metadata/java/adding-metadata/
  9. How to Extract Images from Word Document in C#

    Easily extract Images from Word Document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....to Extract Images from Word Document in C# In this brief how-to...to extract Images from Word document in C# . We will use DOCX as...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  10. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...Please take a look at this document API reference . Let us know...access to our Paid Support management team. atir.tahir March 7...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...