Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 9,142 for

document comparison

(0.3 sec)
  1. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....Comparison Product Family GroupDocs...the document conversion package to carry out the document transformation...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Comparison Product Family GroupDocs...C# Let’s quickly learn the document conversion process and how...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Extract formatted text from documents | GroupDocs

    Learn how to extract formatted text as HTML, Markdown, or PlainText from PDF, Word, Excel, and 50+ Document formats using GroupDocs.Parser for .NET. Preserve formatting with C# code examples....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-formatted...
  4. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the Document's features and required redaction....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/create-custom-...
  5. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-raste...
  6. Reorder pages | GroupDocs

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

    docs.groupdocs.com/viewer/java/reorder-pages/
  7. 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....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert Documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Node.js via Java....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. Add resource redaction annotation | GroupDocs

    The page describes how to add resource redaction annotation to a Document using GroupDocs.Annotation for .NET....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/add-resource-...
  10. Add image annotation | GroupDocs

    The page describes how to add image annotation to a Document using GroupDocs.Annotation for .NET....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/add-image-ann...