Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,386 for

document management

(0.03 sec)
  1. 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....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...property contains the name of the document author OR // it refers to...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  2. Is it possible to get all metadata from an inde...

    Hello, I have a question. When querying meta data, it could look like this: var searchResult = index.Search(SearchQuery.CreateFieldQuery("xy.datetaken", SearchQuery.CreateDateRangeQuery(new DateTime(2017, 1, 1), new D…...entries associated with a document when querying for just one...for a document, you might consider indexing the documents in a...

    forum.groupdocs.com/t/is-it-possible-to-get-all...
  3. Scan Barcode from PPTX using C#

    This guide explains how to scan barcode from PPTX using C#, featuring a code example to help you extract barcode from PPTX in C# efficiently and seamlessly....crucial role in efficiently managing and retrieving information...inventory management, event organization, and document tracking...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  4. Annotate PDF and Other Documents Online in Drup...

    We’re excited to announce the launch of the GroupDocs Annotation plugin for Drupal. The plugin lets you embed Documents into Drupal webpages to review and annotate them through a browser. So, annotate PDF or other files online and enjoy the benefits of collaborative review. GroupDocs Annotation is a web-based application used to share and review Documents. Different annotation options allows you to make comments or suggestions in different ways. From strikeouts to ‘point notes’, comments and drawings, GroupDocs Annotation lets you add your feedback in a way that suits you....The plugin lets you embed documents into Drupal webpages to review...used to share and review documents. Different annotation options...

    blog.groupdocs.com/annotation/annotate-pdf-or-o...
  5. 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....efficiency and accuracy of document retrieval systems. It allows...are essential, such as document management systems, knowledge bases...

    kb.groupdocs.com/search/net/perform-synonym-sea...
  6. Features overview | Documentation

    Salient features of file conversion API using Java are described in this article...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...convert any document from any of supported source document formats...

    docs.groupdocs.com/conversion/java/features-ove...
  7. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement Document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Usage / Managing metadata for specific formats / Documents / Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with metadata in GIF images | Documenta...

    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...
  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;iDocumentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. Redact Text in PDF using C#

    In this tutorial, you will discover how to redact text in PDF using C#. Additionally, you will receive a simple code example to replace text in PDF using C#....sensitive information from PDF documents is a crucial task for ensuring...developers working on document management systems, legal applications...

    kb.groupdocs.com/redaction/net/redact-text-in-p...