Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 7,475 for

document annotation

(0.06 sec)
  1. Load custom fonts | Documentation

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for .NET....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/load-custom-f...
  2. Convert PDF to XLSX using C#

    Quickly learn how to convert PDF to XLSX using C# by following our thorough tutorial. Also, we'll provide you a code example to export PDF to XLSX using C#....Annotation Product Family GroupDocs...SpreadsheetConvertOp and set the output document’s format as XLSX Call Converter...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  3. How to Convert ODT to JPG using Java

    In this topic, we will discover how to convert ODT to JPG using Java without installing additional software installations along with code to export ODT to JPG in Java....Annotation Product Family GroupDocs...If you possess an ODT (Open Document Text) file and desire to convert...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Convert XLSX to CSV using C#

    In this topic, we will provide guidance on how to convert XLSX to CSV using C#. We will also assist you in developing an application to change XLSX to CSV in C#....Annotation Product Family GroupDocs...brief and converting the Excel document only requires a small number...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your Document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  6. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image Documents for Optical Character Recognition (OCR): image files, such as printed Document scans (PNG, JPG, etc.) embedded images within office Documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/using-ocr/
  7. Convert PDF to TXT using C#

    Let's efficiently learn how to convert PDF to TXT using C# without installing extra software. The library used to export PDF to TXT using C# is platform-independent....Annotation Product Family GroupDocs...ever-evolving landscape of document processing, extracting text...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  8. Search Special Characters in Documents using C#

    Easily search special characters in Documents using C#. Enhance accuracy and relevance in text search with special characters in C# across multiple platforms....Annotation Product Family GroupDocs...Search Special Characters in Documents using C# In this article,...

    kb.groupdocs.com/search/net/search-special-char...
  9. Redaction Basics | Documentation

    This article shows that how Java developers can apply metadata, image, Annotation and text redaction in their Documents. Wide range of Document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/redaction-bas...
  10. Extract text from Emails | Documentation

    To extract a text from emails getText method is used. This method allows to extract a text from the entire Document. Pagination and raw mode is not supported for emails. Here are the steps to extract a text from an email: Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...