Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,536 for

document management

(0.03 sec)
  1. Common List Image in Presentation Document | Do...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft PowerPoint Document Creating a Common List Image Please follow below steps to create Common List Template in MS PowerPoint 2013: Create a new presentation slide. Add two shapes to hold pictures and name. Save your Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Presentation Document Common List Image in Presentation Document Leave...

    docs.groupdocs.com/assembly/java/common-list-im...
  2. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/handling-metada...
  3. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....include; Name, Company Name, Document Modification Date, Make and...metadata from the images and documents using Java . In the [previous...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. Single Row Image in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in HTML Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the HTML Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Image in HTML Document Single Row Image in HTML Document Leave feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  5. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end Document manipulation API that allows to split, remove or reorder pages in a Document of supported format. Pages could be swapped or trimmed. You can also manage Documents protection. GroupDocs.Merger for Java allows to check Document protection and then set, remove or update password. Aside this, API permits to join two or more Documents of same file format into one.... A back-end document manipulation API that allows...remove or reorder pages in a document of supported format. Pages...

    blog.groupdocs.com/merger/first-public-release-...
  6. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Rich Text Format ( RTF ) documents using Java is an important...developing applications that manage sensitive information and require...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  7. Extract Text from XLSX using C#

    This article outlines the process of how to extract text from XLSX using C#. It includes a sample code to assist you in incorporating text extraction from XLSX in C#....the efficiency of your data management tasks. This article will...functionality for working with various document formats, including XLSX. Once...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  8. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported Document formats please refer to Supported Document Formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded Document and extract some additional file format information. Load a WordProcessing Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Usage / Managing metadata for specific formats / Documents / Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Scan QR Code from DOCX using C#

    Let’s quickly learn how to scan QR Code from DOCX using C#. Moreover, an example will be provided to extract QR Code from DOCX in C# without using extra software....extracting data from multiple document formats, including DOCX. It...including QR codes, from documents without the need for any additional...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  10. Working with metadata in PNG images | Documenta...

    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...