Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,811 for

document management

(0.11 sec)
  1. Single Row Image in Word Processing Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Microsoft Word Document Creating a Single Row Image Please follow below steps to create a Single Row Image in MS Word 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Single Row Image in Word Processing Document Leave...

    docs.groupdocs.com/assembly/java/single-row-ima...
  2. Perform Search by Chunks using Java

    Learn how to perform search by chunks using Java for efficient querying. Explore Java chunked search in large indexes to optimize performance and scalability....Search by Chunks using Java Managing searches in extensive datasets...containing vast numbers of documents. One effective method is to...

    kb.groupdocs.com/search/java/perform-search-by-...
  3. Developer Guide | GroupDocs

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java file editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...GroupDocs.Editor for editing documents programmatically in your Node...

    docs.groupdocs.com/editor/nodejs-java/developer...
  4. How to Use GroupDocs' Online Document Viewer Pl...

    We have published a GroupDocs’ online Document viewer plugin for Chrome. This add-on provides GroupDocs users with a slick interface for viewing Documents right in the Chrome browser. GroupDocs’ Online Document Viewer gives you the ability to view Documents and images right in your web browser, without having to install bulky office software. Whether you need to view a text Document, an image or a PowerPoint presentation, GroupDocs’ online Document viewer opens it for you....published a GroupDocs’ online document viewer plugin for Chrome....slick interface for viewing documents right in the Chrome browser...

    blog.groupdocs.com/viewer/how-to-use-groupdocs-...
  5. 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 getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } 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/java/working-with-m...
  6. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; 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...
  7. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  8. Render TXT as JPG using Python

    Learn how to render TXT as JPG using Python. This tutorial explains how to convert TXT to JPG in Python with customizable image dimensions for clear visual output....block for efficient resource management Configure JpgViewOptions...as JPG supports multi-page documents with customizable dimensions...

    kb.groupdocs.com/viewer/python/render-txt-as-jp...
  9. Scan Barcode from RTF using C#

    This guide explains how to scan barcode from RTF using C#, with a code example to help you efficiently extract barcode from RTF in C#, ensuring a smooth and seamless process....Rich Text Format ( RTF ) documents, it’s important to know how...reading of barcodes from RTF documents, enhancing the efficiency...

    kb.groupdocs.com/parser/net/scan-barcode-from-r...
  10. Adding metadata | GroupDocs

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

    docs.groupdocs.com/metadata/net/adding-metadata/