Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,397 for

document management

(0.04 sec)
  1. How to Add Text Signature to DOCX using Java

    In this topic, we will provide you guide on how to add text signature to DOCX using Java. We will also supply code example to insert text signature to DOCX in Java....You may enhance your document management and speed up the signing...effectively streamline your document signing workflow and reinforce...

    kb.groupdocs.com/signature/java/how-to-add-text...
  2. Highlight Search Results using Java

    Learn how to highlight search results using Java with our guide, including a code example to efficiently highlight search results in Java for better Management....Results using Java Effectively managing search results and ensuring...powerful and user-friendly document search applications. By leveraging...

    kb.groupdocs.com/search/java/highlight-search-r...
  3. 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...
  4. Generate document pages preview | Documentation

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint Documents thumbnails and preview Document pages using GroupDocs.Merger for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product.../ Generate document pages preview Generate document pages preview...

    docs.groupdocs.com/merger/java/generate-documen...
  5. 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...
  6. 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 try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

    docs.groupdocs.com/metadata/java/getting-known-...
  7. Load password-protected document | Documentation

    This article explains how to load password-protected Document while using GroupDocs. Watermarks Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Loading documents / Load password-protected document Load password-protected...

    docs.groupdocs.com/watermark/java/load-password...
  8. 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...
  9. 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...
  10. 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...