Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,397 for

document management

(0.04 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Add Image Water......Tags on GroupDocs Blog | Document Automation Solutions for .NET...in Tags on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/vi/tags/index.xml
  2. 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...
  3. 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-...
  4. Merge HTML files using Java

    This guide offers essential instructions to merge HTML files using Java and includes a code snippet to demonstrate how to effectively combine HTML files in Java....multiple web pages into one document or creating a comprehensive...web development and content management. Trying different merging...

    kb.groupdocs.com/merger/java/merge-html-files-u...
  5. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...UNKNOWN and metadata . get_document_info () . is_encrypted !=...

    docs.groupdocs.com/metadata/python-net/removing...
  6. 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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...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...
  7. Getting Document Information | Documentation

    This article explains how to detect the Document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...guide / Getting Document Information Getting Document Information...

    docs.groupdocs.com/conversion/java/get-document...
  8. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...analyzed using the Database Management System (DBMS) which is the...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. Generate document page preview | Documentation

    The page describes how to generate PDF, Word, Excel, PowerPoint Documents thumbnails and preview Document pages using GroupDocs.Annotation for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product.../ Generate document page preview Generate document page preview...

    docs.groupdocs.com/annotation/java/generate-doc...
  10. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

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