Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 7,449 for

document annotation

(0.04 sec)
  1. How to Convert ODT to TXT using C#

    We will guide you how to convert ODT to TXT using C# without the need for any external software installations along with code example to export ODT to TXT in C#....Annotation Product Family GroupDocs...yourself needing to convert Open Document Text ( ODT ) files to plain...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Convert XLSX to RTF using Python

    Learn how to convert XLSX to RTF using Python in this topic. Discover how to export XLSX to RTF in Python easily, without the need to install any extra software....Annotation Product Family GroupDocs...as RTF (Rich Text Format) documents is useful for integrating...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  3. 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...
  4. How to Convert XML to PDF in C#

    Learn the process to convert Documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....Annotation Product Family GroupDocs...development environment for document conversion. Here you can find...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Merge JPG files using Java

    Gain expertise in how to merge JPG files using Java. We will provide you with code to combine JPG files in Java, eliminating the need for additional softwares....Annotation Product Family GroupDocs...both image processing and document creation tasks. Developers...

    kb.groupdocs.com/merger/java/merge-jpg-files-us...
  6. Remove Metadata from PPTX using Java

    Easily learn how to remove metadata from PPTX using Java. You'll also get an example code that shows how to clean metadata from PPTX in Java without extra software installation....Annotation Product Family GroupDocs...information, creation dates, and document details. It’s crucial to delete...

    kb.groupdocs.com/redaction/java/remove-metadata...
  7. Render spreadsheet files | Documentation

    This section describes how to use GroupDocs.Viewer for .NET (C#) to convert spreadsheet files to PDF, HTML, PNG, and JPEG formats....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-spreadsheets/
  8. Render CAD files | Documentation

    This section describes how to use GroupDocs.Viewer for .NET (C#) to convert CAD files to PDF, HTML, PNG, and JPEG formats....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-cad-files/
  9. Convert HTML to DOCX using Python

    Convert HTML to DOCX using Python with accurate styling. Easily export HTML to DOCX in Python while preserving layout, fonts, and images for editing and reuse....Annotation Product Family GroupDocs...you can deliver consistent documents for proposals, invoices, reports...

    kb.groupdocs.com/conversion/python/convert-html...
  10. Convert PDF to XLSX using Java

    Efficiently grasp the knowledge of how to convert PDF to XLSX using Java. Additionally, we'll furnish you with a code example to export PDF to XLSX using Java....Annotation Product Family GroupDocs...object and specify the output document format as XLSX Call Converter...

    kb.groupdocs.com/conversion/java/convert-pdf-to...