Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 5,529 for

file comparison

(0.03 sec)
  1. Extract Text from XLS using Java

    This article explains how to extract text from XLS using Java. It features code example to help you for text extraction from XLS in Java without installing extra software....Comparison Product Family GroupDocs...extracting text from Excel ( XLS ) files is a common task. Excel is often...

    kb.groupdocs.com/parser/java/extract-text-from-...
  2. Scan Barcode from DOC using C#

    Learn how to scan barcode from DOC using C#. With the help of this guide, you will learn how to extract barcode from DOC in C# efficiently without using extra tools....Comparison Product Family GroupDocs...use in DOC (Word Document) files is becoming increasingly common...

    kb.groupdocs.com/parser/net/scan-barcode-from-d...
  3. Redact Text in PDF using C#

    In this tutorial, you will discover how to redact text in PDF using C#. Additionally, you will receive a simple code example to replace text in PDF using C#....Comparison Product Family GroupDocs...by providing the file path of the PDF file as an argument to...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  4. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for Java...Comparison Product Solution GroupDocs...provided below to learn more about file merge features. GitHub Examples...

    docs.groupdocs.com/merger/java/showcases/
  5. Save in rasterized PDF | Documentation

    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...
  6. Index Browser | Documentation

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Comparison Product Solution GroupDocs...button and select the license file to work with the GroupDocs.Search...

    docs.groupdocs.com/search/nodejs-java/index-bro...
  7. Load document using the local path string | Doc...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....Comparison Product Solution GroupDocs...a path to a file. GroupDocs.Viewer opens the file in the read-only...

    docs.groupdocs.com/viewer/java/load-document-fr...
  8. Supported Document Formats | Documentation

    The following table indicates the File formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your File format?...Comparison Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Classification...

    docs.groupdocs.com/classification/net/supported...
  9. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge pages in the arbitrary...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  10. Render to HTML | Documentation

    With GroupDocs.Viewer for Java you can render Files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Comparison Product Solution GroupDocs...page resources as separate files. This allows reusing common...

    docs.groupdocs.com/viewer/java/rendering-to-html/