Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 8,190 for

document annotation

(0.13 sec)
  1. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few API calls....Annotation Product Family GroupDocs...consuming a few API calls of the document conversion library. Further...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. How to Convert TeX to HTML in C#

    This article explains the Document conversion workflow to convert TeX to HTML in C# and demonstrates a sample application for LaTeX to HTML converter using C#....Annotation Product Family GroupDocs...tutorial, we will focus on the document conversion workflow to convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert DOCX to HTML using Java

    In this topic, you will explore how to convert DOCX to HTML using Java. Moreover, we will provide a code example to export DOCX to HTML in Java without using extra tools....Annotation Product Family GroupDocs...processing program that produces documents in various formats, with DOCX...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Merge TIFF files using Java

    In this article, we will outline essential steps to merge TIFF files using Java. We will also provide code example to demonstrate how to combine TIFF files in Java....Annotation Product Family GroupDocs...TIFF files into a unified document or image is frequently encountered...

    kb.groupdocs.com/merger/java/merge-tiff-files-u...
  5. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....Annotation Product Family GroupDocs...digital world, electronic documents contain hidden information...

    kb.groupdocs.com/redaction/java/remove-metadata...
  6. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert/
  7. Comparison | GroupDocs

    Learn more about advanced Document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for .NET...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/comparison/
  8. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a Document. If the Document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/adding-image-...
  9. Search text in HTML documents | GroupDocs

    Learn how to search a keyword in HTML Documents search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/search-text-in-h...
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...