Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 5,659 for

file comparison

(0.05 sec)
  1. Add Text Watermark to DOCX using Java

    Discover how to add text watermark to DOCX using Java. Additionally, we'll supply you with the code necessary to insert text watermark to DOCX using Java....Comparison Product Family GroupDocs...specifying the path of the DOCX file in its constructor Instantiate...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  2. How to Add Image Signature to RTF using Java

    This article is designed to guide you to add image signature to RTF using Java. Also, we will provide you code example to insert image signature into RTF using Java....Comparison Product Family GroupDocs...electronic documents, such as RTF files, has become a prevalent practice...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  3. Add Distance Annotation to JPG using C#

    This article is designed to assist you how to add distance annotation in JPG using C# along with comprehensive steps to insert distance annotation to JPG in C#....Comparison Product Family GroupDocs...Annotator class by providing the JPG file path as an argument to its constructor...

    kb.groupdocs.com/annotation/net/add-distance-an...
  4. How to Sign XLSX with QR Code using Java

    Quickly learn how to sign XLSX with QR Code using Java. We will also provide a code example to create QR Code in XLSX using Java without installing extra software....Comparison Product Family GroupDocs...into your project to sign XLSX file with QR Code Include the necessary...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  5. How to Convert ODT to HTML using C#

    Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library....Comparison Product Family GroupDocs...Open Document Text ( ODT ) files to HTML, you’re in the right...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. 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-...
  7. 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...
  8. 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...
  9. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Comparison Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  10. 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...