Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 7,393 for

document annotation

(0.04 sec)
  1. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-s...
  2. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(fileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  3. How to Convert DOCX to TXT using Java

    In this guide, we will provide easy steps to convert DOCX to TXT using Java. Also, we will provide you a code example representing how to export DOCX to TXT in Java....Annotation Product Family GroupDocs...standard for storing and sharing documents, is commonly used in Microsoft...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Scan Barcode from DOCX using C#

    This guide explains how to scan barcode from DOCX using C#, featuring a code example to help you extract barcode from DOCX in C# efficiently and seamlessly....Annotation Product Family GroupDocs...Scanning barcodes from DOCX documents is an essential feature for...

    kb.groupdocs.com/parser/net/scan-barcode-from-d...
  5. How to Convert TXT to RTF using Java

    This tutorial will provide guidance on how to convert TXT to RTF using Java, along with code example to export TXT to RTF in Java on commonly used operating systems....Annotation Product Family GroupDocs...converting a TXT file to an RTF document. Steps to Convert TXT to RTF...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. GroupDocs.Metadata for .NET

    This API allows you to add, remove, and update metadata of any type of file format using C# .NET language on any platform....Annotation Product Family GroupDocs...Metadata from DOCX using C# Get Document Information using C# English...

    kb.groupdocs.com/metadata/net/
  7. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled Document using file extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing Documents Spreadsheet Documents Presentation Documents Email Documents Text Documents Supported output file formats depending on input file formats can be found at this page....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/changing-targe...
  8. GroupDocs.Search Overview | Documentation

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 Document formats in your applications. To make it possible to search instantly across thousands of Documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through Documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/groupdocs-search...
  9. GroupDocs.Search Overview | Documentation

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 Document formats in your applications. To make it possible to search instantly across thousands of Documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through Documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/groupdocs-search-...
  10. Adding NEXT Field into Template Syntax | Docume...

    Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following clients: • <><><<[getName()]>> <> The Recipe Set up the source Document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here: Using next.docx The Code...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/adding-next-fi...