Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 6,094 for

file comparison

(0.07 sec)
  1. 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...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Convert DOCX to DOC using Node.js

    Convert DOCX to DOC using Node.js while preserving formatting and structure. This guide explains how to export DOCX to DOC in Node.js with simple steps....Comparison Product Family GroupDocs...using Node.js Converting DOCX files to the older DOC format is essential...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  3. Convert PDF to Excel using Python

    Discover how to convert PDF Files to Excel spreadsheets using Python. Effortlessly extract tabular data from PDFs and save it as XLSX or XLS with simple Python code and no extra tools....Comparison Product Family GroupDocs...save them as editable Excel files. Whether you need to automate...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  4. Extract metadata from XLSX using C#

    In this article, we will outline all steps necessary to extract metadata from XLSX using C#. Also, a sample of the XLSX metadata extraction C# code will be included....Comparison Product Family GroupDocs...metadata from XLSX using C# XLSX files, commonly used for spreadsheets...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  5. Convert XLSX to DOCX using Python

    Convert XLSX to DOCX using Python to automate document generation. Learn how to export XLSX to DOCX in Python while retaining structured layout and formatting....Comparison Product Family GroupDocs...templates from data-driven Excel files. Many developers choose to export...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. Get document page preview | GroupDocs

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Comparison Product Solution GroupDocs...Network Graphics Bitmap Image File The following example demonstrates...

    docs.groupdocs.com/redaction/java/get-document-...
  7. Extract Text from DOC using C#

    This article shows you how to extract text from DOC using C#. It includes a code example to help you for text extraction from DOC in C# without using extra software....Comparison Product Family GroupDocs...task. Extracting text from DOC files using C# is a common requirement...

    kb.groupdocs.com/parser/net/extract-text-from-d...
  8. Add Text Watermark to RTF using C#

    Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....Comparison Product Family GroupDocs...applying a watermark to a RTF file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  9. Convert XLSX to EMF using Python

    Convert XLSX to EMF using Python with simple steps. Easily export XLSX to EMF in Python for seamless integration and sharing of spreadsheet data....Comparison Product Family GroupDocs...package to support XLSX to EMF file transformation Import Converter...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  10. Add Image Annotation to JPG using Java

    This tutorial provides instructions on how to add image annotation to JPG using Java. We will provide you code to insert image annotation to JPG in Java....Comparison Product Family GroupDocs...an image annotation to a JPG file Create an instance of the Annotator...

    kb.groupdocs.com/annotation/java/add-image-anno...