Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 1,580 for

document management

(0.07 sec)
  1. Extract Text from DOC using Java

    This article explains how to extract text from DOC using Java. It also provides a code example for text extraction from DOC in Java without using extra software....development landscape, managing and processing documents programmatically...for developers involved in document processing applications. Whether...

    kb.groupdocs.com/parser/java/extract-text-from-...
  2. Perform Faceted Search using C#

    In this topic, you will learn how to perform faceted search using C#. We will provide sample code example to create faceted search in C# without requiring any tools....storage location where your documents can be indexed for efficient...efficient searching Add documents to the index by using the Index.Add...

    kb.groupdocs.com/search/net/perform-faceted-sea...
  3. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-bm...
  4. Convert TXT to ODT using Node.js

    Convert TXT to ODT using Node.js for fast and accurate Document transformation. This guide also shows the steps of how to export TXT to ODT in Node.js with ease....js Converting plain TXT documents to more structured formats...enhance their usability in document management systems and office applications...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  5. Highlight Search Results using C#

    Learn how to highlight search results using C# with our guide. Moreover, we will provide code example to highlight search results in C# for better Document Management....Results using C# Efficiently managing search results and making...aspect of developing robust document search applications. With...

    kb.groupdocs.com/search/net/highlight-search-re...
  6. 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...
  7. Convert DOCX to TIFF using Python

    Easily convert DOCX to TIFF using Python with clear code examples. Follow this guide to export DOCX to TIFF using Python for high-quality image output....TIFF using Python Converting documents into image formats is a common...especially when working with document management systems or print workflows...

    kb.groupdocs.com/conversion/python/convert-docx...
  8. Doc->DOCX conversion compatibility issues - Fre...

    Hello everyone! The following issue occurs during using GroupDocs.Convertion: by converting .doc file to .docx format the generated .docx file always has a compatibility issue image.png (38.4 KB) which prevent us from…...Conversion Product Family csharp , document-conversion , dotnet atsar0621...to specify how the source document is loaded. You can set the...

    forum.groupdocs.com/t/doc-docx-conversion-compa...
  9. 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.Comparison for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product.../ Generate document pages preview Generate document pages preview...

    docs.groupdocs.com/comparison/net/generate-docu...
  10. Python Digital Signature Tutorial: E-Sign PDF, ...

    Complete step-by-step tutorial for creating secure electronic signatures in Documents using Python and GroupDocs.Signature - perfect for developers building Document signing applications...Contents Introduction to Digital Document Signing Understanding E-Signatures...Environment 📝 How to E-Sign PDF Documents with Python Adding Digital...

    blog.groupdocs.com/signature/sign-documents-ele...