Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 8,573 for

document annotation

(0.37 sec)
  1. 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...
  2. How to Convert DOT to PDF in Java

    Easily convert DOT to PDF in Java using one of the best Document conversion library and learn how to write code for Java DOT to PDF converter application....Annotation Product Family GroupDocs...PDF using one of the popular document conversion library and provides...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Convert MPP to PDF in C#

    This short tutorial describes the procedure to convert MPP to PDF in C# and how to use this guide to create the convert MS Project to PDF using C# capability....Annotation Product Family GroupDocs...simple API calls of the popular document conversion library. You just...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Extract Text from PDF in C#

    This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#....Annotation Product Family GroupDocs...for extracting document data from various document formats. Below...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  5. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert web Documents to PDF, PNG, and JPEG formats....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-web-docume...
  6. Extract Text from MHTML using C#

    This article provides a detailed guide on how to extract text from MHTML using C#. Moreover, it includes code example for efficient text extraction from MHTML in C#....Annotation Product Family GroupDocs...content for data analysis, document processing, or automated reporting...

    kb.groupdocs.com/parser/net/extract-text-from-m...
  7. Extract Text from XLSX using Java

    This article describes the method of how to extract text from XLSX using Java. It features a code to guide you through integrating text extraction from XLSX in Java....Annotation Product Family GroupDocs...capabilities for managing a range of document types, including XLSX files...

    kb.groupdocs.com/parser/java/extract-text-from-...
  8. How to Add Barcode Signature to PDF in Java

    This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Annotation Product Family GroupDocs...working example for signing documents with a Barcode signature....

    kb.groupdocs.com/signature/java/how-to-add-barc...
  9. Convert JPG to DOCX using C#

    By carefully following this tutorial, you'll learn how to efficiently convert JPG to DOCX using C#. Also, we'll furnish you with code to export JPG to DOCX using C#....Annotation Product Family GroupDocs...DOCX using C# In the realm of document processing, there arise specific...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  10. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating Documents using GroupDocs.Annotation for Java API....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/java/save-specifi...