Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 8,843 for

document annotation

(0.18 sec)
  1. How to Sign XLSX with Image Signature using C#

    This article will provide help on how to sign XLSX with image signature using C#. Also, a code example will be provided to create image signature in XLSX using C#....Annotation Product Family GroupDocs...a signature into an Excel document adds a personalized touch...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  2. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/reorder-pages/
  3. How to Run Examples | GroupDocs

    Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/how-to-run-exa...
  4. Render DOCX to JPG using Node.js

    This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....Annotation Product Family GroupDocs...Docx documents into JPG formats can streamline document viewing...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-j...
  5. Save overwriting original file | GroupDocs

    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...
  6. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Annotation Product Family GroupDocs...Barcodes are widely used in documents to store essential information...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  7. Convert XLSX to MHTML using Python

    Convert XLSX to MHTML using Python to generate web-friendly spreadsheets. Learn how to export XLSX to MHTML in Python with styling and layout preservation....Annotation Product Family GroupDocs...backend services that handle document transformation tasks automatically...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  8. How to Extract Metadata from Excel in Java

    This post contains thorough information to extract metadata from Excel in Java using simple API calls and provides a working example for the Java Excel metadata extractor application....Annotation Product Family GroupDocs...using simple API calls of the document parser library. This guide...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  9. 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-...
  10. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/render-eb...