Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 8,301 for

document annotation

(0.05 sec)
  1. 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/
  2. Convert EML to XPS using C#

    Effectively convert EML to XPS using C# without the need for additional tools. Elevate Document processing with this guide on how to export EML to XPS using C#....Annotation Product Family GroupDocs...XPS using C# In the realm of document management and data preservation...

    kb.groupdocs.com/conversion/net/convert-eml-to-...
  3. 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...
  4. Specify the JPEG image quality | GroupDocs

    Reduce PDF file size by adjusting JPEG image quality. Set the image quality between 1 and 100....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/adjust-jpe...
  5. 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...
  6. Get Default Load Options | GroupDocs

    Learn how to retrieve default load options for a source format using GroupDocs.Conversion for Python via .NET....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/python-net/develo...
  7. 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-...
  8. Spreadsheet redactions | GroupDocs

    This article shows that how Java redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet Document formats and others....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/spreadsheet-r...
  9. 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...
  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-...