Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 7,993 for

document annotation

(0.07 sec)
  1. How to Convert HTML to PPTX using C#

    This article will provide guidance on how to convert HTML to PPTX using C#. Moreover, a code example will be provided to illustrate how to export HTML to PPTX in C#....Annotation Product Family GroupDocs...utilizing a popular library for document conversion and providing a...

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

    This topic provides instructions on how to convert DOCX to PPTX using Java. Also, we will assist you in creating a Java application to export DOCX to PPTX in Java....Annotation Product Family GroupDocs...conversion library. Word documents can be converted to other...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Extract Hyperlinks from PPT using C#

    Learn how to extract hyperlinks from PPT using C#. This guide explains how to read hyperlinks from PPT in C# for efficient content auditing and data processing tasks....Annotation Product Family GroupDocs...or connecting to related documents. Extracting these hyperlinks...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  4. How to Sign RTF with Stamp Signature using C#

    This article is here to assist you to sign RTF with stamp signature using C#. Additionally, we will furnish you with a code example to embed stamp signature into RTF using C#....Annotation Product Family GroupDocs...stamp signature to your RTF documents is more significant than ever...

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  5. How to Convert RTF to HTML using Java

    This concise tutorial will demonstrate how to convert RTF to HTML using Java without installing third-party software, and provides code example to export RTF to HTML in Java....Annotation Product Family GroupDocs...generating HTML versions of RTF documents. To accomplish this, we will...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on Document page with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/locating-sign...
  7. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/product-overview/
  8. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/highlighting-res...
  9. Extract attachments from PDF portfolios | Docum...

    This article explains that how to extract attachments from PDF Documents...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-attachmen...
  10. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...