Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,680 for

document management

(0.22 sec)
  1. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...properties extracted from a document, video, image, etc. GroupDocs...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  2. Convert ODT to RTF using Node.js

    Learn how to convert ODT to RTF using Node.js with a simple script. This guide shows how to export ODT to RTF in Node.js using powerful file conversion library....When working with different document formats, ensuring smooth interoperability...handling, and improved workflow management. This solution is ideal for...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  3. Merge EPUB files using C#

    This guide will deliver important directions to merge EPUB files using C# and will include a code snippet demonstrating how to combine EPUB files in C# effectively....capability streamlines document management tasks and enhances productivity...unlock new possibilities in managing EPUB content. Once you’ve...

    kb.groupdocs.com/merger/net/merge-epub-files-us...
  4. GroupDocs.Metadata for Java | GroupDocs

    Release notes Package repository GroupDocs.Metadata for Java - A metadata Management API for Documents to create, preview, analyze, update and remove meta information from all popular file formats. Java metadata changer API gets the file as input, access the file property information and allows users to perform metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load text Documents, spreadsheets, presentations, PDF files, web pages, email messages, and images and render/display them in HTML, PDF, PNG, and JPEG formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Java - A metadata management API for documents to create, preview...

    docs.groupdocs.com/metadata/java/
  5. 2021 September | File Format Blog

    Monthly Archives: September 2021 Top 5 GIS File Formats for Google Maps Posted on September 25, 2021 by Kashif Iqbal ......either we are writing business documents (e.g. letters, applications...requires efficient disk storage management. Moreover, fast and effective...

    blog.fileformat.com/2021/09/
  6. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Saving documents / How to protect a signed PDF document How to...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  7. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. GroupDocs.Total for .NET overview | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET Document manipulation APIs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Total Product...is a comprehensive suite of document automation .NET on-premise...

    docs.groupdocs.com/total/net/product-overview/
  9. Formatting inconsistency with numbered bullets ...

    Hi, there is a formatting inconsistency occurring with numbered bullets when editing Word Documents. The original word Document contains some numbered lists. image.png (80.6 KB) for this test we are using GroupDocs.ed…...numbered bullets editing Word documents GroupDocs.Editor Product Family...editing Word documents. The original word document contains some...

    forum.groupdocs.com/t/formatting-inconsistency-...
  10. Remove Metadata from XLS using Java

    Quickly learn how to remove metadata from XLS using Java. You'll also find a code snippet demonstrating the process of how to delete metadata from XLS in Java....save method Removing document properties from XLS files...developers aiming for robust data management solutions. By following the...

    kb.groupdocs.com/metadata/java/remove-metadata-...