Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 1,536 for

document management

(0.08 sec)
  1. 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...
  2. 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...
  3. Various Conversion Failures - Free Support Foru...

    Hello, I am getting some conversion errors with various Documents in .NET 9. You can find these in the attached .zip files. Interestingly the .csv file works on your free online converter, but the e-mail does not. Pac…...conversion errors with various documents in .NET 9. You can find these...Conversion 25.3.0 Problem Documents.zip (1.3 KB) If you require...

    forum.groupdocs.com/t/various-conversion-failur...
  4. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a Document with GroupDocs.Viewer within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product.../ Developer Guide / Load documents / Loading of external resources...

    docs.groupdocs.com/viewer/java/loading-external...
  5. Convert MSG to PDF using Node.js

    Quickly convert MSG to PDF using Node.js. Learn how to export MSG to PDF in Node.js with a smooth, reliable process ideal for email-to-Document automation....you’re building an email management system or generating reports...useful in industries where document compliance and long-term storage...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  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. 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/
  8. Common List Image in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show multiple managers’ picture and name. Report must be generated in the HTML Document format. Adding Syntax to be evaluated by GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...in HTML Document Common List Image in HTML Document Leave feedback...

    docs.groupdocs.com/assembly/java/common-list-im...
  9. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.docx"...

    docs.groupdocs.com/metadata/java/remove-metadat...
  10. 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....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/nodejs-java/removin...