Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 8,878 for

document annotation

(0.38 sec)
  1. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....Annotation Product Family GroupDocs...from PPTX files can enhance document management, enable better...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  2. How to Compare Excel Files using C#

    This quick how-to tutorial provide you the complete guide to compare Excel files using C# and learn the process to programmatically compare two Excel files for differences in C#....Annotation Product Family GroupDocs...namespace to compare two Excel documents Initialize Comparer class...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  3. How to Convert XLSX to DOCX using Java

    This article will provide you instructions on how to convert XLSX to DOCX using Java. It also contains a code example to explain how to export XLSX to DOCX in Java....Annotation Product Family GroupDocs...Java This article focuses on document conversion using a popular...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Compare Word Documents | GroupDocs

    Compare Microsoft Word (.doc, .docx) Documents and detect text, formatting, and style differences using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/python-net/develo...
  5. Inserting edited worksheet into existing spread...

    This article describes the feature of the GroupDocs.Editor for Python via .NET - inserting an edited worksheet into existing spreadsheet...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/python-net/inserting-...
  6. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to Documents which may consists of pages, worksheets, slides or frames....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/adding...
  7. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the Document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the Document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-advanced-...
  8. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in Documents with URLs and text dynamically set from data sources during assembly....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  9. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire Document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. How to Convert RTF to SVG using C#

    In this tutorial, you will learn how to convert RTF to SVG using C# by following a step-by-step process. Also, a sample code is included to export RTF to SVG in C#....Annotation Product Family GroupDocs...formatting and layout of a document in a scalable vector format...

    kb.groupdocs.com/conversion/net/how-to-convert-...