Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,715 for

document management

(0.05 sec)
  1. Java NoClassDefFoundError exception for GroupDo...

    Following previous advice from support, we have packaged the parser and viewer modules in a standalone Java app, the main goal being to avoid crashing the app server when Document conversion crashes. Versions used : 25.…...Parser Product Family document-conversion , java stefanu123...crashing the app server when document conversion crashes. Versions...

    forum.groupdocs.com/t/java-noclassdeffounderror...
  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. Render PPTX as PNG using Python

    Learn how to render PPTX as PNG using Python. This tutorial shows how to convert PPTX to PNG in Python for generating slide images suitable for sharing and embedding....for publishing slides in documentation, embedding visuals in web...reporting pipelines, content management systems, or e-learning platforms...

    kb.groupdocs.com/viewer/python/render-pptx-as-p...
  4. Common List Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Email Document format. Common List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show multiple managers’ picture and name. Adding Syntax to be evaluated by GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...in Email Document Common List Image in Email Document Leave feedback...

    docs.groupdocs.com/assembly/java/common-list-im...
  5. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....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...
  6. Single Row Image in Spreadsheet Document | Grou...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft Excel Document Creating a Single Row Please follow below steps to create Single Row Image in MS Excel 2013: Create a new Workbook. Insert a 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...Spreadsheet Document Single Row Image in Spreadsheet Document Leave...

    docs.groupdocs.com/assembly/java/single-row-ima...
  7. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Barcodes are widely used in documents to store essential information...processed. Handling documents in Open Document Text ( ODT ) format...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  8. Comparison result does not include all text - F...

    Hello! When comparing Documents, sometimes, some text does not appear at all in the comparison result. This can be reproduced by using the following Documents: doc1.docx (13.4 KB) doc2.docx (13.8 KB) In doc2 there a…...Comparison Product Family document-comparison , csharp , dotnet...2:51pm 1 Hello! When comparing documents, sometimes, some text does...

    forum.groupdocs.com/t/comparison-result-does-no...
  9. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java 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 getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.Document.project_Management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Usage / Managing metadata for specific formats / Documents / Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. System.ArgumentException: MaxValue can't be les...

    We are getting the following error event for a chm files when trying to index them. We are getting the exception via index.Events.ErrorOccurred += ... System.ArgumentException: MaxValue can't be less than StartValue …... (Document , , String )" I attached a...file with this behavior: Documentation.zip (885.8 KB) Here is one...

    forum.groupdocs.com/t/system-argumentexception-...