Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 2,076 for

document management

(1.17 sec)
  1. GroupDocs.Total for Python via .NET Overview | ...

    GroupDocs.Total for Python via .NET is a comprehensive collection of all GroupDocs on-premise .NET APIs, compiled monthly to include the latest versions for Document processing and automation....Events Acquisition GroupDocs Documentation / GroupDocs.Total Product...On this page is a powerful document processing SDK for Python...

    docs.groupdocs.com/total/python-net/product-ove...
  2. Convert DOC to HTML with C#

    Learn how to Convert DOC to HTML with C# and achieve efficient DOC to HTML conversion in C# using GroupDocs.Conversion, enabling transformation in .NET applications....with C# Converting legacy documents to web-friendly formats is...best practices for resource management and error handling. Understanding...

    kb.groupdocs.com/conversion/net/convert-doc-to-...
  3. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Data Sources in Spreadsheet Document Generating Report using Multiple...

    docs.groupdocs.com/assembly/java/generating-rep...
  4. GroupDocs.Metadata for Java | GroupDocs

    Release notes Package repository GroupDocs.Metadata for Java - A metadata Management API for Documents to create, preview, analyze, update and remove meta information from all popular file formats. Java metadata changer API gets the file as input, access the file property information and allows users to perform metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load text Documents, spreadsheets, presentations, PDF files, web pages, email messages, and images and render/display them in HTML, PDF, PNG, and JPEG formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Java - A metadata management API for documents to create, preview...

    docs.groupdocs.com/metadata/java/
  5. 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.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...
  6. Adding metadata | GroupDocs

    Add metadata properties — one of the most powerful features of the GroupDocs.Metadata for Python via .NET search engine....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/python-net/adding-m...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...version supports to sign documents with stamp signatures either...exciting features to enhance document e-signing experience. Features...

    blog.groupdocs.com/groupdocs.blog/page/59/
  8. 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-...
  9. 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...
  10. Removing metadata | GroupDocs

    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/