Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 7,434 for

document comparison

(0.08 sec)
  1. Scan Barcode from DOCX using C#

    This guide explains how to scan barcode from DOCX using C#, featuring a code example to help you extract barcode from DOCX in C# efficiently and seamlessly....Comparison Product Family GroupDocs...Scanning barcodes from DOCX documents is an essential feature for...

    kb.groupdocs.com/parser/net/scan-barcode-from-d...
  2. How to Convert DOCX to TXT using Java

    In this guide, we will provide easy steps to convert DOCX to TXT using Java. Also, we will provide you a code example representing how to export DOCX to TXT in Java....Comparison Product Family GroupDocs...standard for storing and sharing documents, is commonly used in Microsoft...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/get-supported-...
  4. How to Convert TXT to RTF using Java

    This tutorial will provide guidance on how to convert TXT to RTF using Java, along with code example to export TXT to RTF in Java on commonly used operating systems....Comparison Product Family GroupDocs...converting a TXT file to an RTF document. Steps to Convert TXT to RTF...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Previewing | Documentation

     This section contains examples with advanced Document preview, pages generation with or without existing electronic signatures by GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/previewing/
  6. Convert PPTX to PDF using Node.js

    Step-by-step guide to convert PPTX to PDF using Node.js. Easily export PPTX to PDF in Node.js with simple code and quality output without installing extra software....Comparison Product Family GroupDocs...initializes by importing the document conversion module designed...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  7. Convert 3D formats | Documentation

    In this article, you will learn how to convert 3D Documents to PDF or other 3D formats with GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert/3d/
  8. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving Document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.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....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/select-specif...
  9. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....Comparison Product Family GroupDocs...and integrity of electronic documents, digital signatures play a...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  10. Numeric Range Search in Java

    Easily execute numeric range search in Java with GroupDocs.Search. Discover advanced and efficient methods to search numeric ranges in Documents Java seamlessly....Comparison Product Family GroupDocs...multiple document formats, including PDFs, Word documents, and plain...

    kb.groupdocs.com/search/java/numeric-range-sear...